function getLocationHash(){
	return window.location.hash;
}
		
function setLocationHash(hash){
	window.location.hash = hash;
}


