//<script src="/html/js/banners.js" language="javascript1.3" type="text/javascript">function ejecutarBanner(ruta){width="700";height="136";banners=new Array();banners[0]=ruta + "/p01.jpg";banners[1]=ruta + "/p02.jpg";banners[2]=ruta + "/p03.jpg";banners[3]=ruta + "/p04.jpg";banners[4]=ruta + "/p05.jpg";banners[5]=ruta + "/p06.jpg";banners[6]=ruta + "/p07.jpg";banners[7]=ruta + "/p08.jpg";banners[8]=ruta + "/p09.jpg";totalbanners=banners.length;var ahora=new Date()var segundos=ahora.getSeconds()var ad=segundos%totalbanners;seleccionado=banners[ad];localizador=seleccionado.lastIndexOf('.');localizador2=localizador+4extension=seleccionado.substring(localizador+1,localizador2);archivo=seleccionado.substring(0,localizador);//document.write("<center>");//document.write('<div id="imagenprueba">');if(extension=="swf"){flash=seleccionado;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=\"'+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='+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>');}else{//document.write('<img src='+seleccionado+'>');document.write('<img src='+seleccionado+' width='+width+' height='+height+'>');	}//document.write('</center>');//document.write('</div>');}