// START QUOTE CYCLE CODE

var quotelist = new Array();
quotelist[0] = "Of all the Things I Have Lost, I Miss my MIND the Least.::SM Zeddicuus";
quotelist[1] = "the YaBB was destroyed by my pinky.::SM Nesseight";
quotelist[2] = "We have no fear, only hate.::SM Sith Lord";
quotelist[3] = "My 1337 sp34k pwnz j00!::SM Sith Lord";
quotelist[4] = "I eat paint chips.::SM Sith Lord";
quotelist[5] = "If you understand... e-mail me.::SM Mister Moe";
quotelist[6] = "You don't mess with Crownar, he'll shovel dog shit into your park.::SM Nesseight";
quotelist[7] = "1337 sp34k will be tolerated so long as it's funny.::SM Mister Moe";
quotelist[8] = "Few things in life are as exciting as killing the warcow.::Temujin";
quotelist[9] = "That did NOT happen!::SM Slim Sheepy";
quotelist[10] = "Very good! You get a gold star.::SM Phantek";
quotelist[11] = "OOOOOOOOO GG PWNT!::SM DjDTM";
quotelist[12] = "Don't ask me, I'm a retard.::SM PJB";
quotelist[13] = "SM you've been around the longest, good clan  good leader, good lvl, you r guys are alright BUT GET A LIFE!::nsd Ghosthunter";
quotelist[14] = "... this virus will NOT harm your PC::eX Link";
quotelist[15] = "Sloan has myspace. He's using my space.::SM Phantek";
quotelist[16] = "The skull should be named Minister Moe-- Mister Moe's evil dark priest half-twin.::BAH Strike";
quotelist[17] = "In commemoration of Nesseight, before his custom title was BANNED in red letters, is was \"Catch you on the flip side\".::Zloc Vergo";
quotelist[18] = "LoL, I'm not laughing.::SM Nesseight";
quotelist[19] = "Without Jesus, you would die once and the game would exit.::SM Mister Moe";
quotelist[20] = "Our \"stuff\" includes our members.::SM Mister Moe";

var todays_index = Math.round(Math.random()*(quotelist.length-1));

quote_info = quotelist[todays_index].split('::');

var todays_quote = new Array();
todays_quote['text'] = quote_info[0];
todays_quote['author'] = quote_info[1];

// STOP QUOTE CYCLE CODE



// START BANNER CYCLE CODE

var bannerlist = new Array();
//bannerlist[0] = "banners/smbannercycle.gif::display.php?doc=bannercycle.php::You don't even need a site, just a banner. Don't get it? Then click already.";
bannerlist[0] = "banners/joinus.jpg::http://www.swtor.com/guilds/43320/sith-mercenaries::Join our SWTOR Division.";
// bannerlist[2] = "http://www3.sk.sympatico.ca/waiwo3/su-banner.gif::http://sloan.polarpages.com::Finally, a non-nubified JK site. Find old school levels, and sweet JK tweaks.";

banner_info = bannerlist[Math.round(Math.random()*(bannerlist.length-1))].split('::');

var todays_banner = new Array();
todays_banner['url'] = banner_info[0];
todays_banner['link'] = banner_info[1];
todays_banner['alt'] = banner_info[2];

// STOP BANNER CYCLE CODE
