<!-- 
    //document.write("<a href='../SociosProtectores/Sociosprotectores.asp'><img name='randomSlideShow' src='"+list[j]+"' border=0 alt='Nuestros patrocinadores' width=100></a>");
  var j,l="",m="",p="",q="",z="",listmodulo2= new Array()

  listmodulo2[listmodulo2.length]= "<a href='../Udalarrantz/Agenda/indexferias.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-NuestrasFiestas.jpg' alt='conoce nuestras fiestas' width='149' height='100' border='0'></a>";
  listmodulo2[listmodulo2.length]= "<a href='../Turismo/Historias/index.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-NuestrasHistorias.jpg' alt='historias y leyendas' width='149' height='100' border='0'></a>";
  listmodulo2[listmodulo2.length]= "<a href='../Turismo/deportes/index.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-NuestroDeporte.jpg' alt='nuestro deporte' width='149' height='100' border='0'></a>";  
   
  j=parseInt(Math.random()*listmodulo2.length);
  j=(isNaN(j))?0:j;
    document.write("<span id ='SlideShowModulo2' name='SlideShowModulo2'>"+listmodulo2[j]+"</span>");
function randSlideModulo2(t,l) {
  //x=document.SlideShowModulo2;
  //y=document.randomSlideLink;
  j=l;
  while (l==j) {
    j=parseInt(Math.random()*listmodulo2.length);
    j=(isNaN(j))?0:j;
  }
  window.SlideShowModulo2.innerHTML = listmodulo2[j];
  //x.link=list2[j];
  //x.href=list2[j];
  setTimeout("randSlideModulo2("+t+","+j+")",t);
  }
   randSlideModulo2(4500,0)

//-->