<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>404error</title>
    <style type="text/css">
<!--
body {
	background-color: #F0F0F0;
	margin-top: 150px;
}
body,td,th {
	font-size: 12px;
}
.STYLE1 {color: #666666}
-->
</style>
<script type="text/javascript" src="/pages/js/domainManage.js"></script>
<script type="text/javascript">
var thisURL = document.URL;
var url1 = thisURL.substring(0,thisURL.indexOf("html"));
function clock(){
	i = i -1;
	if(document.getElementById("info")){
		document.getElementById("info").innerHTML = "系统将在"+i+"秒后自动跳转到首页??";
	}
	if(i > 0)
		setTimeout("clock();",1000);
	else
		returnIndex();
}
function returnIndex(){
	myDomain.gotoIndex(hrefSplit[0]);
}
var i = 6;
clock();
</script>
</head>
  
  <body>
   <table width="504" height="345" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td background="/pages/images/error1.jpg"><table width="310" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="353" height="173">&nbsp;</td>
      </tr>
      <tr>
        <td height="142"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td height="40" colspan="3" style="font-size:16px;font-weight:bold;color:#666">对不起，您要访问的页面暂时没有找?!</td>
          </tr>
          <tr>
            <td height="40" colspan="3"><span class="STYLE1"><div id="info">系统将在5秒后自动跳转到首页??</div></span></td>
          </tr>
          <tr>
            <td width="24%" class="STYLE1">您也可以?</td>
            <td width="33%"><a href="javascript:void(0)" onclick="returnIndex()"><img src="/pages/images/error3.jpg" width="85" height="26" /></a></td>
            <td width="43%"><a href="javascript:history.go(-1)"><img border="0" src="/pages/images/error2.jpg" width="100" height="26" /></a></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
  </body>
</html>