@charset "utf-8";
/* CSS Document */

<!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>
    <title>移动400</title>	
    <meta http-equiv="keywords" content="移动400,4001,极利恒河">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
	<script language="javascript">
		var count = 6;
		//setTimeout('window.location="http://www.chinamobile400.com"',6000);
		
		setTimeout(function(){countDown();},0);
		function countDown() {
			count = count -1;
			document.all.seconds.innerText = count;
			if(count == 0) {
				window.location="/m400"
			} else {
				setTimeout(function(){countDown();},1000);
			}
		}
	</script>
  </head>

  
  <body>
	<br/>
	<br/>
	<center>
		找不到页面，5秒钟后自动返回首页
		<br/><br/>
		<div id="seconds">5</div>
		<br/><br/>
		<a href="/m400">如果系统不能自动返回首页，请点击这里返回首页</a>

	</center>
	<!--
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
		找不到页面
	-->
  </body>
</html>