function banners()
{
//1
var ranNum= Math.round(Math.random() * 1);
if (ranNum == 0){document.write('Please take a moment to visit our sponsor <p><a href="http://www.pczhosting.net/" target="_blank"><img src="http://www.rottweileronline.net/board/images/pczhosting.jpg" alt="PCZ Hosting" width="472" height="76" longdesc="http://www.pczhosting.net" /></a></p>'); } // pczhosting
if (ranNum == 1){document.write('Please take a moment to visit our sponsor <p><a href="http://www.rottweileronline.net/advertise/" target="_blank"><img src="http://www.rottweileronline.net/board/images/ad_banner.jpg" alt="Advertise here" width="472" height="129" longdesc="http://www.rottweileronline.net/advertise/" /></a></p>'); } // advertise
}
