<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<title>TOM博客</title>
	<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
	<meta name="robots" content="" />
	<meta name="Keywords" content="" />
	<meta name="Description" content="" />
	<link rel="icon" href="/favicon.ico" type="image/x-icon" />
	<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
	<link rel="stylesheet" rev="stylesheet" href="style/style.css" type="text/css" media="all" />
</head>
<style>
/*wrong*/
#wrong {width:500px;height:200px;margin:100px auto;border:1px solid #999999; background:#ffffff url(/images/wrongbg.gif) top repeat-x;}
#wrongNav {width:470px;height:32px;line-height:32px;text-align:right;margin:0 auto;padding:10px 0 6px 0;border-bottom:1px solid #A6CA7C;}
#wrongNav span {float:left;}
#wrongNav a {color:#2B2F24;}
#wrongNav a:hover {color:#ff0000;}
#wrongTipsImg {float:left;width:100px;height:80px;background:url(/images/tip.gif) right no-repeat;}
#wrongTips {float:right;height:38px;line-height:24px;width:300px;margin:0 auto;margin-top:20px;padding:5px;font-size:14px;font-weight:bold;text-align:center;}
/*#wrongTips {height:38px;line-height:24px;width:320px;margin:0 auto;margin-top:30px;padding:5px;font-size:14px;font-weight:bold;text-align:right;background:url(/images/tip.gif) left no-repeat;}*/
#tipsBox {height:60px;width:420px;margin:0 auto;margin-top:20px;padding:5px;}
#wrongTips strong {color:#ff0000;}
#wrongBtn {height:21px;text-align:center;margin:10px 0 0 0;}
.wbtn {margin:0 5px;padding:0;border:0;height:21px;width:102px;background:url(/images/wbutton.gif);}
</style>
<body>
<div id="wrong">
	<div id="wrongNav">
		<span><img src="/images/wlogo.gif" /></span>
		<a href="http://blog.tom.com">博客首页</a> | 
		<a href="http://pass.tom.com/register.php?svcid=3">注册</a> | 
		<a href="/login.php?backurl=http://blog.tom.com" onclick="doLogin();">登录</a> | 
		<a href="http://newblog.tom.com/help/index.html">帮助</a>
	</div>
	<div id="tipsBox">
		<div id="wrongTipsImg"></div>
		<div id="wrongTips">对不起，<strong>该博客已被关闭。</strong></div>
	</div>
	<div id="wrongBtn"><button class="wbtn" onclick="location.href='http://blog.tom.com'">返回博客首页</button>		<!--<button class="wbtn" onclick="location.href='http://blog.tom.com'">登录博客</button>-->
		<!--<button class="wbtn" onclick="location.href=''">返回博客首页</button>-->
		<!--<button class="wbtn">开通语音博客</button>-->
	</div>
	<div><!-- $errorCode: Array
(
    [code] => 2
    [content] => Array
        (
            [errorCode] => 11
            [reason] => User Had Been Closed
            [info] => 该博客已被关闭。
        )

)
 file: 0 line:0 --></div>
</div>

<script type="text/javascript">
function doLogin() {
//http://woodless.newblog.tom.com/
 // var ms = document.location.href.match(/^(http:\/\/\w+\.newblog\.tom\.com\/)/ig);
 // var url = ms[0] + "login.php?backurl=" + document.location.href;
 // document.location.href = url;
}
</script>

</body>
</html>