<!-- Minus AutoDato -->
<!-- Begin
var how_many_ads = 1;  // put here the number of all your ads 
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;  //random generation

ad +=1;


//WorldHunt
if (ad>=1 && ad<=30){
document.writeln('<P ALIGN=center>');
document.writeln('<iframe FRAMEBORDER="0" marginheight="0" BORDER=0 width=728 height=90 src="http://www.thejump.net/worldhunt.htm" name="frame" scrolling=no allowtransparency="true">');
document.writeln('</iframe>');
document.writeln('</P>');
document.writeln('</CENTER>');
}

// End -->
