$(document).ready(function(){
	$("#linkmenu").html("<a href='http://www.37wan.com' target='_blank'>37wan首页</a> <font color=red>旗下游戏：</font><a href='http://dfh.37wan.com' target='_blank'>大富豪</a> | <a href='http://mtsj.37wan.com' target='_blank'>魔塔世界</a> | <a href='http://astd.37wan.com' target='_blank'>傲视天地</a> | <a href='http://mcsd.37wan.com' target='_blank'>明朝时代</a>  | <a href='http://frxz.37wan.com' target='_blank'>凡人修真</a> | <a href='http://www.37wan.com' target='_blank'>更多>></a>");
	$.ajax({
            url:"/headertop.php?action=show",
            type: "GET",
            success:function(json) {
				if(json !=''){
	                $("#scroll_ul").html(json);
				}else{
					$("#scroll_ul").html("hanzh");
				}
            }
	});
});