﻿
// JavaScript Document
$(function(){
	var sub_navid = "";
	var crt_nav=$("#nav_top>li.active");
	//导航
	$("#crt_nav").addClass("active");
	$("#nav_top>li").mouseover(function(){
		var sub_id = $(this).attr("sub");
		$("#nav_top .active").removeClass("active");
		$(this).addClass("active");
		if(sub_navid) $(sub_navid).hide();
		$("#"+$("#crt_nav").attr("sub")).hide();
		if(sub_id){
			sub_navid = sub_id = "#"+sub_id;
			$(sub_id).show();
		}
		else{
			$("#nav_sub>ul").hide();
		}
	});
	$("#nav").mouseout(function(){
		$("#nav li.active").removeClass("active");
		$("#nav_sub ul:visible").hide();
		$("#crt_nav").addClass("active");
		$("#"+$("#crt_nav").attr("sub")).show();
	})
	$("div#nav *").mouseout(function(e){stopBubble(e);});
	//第一屏中部新闻列表
	$("#news_tabs li a").mouseover(function(){
		$(".crt_news_tab").removeClass("crt_news_tab");
		$(this).addClass("crt_news_tab");
		$("#news_box .show").removeClass("show");
		$("#news_box .news_content").eq(getElementIndex($(this).parent().get(0))).addClass("show");
	})
	//焦点新闻
	$("#soccer_tab,#basketball_tab").mouseover(function(){
		$(".focus_tab_over").removeClass("focus_tab_over");
		$(this).addClass("focus_tab_over");
		$("#focus_table .show_tbody").removeClass("show_tbody");
		if($(this).attr("id")=="soccer_tab"){
			$("#focus_table tbody:first").addClass("show_tbody");
		}
		else{
			$("#focus_table tbody:last").addClass("show_tbody");
		}
	})
	//心水推荐
	$("#heart_soccer,#heart_basketball").mouseover(function(){
		$(".commend_tab_over").removeClass("commend_tab_over");
		$(this).addClass("commend_tab_over");
		$("#commend_table .show_tbody").removeClass("show_tbody");
		if($(this).attr("id")=="heart_soccer"){
			$("#commend_table tbody:first").addClass("show_tbody");
		}
		else{
			$("#commend_table tbody:last").addClass("show_tbody");
		}
	})
	//球队排名
	$("#east_tab,#west_tab").mouseover(function(){
		$(".rank_tab_over").removeClass("rank_tab_over");
		$(this).addClass("rank_tab_over");
		$("#team_rank .show_tbody").removeClass("show_tbody");
		if($(this).attr("id")=="east_tab"){
			$("#team_rank tbody:first").addClass("show_tbody");
		}
		else{
			$("#team_rank tbody:last").addClass("show_tbody");
		}
	})
	$("#east_pm_tab,#west_pm_tab").mouseover(function(){
		$("#team_rank .show_tbody").removeClass("show_tbody");
		if($(this).attr("id")=="east_pm_tab"){
			$("#team_rank tbody:first").addClass("show_tbody");
		}
		else{
			$("#team_rank tbody:last").addClass("show_tbody");
		}
	})
	//tabs
	$(".tabs a").mouseover(function(){
		$(this).siblings(".hover").removeClass("hover");
		$(this).addClass("hover");
		$(this).parents(".sub_box").find(".show_tbody").removeClass("show_tbody");
		$(this).parent().siblings("table").find("tbody").eq(getElementIndex($(this).get(0))).addClass("show_tbody");
	})
	
	//tabs_list
	$(".tabs_list a").mouseover(function(){
		$(this).siblings(".hover").removeClass("hover");
		$(this).addClass("hover");
		$(this).parents(".sub_box").find(".show_list").removeClass("show_list");
		$(this).parent().siblings("div").eq(getElementIndex($(this).get(0))).addClass("show_list");
	})
	//tabs_search
	$(".tabs_search a").mouseover(function(){
		$(this).siblings(".hover").removeClass("hover");
		$(this).addClass("hover");
	})
	//tabs_content
	$(".tabs_content a").mouseover(function(){
		$(this).siblings(".hover").removeClass("hover");
		$(this).addClass("hover");
		$(this).parent().siblings(".show").removeClass("show");
		$(this).parent().siblings(".more_box").eq(getElementIndex($(this).get(0))).addClass("show");
	})
})
function getElementIndex(e){
	var objParent = e.parentNode;
	var objSiblings = objParent.getElementsByTagName(e.tagName);
		e.setAttribute("flag","crt_e");
		for(var i=0; i<objSiblings.length; i++){
			if(objSiblings[i].getAttribute("flag")==="crt_e"){
				objSiblings[i].removeAttribute("flag");
				return i;
			}
		}
}
function stopDefault(e){
	if (e&&e.preventDefault) e.preventDefault();
	else window.event.returnValue = false;
    return false;
}
function stopBubble(e) {
	if(e&&e.stopPropagation) e.stopPropagation();
	else window.event.cancelBubble=true;
}
function showAd1(zoneid) {
   	var m3_u = (location.protocol=='https:'?'https://advcenter.1soccer.com/openx/www/delivery/ajs.php':'http://advcenter.1soccer.com/openx/www/delivery/ajs.php');
	var m3_r = Math.floor(Math.random()*99999999999);
	if (!document.MAX_used) document.MAX_used = ',';
	document.write ("<script type='text/javascript' src='"+m3_u);
	document.write ("?zoneid="+zoneid);
	document.write ('&amp;cb=' + m3_r);
	if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
	document.write ("&amp;loc=" + escape(window.location));
	if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
	if (document.context) document.write ("&context=" + escape(document.context));
	if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
	document.write ("'><\/scr"+"ipt>");
}
function showAd0(zoneid) {
		var m3_u = (location.protocol=='https:'?'https://advcenter.1soccer.com/openx/www/delivery/ajs1.php':'http://advcenter.1soccer.com/openx/www/delivery/ajs1.php');
		var m3_r = Math.floor(Math.random()*99999999999);
		if (!document.MAX_used) document.MAX_used = ',';
		
		document.write("<div class='ads' style='display:inline' id='ads_"+m3_r+"'></div>");

		document.write ("<script type='text/javascript' src='"+m3_u);
		document.write ("?zoneid="+zoneid);
		document.write ('&amp;cb=' + m3_r);
		document.write ("&amp;vn=ads_"+m3_r);
		if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
		document.write ("&amp;loc=" + escape(window.location));
		if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
		if (document.context) document.write ("&context=" + escape(document.context));
		if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
		document.write ("'><\/scr"+"ipt>");
}
var adsarray = new Array();
function showAd(zoneid) {
	/*
	if (zoneid=="103" || zoneid=="116"){
		document.write('<div class="ads" style="display:inline"><script type="text/javascript" src="http://www.188server.com/media/js/vendor_2/chsSBnG_160x60_v306.js"></script></div>');
	}else if(zoneid=="52"){
		document.write('<div class="ads" style="display:inline;float:right"><script type="text/javascript" src="http://www.188server.com/media/js/vendor_2/chsSBnG_450x50_v306.js"></script></div>');
	}else if(zoneid=="152"){
		document.write('<div class="ads" style="display:inline"><script type="text/javascript" src="http://www.188server.com/media/js/vendor_2/chsSBnG_120x60_v306.js"></script></div>');
	}else{
	*/
		document.write("<div class='ads' style='display:inline' id='ads_"+zoneid+"'  aid='"+zoneid+"'></div>");
		adsarray.push(zoneid);
	//}
}
var adsarray=new Array();
function showAd2(zoneid){
	adsarray.push(zoneid);
	document.write("<div class='ads' style='display:inline' id='ads_"+zoneid+"'></div>");
}
