document.write('<div id="all_nav">');
document.write('	<div id="header_logo">');
document.write('		<div class="wb_logo"><img src="/images/nav/logo.gif" width="159" height="48" /></div>');
document.write('		<div class="wb_ad"><a href="/game/ddt/"><img src="/images/games/ddt_ad.jpg" width="766" height="82" /></a></div>');
document.write('	</div>');
document.write('	<ul class="bsl_nav">');
document.write('		<li><a href="/" class="abl">首 页</a></li>');
document.write('		<li><a href="/jiemubiao.shtml" class="abl">节目表</a></li>');
document.write('		<li><a href="/youxixinwen/" class="abl">游戏新闻</a></li>');
document.write('		<li class="hasSub"><a href="javascript:;" class="abl">游戏大厅</a>');
document.write('			<ul>');
document.write('				<li><a href="/game/zsg/" target="_blank" id="zsg_test">最 三 国</a></li>');
document.write('				<li class="hasSub">');
document.write('					<a href="javascript:void(0);" target="_top">魔力学堂</a>');
document.write('					<ul>');
document.write('						<li><a href="javascript:;" class="cz_mlxt">游戏充值</a></li>');
document.write('						<li><a href="javascript:;" class="game_mlxt">服务器一</a></li>');
document.write('						<li><a href="javascript:;" class="game_mlxt">服务器二</a></li>');
document.write('					</ul>');
document.write('				</li>');
document.write('				<li><a href="/game/ddt/" target="_blank">弹 弹 堂</a></li>');
document.write('			</ul>');
document.write('		</li>');
document.write('		<li><a href="/liansai.shtml" class="abl">联赛专区</a></li>');
document.write('		<li><a href="/uc/" class="abl">个人中心</a></li>');
document.write('		<li><a href="/bbs/autologin.jsp" class="abl">社区论坛</a></li>');
document.write('		<li><a href="/video.shtml" class="abl">在线直播</a></li>');
document.write('	</ul>');
document.write('</div>');

var game_mlxt = new Array(
	"game|http://sso.mo2u.net/sitv/login_return.do.imba.frame?returnURL=http%3A%2F%2Fsso.mo2u.net%2Fsitv%2Fgame%2FMLXT%2Flogin.do.mlxtp.frame.top%3FserverCode%3DSERVER1%26_t_%3D1%25E6%259C%258D|http://imba.sitv.com.cn/gc/game/MLXT/login.do.mlxtp.frame?serverCode=SERVER1",
	"game|http://sso.mo2u.net/sitv/login_return.do.imba.frame?returnURL=http%3A%2F%2Fsso.mo2u.net%2Fsitv%2Fgame%2FMLXT%2Flogin.do.mlxtp.frame.top%3FserverCode%3DSERVER2%26_t_%3D2%25E6%259C%258D|http://imba.sitv.com.cn/gc/game/MLXT/login.do.mlxtp.frame?serverCode=SERVER2"
);

var status_key = 0;
setInterval(function(){
	var key = wb_check_flag==4 ? 2 : 1;
	if(key != status_key){
		status_key = key;
		$(".game_mlxt").each(function(i){
			$(this).attr("href",game_mlxt[i].split("|")[key]);
		});
	}else{
		return;
	}
}, 600);


$(".bsl_nav .hasSub").hover(
	function(){ $(this).find("ul").eq(0).css("display","block"); }, 
	function(){ $(this).find("ul").eq(0).css("display","none"); }
);

function showNav(num){
	$("#all_nav a.abl").eq(num).addClass('current');
}