
<!doctype html>
<html>
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>页面未找到 - 东方财富网</title> 
<!--<meta http-equiv="refresh" content="5; url=http://fund.eastmoney.com">-->
<meta http-equiv="expires" content="0" /> 
<style type="text/css">
body {font-family:"\5B8B\4F53",serif;background:#ffffff;font-size:12px;}
body,div{padding:0; margin:0;} 
a{color:#039;text-decoration:underline;}
a:hover{color:#c00;text-decoration:none;}
.main {width:800px;height:436px;top:30%;left:50%;position:absolute;margin:-158px 0 0 -400px;}
.logo img {display:block;}
.errbox {border:1px solid #cfcfcf;background:#f7f7f7;width:546px;height:170px;padding:107px 126px;-moz-border-radius:10px;-webkit-border-radius:10px;position:relative;}
.errIco,.errText,.tl,.tr,.bl,.br {background:url(http://g1.dfcfw.com/g1/special/404error.png) no-repeat;float:left;text-indent:-9999px;overflow:hidden;}
.tl,.tr,.bl,.br {display:none;}
.errIco {width:170px;height:170px;margin-right:24px;}
.backTips {float:left;width:352px;height:170px;}
.errText {width:352px;height:42px;background-position:0 -170px;margin-top:38px;}
.backtip {width:352px;font-size:14px;margin-top:28px;text-indent:6px; float:left;}
.backtip b {color:#f00;font-family:Arial;font-size:16px;}
</style>
<!--[if IE]>
<style type="text/css">
.tl,.tr,.bl,.br { position:absolute; width:9px; height:9px; font-size:18px; display:block;}
.tl { background-position:-171px 0; top:-1px;left:-1px;}
.tr { background-position:-181px 0; top:-1px;right:-1px;}
.bl { background-position:-171px -10px; bottom:-1px;left:-1px;}
.br { background-position:-181px -10px; bottom:-1px;right:-1px;}
</style>
<![endif]-->
</head>
<body>
<div class="main">
	<div class="logo"><a href="http://fund.eastmoney.com"><img src="http://g1.dfcfw.com/g1/201303/20130308085030.gif"  border="0" /></a></div>
	<div class="errbox">
		<div><s class="tl"></s><s class="tr"></s><s class="bl"></s><s class="br"></s><s class="errIco">出错啦</s></div>
		<div class="backTips">
			<s class="errText">您访问的页面不存在！</s>
			<div class="backtip">
				<b id="tS">5</b> 秒后进入首页 <a href="http://fund.eastmoney.com">立即进入天天基金首页</a> | <a href="http://fund.eastmoney.com/contactus/">意见与建议</a>
			</div>
		</div>
	</div>
</div>
<script type="text/javascript">

	var all = 4;
	if (all > 0) window.setInterval("timeDesc();", 1000);
    var sw = screen.width;
    var sh = screen.height;
    var vt = GetCurrentTime();
    var ua = navigator.userAgent;
    var pg = window.location.href;

   
    function GetCurrentTime() {
        var currentTime = "";
        var myDate = new Date();
        var year = myDate.getFullYear();
        var month = parseInt(myDate.getMonth().toString()) + 1; //month是从0开始计数的，因此要 + 1
        if (month < 10) {
            month = "0" + month.toString();
        }
        var date = myDate.getDate();
        if (date < 10) {
            date = "0" + date.toString();
        }
        var hour = myDate.getHours();
        if (hour < 10) {
            hour = "0" + hour.toString();
        }
        var minute = myDate.getMinutes();
        if (minute < 10) {
            minute = "0" + minute.toString();
        }
        var second = myDate.getSeconds();
        if (second < 10) {
            second = "0" + second.toString();
        }
       
        currentTime = year.toString() + "-" + month.toString() + "-" + date.toString() + " " + hour.toString() + ":" + minute.toString() + ":" + second.toString();

        return currentTime;
    }
    function gid(id) { return document.getElementById ? document.getElementById(id) : null; }
    function timeDesc() {
        if (all <= 0) {
            self.location = "http://fund.eastmoney.com/";
        }
        var obj = gid("tS");
        if (obj) obj.innerHTML = all;
        all--;
    }
</script>
</body> 
</html>