<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>404</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<STYLE type="text/css">
body {font: 9pt/12pt}
h1 {font: 12pt/15pt}
h2 {font: 9pt/12pt}
a:link {color: red}
a:visited {color:maroon}
</STYLE>
<script type="text/javascript" src="js/jquery.mina.js"></script>
</HEAD>
<BODY style="background:url(404.gif) center center no-repeat; height:600px;">
<p style="text-align:center; padding-top:450px; font-size:24px; font-family:"Microsoft YaHei",Arial; color:#ff0000; line-height:30px;"><span id="sec">3</span>秒后跳转到首页<br>
  <a href="/" style=" font-size:16px; width:140px; height:40px; background:#000; color:#fff; display:block; margin:20px auto 0 auto; line-height:40px; text-decoration:none;">点击回到首页</a></p>
<script type="text/javascript">
	$(function () {            
	   setTimeout("lazyGo();", 1000);
	});
	function lazyGo() {
		var sec = $("#sec").text();
		$("#sec").text(--sec);
		if (sec > 0)
			setTimeout("lazyGo();", 1000);
		else
			window.location.href = "/";
	}
	</script>
</BODY>
</HTML>
