<!-- start
var how_many_ads = 8;
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/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/01.jpg";
width="750";
height="120";
}
if (ad==2) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/banner-outubro2.jpg";
width="720";
height="112";
}
if (ad==3) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/02.jpg";
width="750";
height="120";
}
if (ad==4) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/04.jpg";
width="750";
height="120";
}
if (ad==5) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/03.jpg";
width="720";
height="112";
}
if (ad==6) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners2/banner-g2.jpg";
width="750";
height="112";
}
if (ad==7) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/05.jpg";
width="728";
height="130";
}
if (ad==8) {
txt=""; 
url="http://www.galinhas.com.br/cgi-bin/sexobis_videosgratis.cgi";
alt="";
banner="http://208.43.121.145/banners/06.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 -->