function goBackToPreviousPage(){
	//window.back();
	history.back()
}

	function viewPressRelease(pathName)
	{
		document.pageform.action = "pressRelease.html";
		document.getElementById("hidPath").value=pathName;
		document.getElementById("pageform").submit();
		//window.location = "pressRelease.html";
		//document.getElementById("pageform").submit();
	}