<!DOCTYPE HTML>
<html>
<head> <meta name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="renderer" content="webkit">
<link rel="alternate" type="application/vnd.wap.xhtml+xml" media="handheld" href="target"/>
<title>出错拉</title>
<LINK href="/public/css/404_error.css" type=text/css rel=stylesheet>
<SCRIPT>
window.onload=function(){
		numView("/");
}
function numView(url){
    var numSpan=document.getElementById("numspan");
    var i=10;
    var interval=window.setInterval(

	    function(){
			    (i>=1)?numSpan.innerHTML=i=i-1
						    :window.clearInterval(interval,goIndex(url))
	    }, 
    1000);
}
function goIndex(url){
	this.location.href=url;
}
</SCRIPT>
</HEAD>
<body>
<div class=error>
    <div class=pencil></div>
    <div class=letter>
        <div><SPAN id=numspan>10</SPAN>秒后将跳转到 首页</div>
        <ul>
            <li>1.请检查您输入的网站地址是否正确。 </li>
            <li>2.如果需要帮助，可进入首页拨打服务电话。 </li>
            <li>3.如果您不能确认您输入的网址，请进入<A href="/">首页</A>浏览更多精彩文章。 </li>
        </ul>
    </div>
</div>
</body>

</html>