if(location.href.match(/#(http.+)$/)){
	location.href = RegExp.$1; 
}
