
//funstion to logout by removing the reach cookies
function logout(){
	document.cookie='ReachUser=0; expires=Sun, 23 Apr 1944 23:59:59 UTC; path=/';
	//document.cookie='ReachSession=0; expires=Sun, 23 Apr 1944 23:59:59 UTC; path=/';
	location.reload();
}