// para publicacionesfunction jumpMenu(targ,selObj,restore)	{  	eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  	if (restore) selObj.selectedIndex=0;	}function fecha_actual(idioma)    {      if (idioma=="esp")        {          now = new Date();          if(0 == now.getMonth()) { document.write("Enero "); }          else if(1 == now.getMonth()) { document.write("Febrero "); }          else if(2 == now.getMonth()) { document.write("Marzo "); }          else if(3 == now.getMonth()) { document.write("Abril "); }          else if(4 == now.getMonth()) { document.write("Mayo "); }          else if(5 == now.getMonth()) { document.write("Junio "); }          else if(6 == now.getMonth()) { document.write("Julio "); }          else if(7 == now.getMonth()) { document.write("Agosto "); }          else if(8 == now.getMonth()) { document.write("Septiembre "); }          else if(9 == now.getMonth()) { document.write("Octubre "); }          else if(10 == now.getMonth()) { document.write("Nov. "); }          else if(11 == now.getMonth()) { document.write("Dic. "); }          now = new Date();          document.write(now.getDate());          document.write(", "+now.getFullYear());        }      else        {          now = new Date();          if(0 == now.getMonth()) { document.write("January "); }          else if(1 == now.getMonth()) { document.write("February "); }          else if(2 == now.getMonth()) { document.write("March "); }          else if(3 == now.getMonth()) { document.write("April "); }          else if(4 == now.getMonth()) { document.write("May "); }          else if(5 == now.getMonth()) { document.write("June "); }          else if(6 == now.getMonth()) { document.write("July "); }          else if(7 == now.getMonth()) { document.write("August "); }          else if(8 == now.getMonth()) { document.write("September "); }          else if(9 == now.getMonth()) { document.write("October "); }          else if(10 == now.getMonth()) { document.write("November "); }          else if(11 == now.getMonth()) { document.write("December "); }          now = new Date();          document.write(now.getDate());          document.write(", "+now.getFullYear());        }    }<!-- Original:  Eric King (eric_andrew_king@hotmail.com) --><!-- Web Site:  http://redrival.com/eak/ --><!-- VENTANA POP UP CENTRADA//--><!-- The JavaScript Source!! http://javascript.internet.com //-->function popCentro(mypage, myname, w, h, scroll) {	var winl = (screen.width - w) / 2;	var wint = (screen.height - h) / 2;	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'	win = window.open(mypage, myname, winprops)	if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }}function muestraImagen2(ruta_raiz, ext, npics)	{	p = npics - 1; // si son 15 imagenes, poner 14	queImagen = Math.round(Math.random()*(p)) + 1;	//document.write(queImagen);	document.write('<img src="'+ruta_raiz+queImagen+'.'+ext+'" />');	}		  