if(document.location.hash.length>1){
	if(parseInt(document.location.hash.indexOf('!')) != 1)
	document.location.href = document.location.hash.substring(1,document.location.hash.length);
}    