﻿// 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;
	this.status = 0;
}

IncludeJavaScript('http://www.flcnb.net/fl_community_dyn_headerbar.js');
IncludeJavaScript('http://www.flcnb.net/fl_community_links_general.js');
IncludeJavaScript('http://www.flcnb.net/fl_community_links_modservers.js');
IncludeJavaScript('http://www.flcnb.net/fl_community_links_clans.js');
IncludeJavaScript('http://www.flcnb.net/fl_community_links_banned.js');
IncludeJavaScript('http://www.flcnb.net/fl_community_headbar_script.js');
