function changeBrowserURL(url){
				document.location.hash = url;
			}
			function getHash(){
				return document.location.hash
			}