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="OrgasmoFeminino"; 
url="http://www.orgasmofeminino.com/?id=7";
alt="Proporcione muito mais prazer a sua mulher";
banner="http://www.fudida.com.br/img/of300x250-01.gif";
width="300";
height="250";
}
if (ad==2) {
txt="OrgasmoFeminino"; 
url="http://www.orgasmofeminino.com/?id=7";
alt="Proporcione muito mais prazer a sua mulher";
banner="http://www.fudida.com.br/img/of300x250-02.gif";
width="300";
height="250";
}
if (ad==3) {
txt="KitDaSedução"; 
url="http://www.kitdaseducao.com/?id=7";
alt="Conquiste qualquer mulher e leve-as para sua cama";
banner="http://www.fudida.com.br/img/kds300x250-01.gif";
width="300";
height="250";
}
if (ad==4) {
txt="KitDaSedução"; 
url="http://www.kitdaseducao.com/?id=7";
alt="Conquiste qualquer mulher e leve-as para sua cama";
banner="http://www.fudida.com.br/img/kds300x250-03.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 -->