var jumpStr = window.location.hash;//alert(jumpStr);
if(jumpStr.length > 1){
	location.hash = jumpStr;
}

