setTimeout('recir()',5000);
function recir()
{
	var page = 'http://www.northbooks.cl/index.php';
	document.location.href = page;
}
