var how_many_ads = 2;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="sexo"; 
url="http://www.superpotencia.net/cnn";
alt="sexo";
banner="http://www.superpotencia.net/banners/superpotencia-06.jpg";
width="300";
height="232";
}
if (ad==2) {
txt="sexo"; 
url="http://www.pornotvnopc.com/";
alt="sexo";
banner="http://www.gatasblonder.com/aff/tvnopcddd1.jpg";
width="300";
height="232";
}
document.write('<a href=\"' + url + '\" target="_blank" \"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" style="border: 1px solid rgb(0, 0, 0);"><br>');
document.write('<small>' + '</small></a>');
// End -->