

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
	
	
	
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=GBK">
		<title>错误提示页面</title>
		<script type="text/javascript">
	 	  	var openState = false;
	 	  	var $ = document.getElementById;
	 	  	function showErrorDetail() {
	 	  		if(!openState) {
	 	  			openState = true;
	 	  			$("errorDetailDiv").style.display = "";
	 	  		} else {
	 	  			openState = false;
	 	  			$("errorDetailDiv").style.display = "none";
	 	  		}
	 	  	}
	 	  </script>
	</head>
	<body>
		<div style="text-align:center;font-size:14px;">
			<img src="10603119_res/error_mh.jpg"><br />
			
				可能页面已经被删除，你可以选择
				<a href="http://www.jwc.hbnu.edu.cn/style/lmxxb/javascript:history.go(-1)">返回上一页</a>
				<hr width=80%>
			
		</div>
	</body>
</html>
