var how_many_ads = 5;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt=""; 
url="/cjultra/out.php?url=http://banners.toteme.com/galleries-stripsaver2/photos/ss2_p03/Sanny_5/index.php?ids=8978&link=Vanessa";
alt="Sanny";
banner="http://adultarena.net/thumbs/StripSaver2/3-26/VGI0302P050016.jpg";
width="111";
height="170";
}
if (ad==2) {
txt=""; 
url="/cjultra/out.php?url=http://banners.toteme.com/galleries-stripsaver2/photos/ss2_p03/Belicia_2/index.php?ids=8978&link=Belicia";
alt="Belicia";
banner="http://adultarena.net/thumbs/StripSaver2/3-26/VGI0323P020014.jpg";
width="111";
height="170";
}
if (ad==3) {
txt=""; 
url="/cjultra/out.php?url=http://banners.toteme.com/galleries-stripsaver2/photos/ss2_p03/Monica_Scott_5/index.php?ids=8978&link=Monica Scott";
alt="Monica Scott";
banner="http://adultarena.net/thumbs/StripSaver2/3-26/VGI0327P050017.jpg";
width="111";
height="170";
}
if (ad==4) {
txt=""; 
url="/cjultra/out.php?url=http://banners.toteme.com/galleries-stripsaver2/photos/ss2_p03/Andjy_4/index.php?ids=8978&link=Andjy";
alt="Andjy";
banner="http://adultarena.net/thumbs/StripSaver2/3-26/VGI0331P040019.jpg";
width="111";
height="170";
}
if (ad==5) {
txt=""; 
url="/cjultra/out.php?url=http://banners.toteme.com/galleries-stripsaver2/photos/ss2_p03/ariel_piperfawn_1/index.php?ids=8978&link=Ariel Piperfawn";
alt="Ariel PiperFawn";
banner="http://adultarena.net/thumbs/StripSaver2/3-26/VGI0330P010017.jpg";
width="111";
height="170";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
