function atualiza_endereco ()
{
	var sURL = "http://www.porta80.com.br/";
	document.location.href = sURL;
	return 1;
}
