function getaBanner()
{
	var banner=new Array(12);
	
	banner[0]='<a href="http://classygirlfriends.com/"><img src="/forum/images/banners/fan_banner.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[1]='<a href="http://www.kamloopsbrandi.com"><img src="/forum/images/banners/kamloops.gif" alt="" width="468" height="80" border="0" /></a>';
	banner[2]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/1.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[3]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/2.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[4]='<a href="http://classygirlfriends.com/"><img src="/forum/images/banners/fan_banner.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[5]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/5.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[6]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/3.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[7]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/4.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[8]='<a href="http://www.emmaalexandrapage.com/"><img src="/forum/images/banners/emma.gif" alt="" width="468" height="60" border="0" /></a>';
	banner[9]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/brandibanner.gif" alt="" width="468" height="60" border="0" /></a>';
	banner[10]='<a href="http://www.kamloopsbrandi.com/"><img src="/forum/images/banners/kamloops2.gif" alt="" width="468" height="60" border="0" /></a>';
	banner[11]='<a href="http://date-check.com/"><img src="/forum/images/banners/datecheck.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner[12]='<a href="http://www.yournaughtyangel.com/"><img src="/forum/images/banners/naughtyangel.gif" alt="" width="468" height="60" border="0" /></a>';

	var whichBanner=Math.round(Math.random()*12);
	var bannerObj= banner[whichBanner];	
	var el=document.getElementById('banner');
	el.innerHTML=bannerObj;
}


/*function getaBanner2()
{
	var banner2=new Array(3);
	
	banner2[0]='<a href="http://www.hojostudio.com/"><img src="/forum/images/banners/hojo_banner.jpg" alt="" width="468" height="60" border="0" /></a>';
	banner2[1]='<a href="http://www.designbysls.biz"><img src="/forum/images/banners/dbslsadboardbanner2.jpg" alt="" width="460" height="68" border="0" /></a>';
	banner2[2]='<a href="http://www.geek2go.biz"><img src="/forum/images/banners/geek_bn_lg.gif" alt="" width="460" height="68" border="0" /></a>';

	var whichBanner=Math.round(Math.random()*2);
	var bannerObj= banner2[whichBanner];	
	var el=document.getElementById('banner2');
	el.innerHTML=bannerObj;
}*/

function gtinit()
{
	/*getaBanner2();*/
	getaBanner();
}
