var pagina="index.html"
function redireccionar(x)
{
	if (x==1)
	{
	window.location=pagina
	}
} 
setTimeout ("redireccionar()", 10000);
