var lastimage=0; var contador=0; var listaArreglo=new Array(); var img=new Array(); setTimeout("rotarImagen('wp-content/themes/default/rotatorS/1.jpg|wp-content/themes/default/rotatorS/10.jpg|wp-content/themes/default/rotatorS/11.jpg|wp-content/themes/default/rotatorS/12.jpg|wp-content/themes/default/rotatorS/13.jpg|wp-content/themes/default/rotatorS/14.jpg|wp-content/themes/default/rotatorS/15.jpg|wp-content/themes/default/rotatorS/16.jpg|wp-content/themes/default/rotatorS/17.jpg|wp-content/themes/default/rotatorS/18.jpg|wp-content/themes/default/rotatorS/19.jpg|wp-content/themes/default/rotatorS/2.jpg|wp-content/themes/default/rotatorS/20.jpg|wp-content/themes/default/rotatorS/21.jpg|wp-content/themes/default/rotatorS/22.jpg|wp-content/themes/default/rotatorS/23.jpg|wp-content/themes/default/rotatorS/24.jpg|wp-content/themes/default/rotatorS/25.jpg|wp-content/themes/default/rotatorS/26.jpg|wp-content/themes/default/rotatorS/27.jpg|wp-content/themes/default/rotatorS/28.jpg|wp-content/themes/default/rotatorS/29.jpg|wp-content/themes/default/rotatorS/3.jpg|wp-content/themes/default/rotatorS/30.jpg|wp-content/themes/default/rotatorS/31.jpg|wp-content/themes/default/rotatorS/32.jpg|wp-content/themes/default/rotatorS/33.jpg|wp-content/themes/default/rotatorS/34.jpg|wp-content/themes/default/rotatorS/35.jpg|wp-content/themes/default/rotatorS/36.jpg|wp-content/themes/default/rotatorS/37.jpg|wp-content/themes/default/rotatorS/38.jpg|wp-content/themes/default/rotatorS/39.jpg|wp-content/themes/default/rotatorS/4.jpg|wp-content/themes/default/rotatorS/40.jpg|wp-content/themes/default/rotatorS/41.jpg|wp-content/themes/default/rotatorS/42.jpg|wp-content/themes/default/rotatorS/43.jpg|wp-content/themes/default/rotatorS/5.jpg|wp-content/themes/default/rotatorS/6.jpg|wp-content/themes/default/rotatorS/7.jpg|wp-content/themes/default/rotatorS/8.jpg|wp-content/themes/default/rotatorS/9.jpg|wp-content/themes/default/rotatorS/img_min_cabecera1.jpg|wp-content/themes/default/rotatorS/img_min_cabecera2.jpg|wp-content/themes/default/rotatorS/img_min_cabecera3.jpg|wp-content/themes/default/rotatorS/img_min_cabecera4.jpg','idimagen')","5000"); cargarLogo('wp-content/themes/default/rotatorS','"wp-content/themes/default/images/logo_min_tarjetaroja.jpg','idlogo'); function rotarImagen(arr, id){ if(document.getElementById(id)!='undefined' & document.getElementById(id)!=null & arr!=''){ img=arr.split('|'); ale=parseInt(Math.random()*img.length); if(listaArreglo[0]==undefined || listaArreglo[0]==null || listaArreglo[0]==""){ for(var j=0;j=(img.length-1)){ ale=0; } } } /* ale=parseInt(Math.random()*img.length); if(ale==lastimage){ ale++; if(ale>=img.length){ ale=0; } } lastimage=ale; document.getElementById(id).src=img[ale]; */ document.getElementById(id).src=listaArreglo[contador]; if(contador>=(img.length-1)){ contador=0; }else{ contador++; } setTimeout("rotarImagen('wp-content/themes/default/rotatorS/1.jpg|wp-content/themes/default/rotatorS/10.jpg|wp-content/themes/default/rotatorS/11.jpg|wp-content/themes/default/rotatorS/12.jpg|wp-content/themes/default/rotatorS/13.jpg|wp-content/themes/default/rotatorS/14.jpg|wp-content/themes/default/rotatorS/15.jpg|wp-content/themes/default/rotatorS/16.jpg|wp-content/themes/default/rotatorS/17.jpg|wp-content/themes/default/rotatorS/18.jpg|wp-content/themes/default/rotatorS/19.jpg|wp-content/themes/default/rotatorS/2.jpg|wp-content/themes/default/rotatorS/20.jpg|wp-content/themes/default/rotatorS/21.jpg|wp-content/themes/default/rotatorS/22.jpg|wp-content/themes/default/rotatorS/23.jpg|wp-content/themes/default/rotatorS/24.jpg|wp-content/themes/default/rotatorS/25.jpg|wp-content/themes/default/rotatorS/26.jpg|wp-content/themes/default/rotatorS/27.jpg|wp-content/themes/default/rotatorS/28.jpg|wp-content/themes/default/rotatorS/29.jpg|wp-content/themes/default/rotatorS/3.jpg|wp-content/themes/default/rotatorS/30.jpg|wp-content/themes/default/rotatorS/31.jpg|wp-content/themes/default/rotatorS/32.jpg|wp-content/themes/default/rotatorS/33.jpg|wp-content/themes/default/rotatorS/34.jpg|wp-content/themes/default/rotatorS/35.jpg|wp-content/themes/default/rotatorS/36.jpg|wp-content/themes/default/rotatorS/37.jpg|wp-content/themes/default/rotatorS/38.jpg|wp-content/themes/default/rotatorS/39.jpg|wp-content/themes/default/rotatorS/4.jpg|wp-content/themes/default/rotatorS/40.jpg|wp-content/themes/default/rotatorS/41.jpg|wp-content/themes/default/rotatorS/42.jpg|wp-content/themes/default/rotatorS/43.jpg|wp-content/themes/default/rotatorS/5.jpg|wp-content/themes/default/rotatorS/6.jpg|wp-content/themes/default/rotatorS/7.jpg|wp-content/themes/default/rotatorS/8.jpg|wp-content/themes/default/rotatorS/9.jpg|wp-content/themes/default/rotatorS/img_min_cabecera1.jpg|wp-content/themes/default/rotatorS/img_min_cabecera2.jpg|wp-content/themes/default/rotatorS/img_min_cabecera3.jpg|wp-content/themes/default/rotatorS/img_min_cabecera4.jpg','idimagen')","5000"); } } function timePerRotation(time){ return parseFloat(time); } function cargarLogo(ruta,logo,id){ if(document.getElementById(id)!='undefined' && document.getElementById(id)!=null){ document.getElementById(id).src=ruta+'/'+logo; } }