var how_many_ads = 3 
var now = new Date() 
var sec = now.getSeconds() 
var ad = sec % how_many_ads; 
ad +=1; 

if (ad==1){ 
url="http://www.euroluso.com/clique/10689/vreal/"; 
alt="Cona apertadinha e quentinha sempre à mão!"; 
banner="banners/VaginaReal01.gif"; 
width="720"; 
height="120"; 
} 
if (ad==2) { 
url="http://www.euroluso.com/clique/10689/ac/"; 
alt="mulheres reais a mostrar todo o seu potencial"; 
banner="banners/AmadorasCarentes01.gif"; 
width="720"; 
height="120"; 
} 
if (ad==3) { 
url="http://www.ratinhas.com/aumentopenis"; 
alt="Aumente o seu pénis sem esforço."; 
banner="banners/SexoForte01.gif"; 
width="720"; 
height="120"; 
} 
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>'); 
document.write('</center>');