function banners()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://www.ballpythonclassifieds.com/"><img border="0" src="images/BallClasssifieds.gif" width="468" height="60"></a>'); } // ballclassifieds
if (ranNum == 1){document.write('<a href="http://www.strikersherps.com/"><img border="0" src="images/Strikerbanner.gif" width="468" height="60"></a>'); } // strikers
if (ranNum == 2){document.write('<a href="http://www.reptileanswerman.com/"><img border="0" src="images/answermanbanner.gif" width="468" height="60"></a>'); } // reptileanswer
}