	

	function goToHash(newHash)
	{
	    location.hash = newHash;
	}

