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="Sala de Trofeo Digna";
url="propuesta.htm";
alt="Petición en Línea";
banner="petic01.gif";
width="110";
height="42";
}
if (ad==2) {
txt="Vote Aquí!!";
url="http://www.baseball-links.com/cgi-bin/rate.pl?siteID=117463";
alt="Baseball Links";
banner="bblinks.gif";
width="100";
height="42";
}
if (ad==3) {
txt="Vote Aquí!!"; 
url="http://www.heavyhitter.com/clicks/?site=19975";
alt="Heavy Hitter Links";
banner="top100s.jpg";
width="110";
height="42";
}
if (ad==4) {
txt="Bio Melvin Mora"; 
url="biomora.htm";
alt="Melvin Mora";
banner="biomora.jpg";
width="100";
height="42";
}
if (ad==5) {
txt="Bio Gustavo Gil"; 
url="biogil.htm";
alt="Gustavo Gil";
banner="biogil.jpg";
width="100";
height="42";
}
if (ad==6) {
txt="Bio Dave Parker"; 
url="bioparker.htm";
alt="Dave Parker";
banner="bioparker.jpg";
width="100";
height="42";
}
if (ad==7) {
txt="Bio Barry Bonds"; 
url="biobonds.htm";
alt="Barry Bonds";
banner="biobonds.gif";
width="100";
height="42";
}