$(document).ready(function(){
	setTimeout("reloadPage()", 60000);
});

function reloadPage(){
	window.location.reload();
}
