<!-- Minus AutoDato -->
<!-- Begin
var how_many_ads = 70;  // 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<=69){
document.writeln('<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('</CENTER>');
}

//ValueClick
if (ad>=70){
document.writeln('<CENTER>');
document.writeln('<iframe FRAMEBORDER="0" marginheight="0" BORDER="0" width="728" height="90" src="http://www.thejump.net/value-click.htm" name="frame" scrolling="no" allowtransparency="true">');
document.writeln('</iframe>');
document.writeln('</CENTER>');
}

// End -->
