<!-- start
var how_many_ads = 7;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="sexo"; 
url="http://www.sexobis.com.br/";
alt="sexo";
banner="http://www.galinhas.com.br/images/1.jpg";
width="750";
height="120";
}
if (ad==2) {
txt="sexo"; 
url="http://www.sexobis.com.br/";
alt="sexo";
banner="http://www.galinhas.com.br/images/05.jpg";
width="720";
height="112";
}
if (ad==3) {
txt="sexo"; 
url="http://www.sexobis.com.br/";
alt="sexo";
banner="http://www.galinhas.com.br/images/banner_div2.jpg";
width="750";
height="120";
}
if (ad==4) {
txt="videos porno"; 
url="http://www.videospornosbr.com.br";
alt="videos porno";
banner="http://www.galinhas.com.br/images/4.jpg";
width="750";
height="120";
}
if (ad==5) {
txt="sexo"; 
url="http://www.sexobis.com.br/";
alt="sexo";
banner="http://www.galinhas.com.br/images/05.jpg";
width="720";
height="112";
}
if (ad==6) {
txt="videos porno"; 
url="http://www.videospornosbr.com.br";
alt="videos porno";
banner="http://www.galinhas.com.br/images/06.jpg";
width="750";
height="120";
}
if (ad==7) {
txt="sexo"; 
url="http://www.sexobis.com.br/";
alt="sexo";
banner="http://www.galinhas.com.br/images/bannergaleria6.jpg";
width="728";
height="130";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target="_blank" \"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('<small>' + '</small></a>');
document.write('</center>');
// End -->
