﻿<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    
    <meta http-equiv="X-UA-Compatible" content="IE=7">
    <title>==您访问的页面不存在404==</title>
    <style type="text/css" media="screen">
    *{margin:0;padding:0;font-family:arial,sans-serif;font-size:14px;}
    body,html{height:100%;}
    body{background:#e9eaef;}
    .wrapper{margin: 0 auto;background:#fff url(http://www.sunochem.com/userfiles/404/404bg.jpg) top center;width:587px;height:196px; padding:80px 0 0 80px; top:50%; margin-top:-150px;position:relative;}
    h3{font-weight:700;font-size:16px;}
    .tm{padding-top:24px;}
    .tm span{color:#e10602;padding:0 5px;font-weight:700;}
    .btn{padding-top:14px;}
    .btn a{display:block;width:150px;height:0;overflow:hidden;padding-top:30px;background:#00f url(http://www.sunochem.com/userfiles/404/404go.jpg) 0 0;color:#fff;}
    </style>
  </head>
  <body>
      <div class="wrapper">
          <h3>您访问的页面不存在，即将返回首页!!!</h3>
          <p class="tm">本页<span id="time">60</span>秒内自动跳转...</p>
          <p class="btn"><a id="Btn" href="http://www.sunochem.com/" rel="nofollow">前往首页</a></p>
		  <p class="btn">如果通过单击链接而到达了该网页，请与网站维护人员联系(544562772@qq.com)。 </p>
      </div>
      <script type="text/javascript">

function sendStats(url){
    var n = "log_"+ (new Date()).getTime();
    var c = window[n] = new Image();
    c.onload = (c.onerror=function(){window[n] = null;});
    c.src = 'http://www.sunochem.com/' + url;
    c = null;  
}

var time = document.getElementById('time');
var btn = document.getElementById('Btn');
function count(){
    if( +time.innerHTML > 0 ){
        time.innerHTML = time.innerHTML - 1;
    }else{
        sendStats('gotooly');
        location.href = btn.href;
    }
}
setInterval(count , 1000);

btn.onclick = function(){
    sendStats('gotooly');
};

      </script>
  
</body></html>