<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>404</title>
<link rel="canonical" href="http://www.conspirama.com/rss"/>
<meta name="mobile-agent" content="format=[wml|xhtml|html5];url=http://m.conspirama.com/rss" />
<link href="http://m.conspirama.com/rss" rel="alternate" media="only screen and (max-width: 640px)" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<meta http-equiv="Cache-Control" content="no-transform" />
</head>

<body style="background-color:#e6e6e6; text-align:center">
<h1 style=" padding-top:300px;"><img  src="/public/images/404img.jpg"></h1>
<h2 style="padding-top:20px;color:#666666; font-size:18px; font-weight:normal; font-family:微软雅黑;">即将跳转到&nbsp;<a href="/index.html" style="color:#666666; font-size:18px; font-weight:normal; font-family:微软雅黑;">我的主页</a>&nbsp;<span id="time" style="color:#666666; font-size:18px; font-weight:normal; font-family:微软雅黑;">3</span>&nbsp;秒...</h2>
</body>
<script type="text/javascript">
	var secs =3; //倒计时的秒数
	var URL;
	function Load(url){
		URL =url;
		for(var i=secs;i>=0;i--){
			window.setTimeout('doUpdate(' + i + ')', (secs-i) * 1000);
		}
	}
	function doUpdate(num){
		document.getElementById('time').innerHTML = num;
		if(num == 0){
			window.locations=URL;
		}
	}
	Load('/');
</script>
</html>
<!--耗时0.205秒<//br>-->