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