<!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:0px; padding:0px; background:#fff;}
.main{ width:998px; height:525px; border:1px solid #d9d9d9; margin:10px auto; background:url(http://res.img.ifeng.com/685a818075b4d83c/2011/0707/bkpic.jpg) no-repeat 156px 126px;}
.main .mat{ width:552px; margin:146px 0px 0px 235px; }
.main .mat p{ font:bold 16px/24px simsun; text-align:center; margin-bottom:80px;}
.main .mat p span{ color:#ba2835; padding-right:10px;}
.main .mat .tit{ font:normal 12px simsun; color:#515151; padding-left:20px; height:28px; background:url(http://res.img.ifeng.com/685a818075b4d83c/2011/0707/bklin.gif) repeat-x left bottom;}
.main .mat ul{ margin:5px 20px; padding:0px;}
.main .mat ul li{ background:url(http://res.img.ifeng.com/685a818075b4d83c/2011/0707/picli.gif) no-repeat left center; height:20px; list-style:none; font:normal 14px/20px simsun; padding-left:12px;}
a:link{color:#004276; text-decoration:none;}
a:visited{color:#004276; text-decoration:none;}
a:hover{text-decoration:underline;color:#ba2636}
</style>
</head>
<body>
<div class="main">
    <div class="mat">
        <p>抱歉，你要访问的页面不存在或已被删除!<br><span id="xm">5</span>秒后返回频道首页</p>
        <div class="tit">您还可以：</div>
        <ul>
            <li><a href="http://www.ifeng.com/">进入凤凰网首页</a></li>
            <li><a href="http://travel.ifeng.com/">返回上一页</a></li>
        </ul>
    </div>
</div>
<script type="text/javascript">
var i = 4;
var intervalid;
var xm = document.getElementById("xm");
intervalid = setInterval("fun()", 1000);
function fun() {
if (i == 0){
window.location.href = "http://travel.ifeng.com/";
clearInterval(intervalid);
}
xm.innerHTML = i;
i--;
}
</script>
</body>
</html>