function banners()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.justreptiles.com/"><img border="0" src="file:///C:/Documents%20and%20Settings/Owner/Desktop/My%20New%20Sites/ReptileAnswerMan/images/JRbanner.gif" width="468" height="60"></a></p>'); } // JRbanner
if (ranNum == 1){document.write('<a href="http://www.strikersherps.com/"><img border="0" src="images/Strikerbanner.gif" width="468" height="60"></a>'); } // striker
if (ranNum == 2){document.write('<a href="mailto:justreptiles@comcast.net?subject=Advertising Banner"><img border="0" src="images/salebanner.gif" width="468" height="60"></a>'); } // SaleBanner
if (ranNum == 3){document.write('<a href="http://www.ballpythonclassifieds.com/"><img border="0" src="images/BallClasssifieds.gif" width="468" height="60"></a>'); } // BallClassifieds
if (ranNum == 4){document.write('<a href="http://www.justreptiles.com/"><img border="0" src="file:///C:/Documents%20and%20Settings/Owner/Desktop/My%20New%20Sites/ReptileAnswerMan/images/JRbanner.gif" width="468" height="60"></a></p>'); } // JR2
}
