//PUBLICIDAD PRIMERA PAGINA
var banners = 7;
var ahora = new Date()
var segundos = ahora.getSeconds()
var ad = segundos % banners;
ad +=1;
//MARISELA TODO EL AŅO HASTA DICIEMBRE 09
if (ad==1) {
flash="PUBLICIDAD/MARISELA2011.swf"
width="200";
height="200";
}
//aņo2010 completo
if (ad==2) {
flash="PUBLICIDAD/GIMNASIO.swf"
width="200";
height="200";
}
//orduņa noviembre-diciembre-enero
if (ad==10) {
flash="PUBLICIDAD/orduna07.swf"
width="200";
height="200";
}
// TODO EL AŅO
if (ad==6) {
flash="PUBLICIDAD/CICLOSOLITE.swf"
width="200";
height="200";
}
// BAYONA TODO EL AŅO ENERO-ENERO 2010
if (ad==3) {
flash="PUBLICIDAD/BAYONA.swf"
width="200";
height="200";
}
//IBERTRIP TODO EL AŅO DEL 1 DE OCTUBRE AL 1 DE OCTUBRE DE 2012
if (ad==4) {
flash="PUBLICIDAD/IBERTRIP.swf"
width="200";
height="200";
}
//CAYON DEL 1 DE ABRIL AL 1 DE JULIO
if (ad==5) {
flash="PUBLICIDAD/SIBARITI.swf"
width="200";
height="200";
}
//SIBARITI DEL 1 DE JUNIO AL 1 DE JUNIO DE 2012
if (ad==7) {
flash="PUBLICIDAD/CHAVERRI.swf"
width="200";
height="200";
}
document.write('<center>');
document.write('<OBJECT CLASSID=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=' + width + ' height=' + height + ' CODEBASE=\"http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0\">');
document.write('<PARAM NAME=\"MOVIE\" VALUE=\"http://www.olitetv.com/' + flash + '\">');
document.write('<PARAM NAME=\"PLAY\" VALUE=\"true\">');
document.write('<PARAM NAME=\"LOOP\" VALUE=\"true\">');
document.write('<PARAM NAME=\"QUALITY\" VALUE=\"high\">');
document.write('<EMBED SRC=http://www.olitetv.com/' + flash + ' width=' + width + ' height=' + height + ' PLAY=\"true\" LOOP=\"true\" QUALITY=\"high\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash\">');
document.write('</EMBED>');
document.write('</OBJECT>');
document.write('</center>');
