var how_many_ads = 4;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="DietaQueFunciona"; 
url="http://www.dietaquefunciona.com/?id=7";
alt="DietaQueFunciona";
banner="http://www.fudida.com.br/img/df300x250-01.gif";
width="300";
height="250";
}
if (ad==2) {
txt="DietaQueFunciona"; 
url="http://www.dietaquefunciona.com/?id=7";
alt="DietaQueFunciona";
banner="http://www.fudida.com.br/img/df300x250-02.gif";
width="300";
height="250";
}
if (ad==3) {
txt="TelefoneDoSexo"; 
url="http://www.telefonedosexo.com";
alt="Telefone do Sexo";
banner="http://www.fudida.com.br/img/telefonedosexo-300x250-01.gif";
width="300";
height="250";
}
if (ad==4) {
txt="TelefoneDoSexo"; 
url="http://www.telefonedosexo.com";
alt="Telefone do Sexo";
banner="http://www.fudida.com.br/img/telefonedosexo-300x250-02.gif";
width="300";
height="250";
}
document.write('<a rel=\"nofollow\" 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 -->