<!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 name="keywords" content="keywords_temp" />
<meta name="description" content="description_temp" />

    <title>Page error.</title>
    <style type="text/css">
    body,form,li,ul,img {
	font-size: 12px;
	color: #666666;
	margin:0px;
	border:0px;
}
    </style>
    
</head>
<body>
<table width="539" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="120">&nbsp;</td>
  </tr>
  <tr>
    <td height="257" background="/images/error.jpg"><table width="65%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="16%">&nbsp;</td>
        <td width="84%" height="70">&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td class="line_height20">
        <div id="cnContent">
          1.访问页面不存在.<br />
          2.访问页面时发生错误.<br />
          3.本站不允许盗链.<br />
          4.如果您不能确认您输入的网址,请<a href="/">返回首页</a>.
        </div>  
        <div id="enContent" style="display:none;">
          1.The page does not exist.<br />
          2.An error occurred while the page is accessed.<br />
          3.The site does not allow external links.<br />
          4.If you are not sure,please return.
        </div>
          </td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td>&nbsp;</td>
        <td><span id="totalSecond">5</span>秒后，将自动转向首页.<br />seconds, it will be turn to Home automatically.
 </td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>
 
<script language="javascript" type="text/javascript"> 
    var second = document.getElementById('totalSecond').textContent;
 
    if (IsIE())
    {
        second = document.getElementById('totalSecond').innerText;
    } else
    {
        second = document.getElementById('totalSecond').textContent;
    }
 
    setInterval("redirect()", 1000);
    function redirect()
    {
        if (second < 1)
        {
            location.href = '/';
        } else
        {
            if (IsIE())
            {
                document.getElementById('totalSecond').innerText = second--;
            } else
            {
                document.getElementById('totalSecond').textContent = second--;
            }
        }
    }
 
    if(window.navigator.systemLanguage.toLowerCase()=="zh-cn")   
    {
       document.getElementById("cnContent").style.display="block";
       document.getElementById("enContent").style.display="none";
    }
    if(window.navigator.systemLanguage.toLowerCase()=="en-us")   
    {
       document.getElementById("cnContent").style.display="none";
       document.getElementById("enContent").style.display="block";
    }
    function IsIE()
    {
        if (navigator.appName.indexOf("Explorer") > -1)
        {
            return true;
        } 
        else
        {
            return false;
        }
    }
</script>
