<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>页面提示</title>
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"微软雅黑";
	font-size:14px;
}
.lj { margin-top:5px;}
.lj a{ color:#0055aa; text-decoration:none;}
.lj a:link{ color:#0055aa;text-decoration:none;}
.lj a:visited{ color:#0055aa;text-decoration:none;}
.lj a:hover{ color:#0055aa;text-decoration:underline;}
.lj a:active{ color:#0055aa;text-decoration:none;}
</style>
</head>

<body>
  <div style=" width:370px; margin:0px auto; overflow:hidden; border:3px solid #d7d7d7; padding:30px 0px 40px 30px; margin-top:170px;text-align:center">
      
          <div>
            <span>
							<img src="/uploads/image/piadmin/error.png"/>
				<p class="error" style="font-size:20px;font-weight:bold;color:#f60">没有相关栏目！</p>			 
			</span>
              
          </div>
          <div class="lj">
		   <p class="jump">
				页面自动 <a id="href" href="javascript:history.back(-1);">跳转</a> 等待时间： <b id="wait">3</b>
			</p>
		  </div>
   
  </div>
</body>
<script type="text/javascript">
(function(){
var wait = document.getelementbyid('wait'),href = document.getelementbyid('href').href;
var interval = setinterval(function(){
	var time = --wait.innerhtml;
	if(time <= 0) {
		location.href = href;
		clearinterval(interval);
	};
}, 1000);
})();
</script>
</html>