setTimeout('recir()',2000);function recir(){	var page = 'http://www.nam.cl';	document.location.href = page;}
