function banner()
{
//3
var ranNum= Math.round(Math.random() * 3);
if (ranNum == 0){document.write('<a target="_blank" href="http://www.researchstop.com/"><IMG SRC="http://www.worldclassbodybuilding.com/images/sponsors/RSbanner.gif" BORDER="0"></A>'); } // researchstop
if (ranNum == 1){document.write('<center><font size=1><a href="http://deekay.delimit.net/?ref=B295" target="_top"><img src="http://deekay.delimit.net/pub/banner60.gif" alt="Muscles of Dee Kay" width=468 height=60 border=1><br>[ Muscles of Dee Kay ]</a></font></center> '); } // deekay
if (ranNum == 2){document.write('<a href="http://www.researchstop.com/" target="_blank"><img src="http://www.worldclassbodybuilding.com/images/sponsors/RSbanner.gif" border="0" width="468" height="70"></a>'); } // truepeptides
if (ranNum == 3){document.write('<a target="_blank" href="http://www.qualitywhey.com/store/index.cfm"><IMG SRC="http://www.worldclassbodybuilding.com/images/sponsors/qualitywheyheader.gif" BORDER="0"></A>'); } // QualityWhey
}
