//FORUM HEADER JAVASCRIPT

/**************************************************************
* Begin forum customisations. Edit this section as required. *
* Note that if you want to include any apostrophes in any of *
* the text, you must escape them using a forward slash like *
* so: /' *
**************************************************************/

forumName = 'FanForce New South Wales'; 

//The name of the forum as it is to be displayed in PM subjects and in the forum links row

forumAnnouncementsPosition = 1;
forumLinksPosition = 1;
modLinksPosition = 1;

//Sets the locations that the forum and moderator links will be output
//1 = header only, 2 = footer only, 3 = header and footer, 0 = do not show

numberOfForumAnnouncements = 1;
addForumAnnouncement('Upcoming meets: <a class="MainMenuLink" href="http://boards.theforce.net/new_south_wales/b10034/22892881/">Museum Meet with bonus Dinosaurs!</a> | <a class="MainMenuLink" href="http://boards.theforce.net/new_south_wales/b10034/22862929/">Old School Happy Meet: Reloaded</a>');

//Forum announcement line

numberOfForumLinks = 2;
addForumLink('http://www.ffnsw.net','ffnsw.net'); 
addForumLink('http://sydskyforce.starwalking.net','Sydney Skyforce');

//Links relating to the forum

useStylesheet = true;

//Use the mod stylesheet?
//True = yes, False = no. If false, the mod usernames will be displayed as ordinary links

contactwho= 'Send a private message to';

//Who the PM links will lead to

numberOfForumMods = 2;
addMod('The_Scream_Man',240286,'CR: New South Wales');
addMod('HawkNC',522945,'RSA: Oceania');

//Builds the mod PM links
//The syntax is: addMod('a',b,'c');
//where a=the mod's username, b=the mod's user ID, c=the mod's title

/**************************************************************
* End forum customisations. Do not edit anything below here. *
**************************************************************/

outputForumHeaderFooter(forumName);

//Begin outputting the forum header
//Do not remove or edit this line