function banners()
{
//2
var ranNum= Math.round(Math.random() * 2);
if (ranNum == 0){document.write('<a href="http://hackersplay.com" class="banner"><img src="http://www.plobble.com/ads/hackpban.jpg" alt="Hackers Play" border="0" width="570" height="110" /></a>'); } // banads
if (ranNum == 1){document.write('<a href="http://ardysslife.us" class="banner"><img src="http://www.plobble.com/ads/mybltg.jpg" alt="Ardysslife US" border="0" width="570" height="110" /></a>'); } // ardyss
if (ranNum == 2){document.write('<a href="http://ardysslife.us" class="banner"><img src="http://www.plobble.com/ads/ardyssban1.jpg" alt="Ardysslife US" border="0" width="570" height="110" /></a>'); } // ardysst
}
