﻿// Function to allow one JavaScript file to be included by another.
// Copyright (C) 2006-08 www.cryer.co.uk
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="'
    + jsFile + '"></scr' + 'ipt>'); 
}

// references

function FLCommunity_link_info(name, url)
{
	this.name = name;
	this.url = url;
}


IncludeJavaScript('http://eoa.seriouszone.com/fl_community_links_general.js'); //ADD http://the-starport.net/
IncludeJavaScript('http://the-starport.net/community_network/fl_community_links_modservers.js');
IncludeJavaScript('http://the-starport.net/community_network/fl_community_links_clans.js');
IncludeJavaScript('http://the-starport.net/community_network/fl_community_links_banned.js');
IncludeJavaScript('http://eoa.seriouszone.com/fl_community_headbar_script.js');
