/*refresh de 3 minute*/
refresh = setTimeout("location.reload();", 180000);

function stoptimeout()
{
	window.clearTimeout(refresh);
}
