<!-- 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=""; 
url="http://www.galinhas.com.br/cgi-bin/mais_fotos.cgi";
alt="";
banner="http://208.43.121.145/vertical1.jpg";
width="140";
height="380";
}
if (ad==2) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/cidadedasmulheres.cgi";
alt="";
banner="http://208.43.121.145/banners2/vertical2.gif";
width="140";
height="380";
}
if (ad==3) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/cidadedasmulheres.cgi";
alt="";
banner="http://208.43.121.145/banners2/vertical3.jpg";
width="140";
height="380";
}
if (ad==4) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/mais_fotos.cgi";
alt="";
banner="http://208.43.121.145/banners2/vertical4.jpg";
width="140";
height="380";
}
if (ad==5) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/cidadedasmulheres.cgi";
alt="";
banner="http://208.43.121.145/banners2/vertical5.jpg";
width="140";
height="380";
}
if (ad==6) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/mais_fotos.cgi";
alt="";
banner="http://208.43.121.145/banners2/vertical5.jpg";
width="140";
height="380";
}
if (ad==7) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/cidadedasmulheres.cgi";
alt="";
banner="http://208.43.121.145/vertical1.jpg";
width="140";
height="380";
}
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 -->