document.writeln("	<div id=\"nav_bg\"> ");
document.writeln("	<div class=\"nav_top\">");
document.writeln("    	<div class=\"logo\"></div>");
document.writeln("        <div class=\"top_login_bg\">");
document.writeln("        	<!--div class=\"login_before\"><a href=\"http://www.91fun.com/reg\">注册</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href=\"http://www.91fun.com/login\">登录</a></div-->");
document.writeln("            <div class=\"login_after\"><a href=\"http://www.91fun.com/login/?url="+encodeURIComponent('http://service.91fun.com/')+"\">在线答疑</a>&nbsp;&nbsp;&nbsp;<a href=\"http://www.91fun.com/login/?url="+encodeURIComponent('http://www.91fun.com/pay.html')+"\">充值中心</a>&nbsp;&nbsp;&nbsp;<a id='head_userlogin' href=\"http://www.91fun.com/login/\">登录</a><span id='head_userinfo' style=\"display:none;\"><a href=\"javascript:User.logout();\">退出</a></span></div>");
document.writeln("        </div>");
document.writeln("        <div class=\"nav_menu\">");
document.writeln("        <a id=\"index_\" href=\"http://www.91fun.com\" class=\"nav_menu1\">首页</a>");
document.writeln("        <a id=\"game_\" href=\"http://www.91fun.com/game\" class=\"nav_menu1\">游戏大厅</a>");
document.writeln("        <a id=\"pay_\" href=\"http://www.91fun.com/login/?url="+encodeURIComponent('http://www.91fun.com/pay.html')+"\" class=\"nav_menu1\">充值</a>");
document.writeln("        <a id=\"service_\" href=\"http://www.91fun.com/login/?url="+encodeURIComponent('http://service.91fun.com/')+"\" class=\"nav_menu1\">客服</a>");
document.writeln("        <a id=\"bbs_\" href=\"http://bbs.91fun.com\" class=\"nav_menu1\">论坛</a>");
document.writeln("        </div>");
document.writeln("    </div>");
document.writeln("</div>");
var _href=window.location.href;
if(/\/game\//.test(_href)) $ ('#game_').addClass('active');
else if(/pay\./.test(_href)){$ ('#pay_').addClass('active');}
else if(/service\./.test(_href)){$ ('#service_').addClass('active');}
else if(/bbs\./.test(_href)){$ ('#bbs_').addClass('active');}
else $ ('#index_').addClass('active');
