var TopAff=new Array()
	TopAff[0]='<a href="http://www.timberwoodhigh.com" target="_blank"><img src="http://i287.photobucket.com/albums/ll123/ellimac-197/scattered/affiliate2.gif" border="0" /></a>'
	TopAff[1]='<a href="http://insaneygo.proboards.com/" target="_blank"><img src="http://i17.photobucket.com/albums/b67/Son_of_Exodia/DEF/V5/mini1.gif" border="0" /></a>'
	TopAff[2]='<a href="http://specialvictims.proboards.com/" target="_blank"><img src="http://i7.photobucket.com/albums/y289/softballchicka90/Affiliation%20Banners/88x31_2.jpg" border="0" /></a>'
	TopAff[3]='<a href="http://www.brawldomain.com/" target="_blank"><img src="http://i44.tinypic.com/2aiq8lf.gif" border="0" /></a>'
	TopAff[4]='<a href="http://explosivegfx.com/forum" target="_blank"><img src="http://explosivegfx.com/forum/banners/88x31/minibanner.jpg" border="0">'
	TopAff[5]='<a href="http://abc-help.proboards.com" target="_blank"<img src="http://i563.photobucket.com/albums/ss80/TomBeasley94/ABC/ABCv2AffBanner.gif" border="0">'
	TopAff[6]='<a href="http://rosasecta.com"><img src="http://rosasecta.com/layout/afflink.gif" border="0" /></a>';


var BottomAff=new Array()
	BottomAff[0]='<a href="http://kiraizuki.proboards.com/index.cgi?" target="_blank"><img src="http://i25.tinypic.com/333la9j.png" border="0" />'
	BottomAff[1]='<a href="http://www.psrv.co.uk/index.cgi" target="_blank"><img src="http://i44.tinypic.com/6e1a87.png" border="0" /></a>'
	BottomAff[2]='<a href="http://forum.smangii.com/index.cgi" target="_blank"><img src="http://smangii.com/si/affiliate.gif" border="0" /></a>'
	BottomAff[3]='<a href="http://forum.sz-ex.com/" target="_blank"><img src="http://sz-ex.com/mini_v2-2.gif" border="0" /></a>'
	BottomAff[4]='<a href="http://nintendoaddict.com/" target="_blank"><img src="http://i33.tinypic.com/2zs1kp2.png" border="0" /></a>'
	BottomAff[5]='<a href="http://www.forumforfootball.com" target="_blank"><img src="http://i19.photobucket.com/albums/b164/fffv5/newv4.gif" border="0" /></a>'
	BottomAff[6]='<a href="http://www.oneview.proboards.com/" target="_blank"><img src="http://i544.photobucket.com/albums/hh328/ars4nal/OneView/affiliatebutton-2.gif?t=1262625656" border="0" /></a>'


function ViewAllAffiliates() {
	document.write('<br />');
	document.write('<div id="allaffiliates" style="display:none;"><table width="850px" cellpadding="4" cellspacing="1" align="center" class="bordercolor">');
	document.write('<tr><td class="titlebg" width="100%" align="center"><font size=2><b>Our Affiliates</b></font></td></tr>');
	document.write('<tr><td width="100%" class="windowbg" align="center">');
	for (i=0;i<TopAff.length;i++) {
	document.write(TopAff[i] + " ");
	}
	for (i=0;i<BottomAff.length;i++) {
	document.write(BottomAff[i] + " ");
	}
	document.write('</td></tr>');
	document.write('<tr><td width="100%" class="catbg" align="center"><a href="/index.cgi?board=advert&action=display&thread=165&page=1" target="_parent" />Click Here To Affiliate With Us</a> (16 Places)</td></tr>');
	document.write('</table><br /></div>');
	
}

function TopAffiliates() {
	var whichTop=Math.floor(Math.random()*(TopAff.length))
	document.getElementById('topaffiliate').innerHTML = TopAff[whichTop];
}

function BottomAffiliates() {
	var whichBottom=Math.floor(Math.random()*(BottomAff.length))
	document.getElementById('bottomaffiliate').innerHTML = BottomAff[whichBottom];
}


ViewAllAffiliates();
TopAffiliates();
BottomAffiliates();