<!--
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="/turismo/paseos.htm  target='_blank'";
alt="Entrada a Escobar - Reloj";
banner="fotos2/1.jpg";
width="200";
height="114";
}
if (ad==2) {
url="/turismo/paseos.htm  target='_blank'";
alt="Suricatas - Parque Temaiken";
banner="fotos2/2.jpg";
width="200";
height="114";
}
if (ad==3) {
url="/turismo/paseos.htm  target='_blank'";
alt="Tigre - Parque Temaikén";
banner="fotos2/3.jpg";
width="200";
height="114";
}
if (ad==4) {
url="/turismo/paseos.htm  target='_blank'";
alt="Teatro Municipal T. Seminari";
banner="fotos2/4.jpg";
width="200";
height="114";
}
if (ad==5) {
url="/turismo/paseos.htm  target='_blank'";
alt="Edificio Municipal";
banner="fotos2/5.jpg";
width="200";
height="114";
}
if (ad==6) {
url="/turismo/paseos.htm  target='_blank'";
alt="Reinas - Fiesta de la Flor";
banner="fotos2/6.jpg";
width="200";
height="114";
}
if (ad==7) {
url="/turismo/paseos.htm  target='_blank'";
alt="Plaza Ex-combatientes de Malvinas";
banner="fotos2/7.jpg";
width="200";
height="114";
}
if (ad==8) {
url="/turismo/paseos.htm  target='_blank'";
alt="Colobo - Parque Temaiken";
banner="fotos2/8.jpg";
width="200";
height="114";
}
if (ad==9) {
url="/turismo/paseos.htm  target='_blank'";
alt="Museo Municipal";
banner="fotos2/9.jpg";
width="200";
height="114";
}

imagenes = new armarvector ("1.gif", "2.gif", "3.gif", "4.gif");
enlaces = new armarvector ("/websitio/", "/turismo/paseos.htm", "/turismo/paseos.htm", "/websitio/avisos/");

function random() {
 hoy= new Date();
 maximo=4;
 segundos=hoy.getSeconds();
 if (segundos==0) {segundos=1}

 while (segundos>maximo) {segundos=segundos-maximo}
 document.write ('<A HREF="'+enlaces[segundos]+'"  target="_blank"><IMG SRC="'+imagenes[segundos]+'" border=0> </a>');
}

function armarvector (v1, v2, v3, v4) {
 this[1]=v1;
 this[2]=v2;
 this[3]=v3;
 this[4]=v4;
}



//-->
