/*<![CDATA[*/
var el="zona_fotos_top";
var bgimg=new Array("imagenes/foto_top01.jpg", "imagenes/foto_top02.jpg","imagenes/foto_top03.jpg", "imagenes/foto_top04.jpg","imagenes/foto_top05.jpg","imagenes/foto_top06.jpg");
var random=Math.round((bgimg.length-1)*Math.random());
var cssStr="#"+el+" { background: url("+bgimg[random]+") no-repeat bottom right } ";
var style=document.createElement("style");style.setAttribute("type","text/css");
if(style.styleSheet){style.styleSheet.cssText=cssStr;}
else{var cssText=document.createTextNode(cssStr);style.appendChild(cssText);}document.getElementsByTagName("head")[0].appendChild(style);
/*]]>*/
