<!--
var how_many_ads = 19;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
url="/turismo/paseos.htm";
alt="Heladería frente al Lago - Temaikén";
banner="fotos2/1.jpg";
width="520";
height="390";
}
if (ad==2) {
url="/turismo/paseos.htm";
alt="Flamencos en Temaikén";
banner="fotos2/2.jpg";
width="520";
height="390";
}
if (ad==3) {
url="/turismo/paseos.htm";
alt="Escenario de la Fiesta de la Flor";
banner="fotos2/3.jpg";
width="520";
height="390";
}
if (ad==4) {
url="/turismo/paseos.htm";
alt="Reloj - Entrada a Escobar";
banner="fotos2/4.jpg";
width="520";
height="390";
}
if (ad==5) {
url="/turismo/paseos.htm";
alt="Vista aerea del Bioparque Temaikén";
banner="fotos2/5.jpg";
width="520";
height="390";
}
if (ad==6) {
url="/turismo/paseos.htm";
alt="Coronación Reina - Fiesta de la Flor";
banner="fotos2/6.jpg";
width="520";
height="390";
}
if (ad==7) {
url="/turismo/paseos.htm";
alt="Plaza Ex-combatientes de Malvinas";
banner="fotos2/7.jpg";
width="520";
height="390";
}
if (ad==8) {
url="/turismo/paseos.htm";
alt="Jaula de las Aves - Parque Temaiken";
banner="fotos2/8.jpg";
width="520";
height="390";
}
if (ad==9) {
url="/turismo/paseos.htm";
alt="Paseo en catamarán por el Paraná";
banner="fotos2/9.jpg";
width="520";
height="390";
}
if (ad==10) {
url="/turismo/paseos.htm";
alt="Puente sobre el río Luján";
banner="fotos2/10.jpg";
width="520";
height="390";
}
if (ad==11) {
url="/turismo/paseos.htm";
alt="Laguna de los patos - Temaikén";
banner="fotos2/11.jpg";
width="520";
height="390";
}
if (ad==12) {
url="/turismo/paseos.htm";
alt="Tucán - Jaula de las Aves - Temaikén";
banner="fotos2/12.jpg";
width="520";
height="390";
}
if (ad==13) {
url="/turismo/paseos.htm";
alt="Plaza San Martín - Escobar";
banner="fotos2/13.jpg";
width="520";
height="390";
}
if (ad==14) {
url="/turismo/paseos.htm";
alt="Museo Municipal de Escobar";
banner="fotos2/14.jpg";
width="520";
height="390";
}
if (ad==15) {
url="/turismo/paseos.htm";
alt="Plaza ex-combatientes";
banner="fotos2/15.jpg";
width="520";
height="390";
}
if (ad==16) {
url="/turismo/paseos.htm";
alt="Vista nocturna de Escobar";
banner="fotos2/16.jpg";
width="520";
height="390";
}
if (ad==17) {
url="/turismo/paseos.htm";
alt="Teatro Municipal Tomás Seminari";
banner="fotos2/17.jpg";
width="520";
height="390";
}
if (ad==18) {
url="/turismo/paseos.htm";
alt="Ballet Municipal en plaza de Rosas";
banner="fotos2/18.jpg";
width="520";
height="390";
}
if (ad==19) {
url="/turismo/paseos.htm";
alt="Boulevard Eva Perón - El Principito";
banner="fotos2/19.jpg";
width="520";
height="390";
}

imagenes = new armarvector ("/host/1.jpg", "/host/2.jpg", "/host/3.jpg", "/host/4.jpg", "/host/5.jpg", "/host/6.jpg");
enlaces = new armarvector ("/host/clasif/index.html","/host/clasif/index.html", "/host/clasif/index.html", "/host/clasif/index.html", "/host/clasif/index.html", "/host/clasif/index.html");

function random() {
 hoy= new Date();
 maximo=6;
 segundos=hoy.getSeconds();
 if (segundos==0) {segundos=1}

 while (segundos>maximo) {segundos=segundos-maximo}
 document.write ('<A HREF="'+enlaces[segundos]+'"><IMG SRC="'+imagenes[segundos]+'" border=0> </a>');
}

function armarvector (v1, v2, v3, v4, v5, v6) {
 this[1]=v1;
 this[2]=v2;
 this[3]=v3;
 this[4]=v4;
 this[5]=v5;
 this[6]=v6;
}



//-->
