<!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=gbk" />
<title>找不到指定的页面</title>
<style type="text/css">
     body{ text-align:center;width:100%; margin:100px auto;}
</style> 
</head>
<body><h1 style="font-size: 10px;"> [xx]最精准资料免费看,澳门最准最精准免费资料,管家婆三期必开一期,澳门真正最准的免费资料,管家婆2026资料精准大全</h1>
 <h1>哎呀...您访问的页面不存在</h1>
 <p>似乎你所寻找的已移动或丢失了。</p>
 <p>请不要担心，这没事。</p>
 <p>火星不太安全，我可以免费送你回地球！</p>
 <span id="totalSecond">1</span>秒后自动返回
</body>
<script language="javascript" type="text/javascript">
    var second = document.getElementById('totalSecond').textContent;
    if (navigator.appName.indexOf("Explorer") > -1)  //判断是IE浏览器还是Firefox浏览器，采用相应措施取得秒数
    {
        second = document.getElementById('totalSecond').innerText;
    } else
    {
        second = document.getElementById('totalSecond').textContent;
    }
    setInterval("redirect()", 1000);  //每1秒钟调用redirect()方法一次
    function redirect()
    {
        if (second < 0)
        {
			var host = window.location.host;
            location.href = "http://"+host;
        } else
        {
            if (navigator.appName.indexOf("Explorer") > -1)
            {
                document.getElementById('totalSecond').innerText = second--;
            } else
            {
                document.getElementById('totalSecond').textContent = second--;
            }
        }
    }
</script>
</html>