function redirectToHomePage() {
	window.location = "../ErrorPage/ErrorPagePageRender?typeOfError=sessionTimeout"
}

function setSessionTimeout(timeout) {
	var t=setTimeout("redirectToHomePage()", timeout)
}
