<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
		<title>这个.. 页面没有找到！！！</title>
		
		<style type="text/css">
			body{ margin:0; padding:0; background:#ffffff; font-family:Georgia, Times, Verdana, Geneva, Arial, Helvetica, sans-serif; }
			div#mother{ margin:0 auto; width:943px; height:572px; position:relative; }
			div#errorBox{ background: url(404_bg.png) no-repeat top left; width:943px; height:572px; margin:auto; }
			div#errorText{ color:#39351e; padding:118px 0 0 465px }
			div#errorText p{ width:303px; font-size:14px; line-height:26px;color:#666; }
			div#errorText div{ width:303px; font-size:14px; line-height:26px;color:#666; }
			div#errorText a{ width:303px; font-size:14px; line-height:26px;color:#666; }

			div#errorText a:hover{ width:303px; font-size:14px; line-height:26px;color: #4a8aff }
			div.link{ /*background:#f90;*/ height:50px; width:145px; float:left; }
			div#home{ margin:20px 0 0 444px;}
			div#contact{ margin:20px 0 0 25px;}
			h1{ font-size:40px; margin-bottom:35px;color:#4a8aff;}
		</style>
		

		
	</head>
	<body>
		<div id="mother">
			<div id="errorBox">
				<div id="errorText">
					<h1>Sorry..页面没有找到！</h1>
					<p>
						<p>似乎你所寻找的网页已移动或丢失了。</p>
						<p>或者也许你只是键入错误了一些东西。</p>
						<p>请不要担心，这没事。如果该资源对你很重要，请与管理员联系。</p>
					</p>

					<p>
						火星不太安全，我可以免费送你回地球
					</p>
					<div><span><em id="time">10</em> 秒后</span><a href="http://www.weifenxiao.com">返回地球</a></div>
				</div>

			</div>
		</div>
		<script type="text/javascript">
            var tObj=document.getElementById('time');
            var i=tObj.innerText;
            var timer=setInterval("count()", 1000);
            function count(){
                if (i == 0) {
                    clearInterval(timer);
                    window.location.href = "http://www.weifenxiao.com";
                }else{
                    tObj.innerText = i;
                    i--;
                    console.log(i)
                }

            }
		</script>
	</body>

</html>
