setTimeout("document.location.reload(true)", 60000);

function SilenceErrors() {
		return true;
	}
	
	// if you want to show errors again, just comment this out
	window.onerror = SilenceErrors;
