<!-- 
    //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="",listmodulo3= new Array();
  listmodulo3[listmodulo3.length]= "<a href='../Gastronomia/conoce/index.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-Gastronomia.jpg' alt='nuestra gastronomia' width='149' height='110' border='0'></a>";
  listmodulo3[listmodulo3.length]= "<a href='../Pescado/FichasDepescados/index.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-NuestrasFichasPesc.jpg' alt='¿Qué ponemos hoy para comer?' width='149' height='110' border='0'></a>";
  listmodulo3[listmodulo3.length]= "<a href='../Turismo/Patrimonio/index.asp?Idioma='><img src='../imagenes/menuPrincipal/Bot-NuestroPatrimonio.jpg' alt='conoce Nuestro Patrimonio' width='149' height='110' border='0'></a>";  

  j=parseInt(Math.random()*listmodulo3.length);
  j=(isNaN(j))?0:j;
    //document.write("<a href='"+list2[j]+"' ><img name='SlideShowModulo3' src='"+list[j]+"' alt='"+list3[j]+"' width='149' height='110' border='0'></a>");
    document.write("<span id ='SlideShowModulo3' name='SlideShowModulo3'>"+listmodulo3[j]+"</span>");		
function rndSlideShow3(t,l) {
  //x=document.SlideShowModulo3;
  //y=document.randomSlideLink;
  j=l;
  while (l==j) {
    j=parseInt(Math.random()*listmodulo3.length);
    j=(isNaN(j))?0:j;
  }
    window.SlideShowModulo3.innerHTML =listmodulo3[j];

  //x.link=list2[j];
  //x.href=list2[j];
  setTimeout("rndSlideShow3("+t+","+j+")",t);
  }
   rndSlideShow3(5000,0)

//-->