function timedRefresh() {
	setTimeout("window.location.reload(true);",600000); //600000
}
timedRefresh();


