function timedRefresh(timeoutPeriod)
{
	setTimeout("location.reload(true);",timeoutPeriod);
}

function forward(url)
{
	location.href=url;
}
