function setHash(text) {

	window.location.hash = "!"+text;	

}

$(document).ready(function(){

	if (window.location.hash != "") {
	
	
	
	}	

});
