/**************************************************************
* 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 = 'Revenge of the Sith';

//The name of the forum as it is to be displayed in PM subjects and in the forum links row 

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. 

epiiibool = 0;
//Whether or not there is an EPIII counter. Set to nonzero to have one. 



numberOfForumLinks = 1;

//The number of forum links to be displayed

addForumLink('http://boards.theforce.net/message.asp?topic=10898017','OFFICIAL THREADS');

//Builds the forum links. 
//The syntax is: addForumLink('a','b'); 
//where a=the URL, b=the link text 
//Add or remove extra lines here as needed. 



useStylesheet = true; 

//Use the mod stylesheet? True = yes, False = no. If false, the mod usernames will be 
//displayed as ordinary links. 

numberOfForumMods = 5;

//The number of mods for this forum 

//addModo('DarthSapient',423901,'Manager: Episode III');
addModo('darth-sinister',426497,'Manager: Episode III');
//addModo('dehrian',226172,'Manager: Episode III');
addModo('RolandofGilead',321035,'Manager: Episode III');
//addModo('G-FETT',457661,'Moderator: Episode III');
//addModo('HookLineAndSinker',529578,'Moderator: Episode III');
addModo('DamonD',725907,'Manager: Episode III');
addModo('RebelScum77',940611,'Moderator: Episode III');
//addMod('jedi_master_ousley',700466,'Moderator: Episode III');
addModo('rhonderoo',708376,'Moderator: Episode III');


//Builds the mod PM links. 
//The syntax is: addMod('a',b,'c'); 
//Or addModo('a',b,'c'); to get the online function.
//These can be mixed if desired. 
//where a=the mod's username, b=the mod's user ID, c=the mod's title. 
//Add or remove extra lines here as needed. 


numberOfAnnouncements = 0;

//The number of Announcements for this forum 

scrollx = 0;

//Set scrollx to nonzero to make announcements slide.  



//Builds the announcements.
//The syntax is: addAnnouncement("a"); 



/************************************************************** 
* End forum customisations. Do not edit anything below here. * 
**************************************************************/ 




outputForumHeaderFooter(forumName); 

//Begin outputting the forum header. 
//Do not remove or edit this line.
