function redirigir(dat)
	{
		    palabra=document.location.href
			document.location.href=""+dat+""+palabra;
			return;
		}

