// JavaScript Document
$(document).ready(function(){
		var browser=navigator.appName;
		var b_version=navigator.appVersion; 
		var version=b_version.split(";"); 
		var trim_Version=version[1].replace(/[ ]/g,""); 

		var str_url=window.location.href;
		var array_url=new Array;
		array=str_url.split('=');

		//alert(array[0]);
		if(array[1]=="ppxw"){
				sort_flag="1";
				document.getElementById("selectCity_top").selectedIndex=0;
				document.getElementById("selectCity_bottom").selectedIndex=0;
				if($(".sub_menu li a").hasClass("current")){
					$(".sub_menu li a").removeClass("current");
				}
				$(".BorderBottomTitle").css("width","55px");
				$(".BorderBottomTitle").html("品牌新闻");
				
				$("#ppxw >a").addClass("current");
				//$("#column_bottom > .news_list").css("display","inline");
				if($("#column_bottom > .news_list").hasClass("sort_news")){
					$("#column_bottom > .news_list").removeClass("sort_news");
				}
				
				var news_length=$("#column_bottom > .news_list").length;
				var sort_tag=new Array(news_length);
				for(i=0;i < news_length;i++){
					sort_tag[i]=$("#column_bottom > .news_list:eq("+i+") > .news_list_sort").html();
					if(sort_tag[i]!=1){
						//$("#column_bottom > .news_list:eq("+i+")").css("display","none");sort_news
						$("#column_bottom > .news_list:eq("+i+")").addClass("sort_news");
					}
				}
				$("#column_top").height($("#column_bottom").height()+20+"px");
					/*
					if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") 
				{ 
					$("#column_top").height($("#column_bottom").height()+60+"px"); 
				} 
				else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") 
				{ 
					$("#column_bottom").css("margin-top",(-$("#column_top").height()-20)+"px");
					if($("#column_bottom").height()<180){
						$("#column_bottom").css("margin-top",(-$("#column_top").height()+195)+"px");
					}
				} 
				*/
		}
		if(array[1]=="cpxw"){
				sort_flag="2";
				document.getElementById("selectCity_top").selectedIndex=0;
				document.getElementById("selectCity_bottom").selectedIndex=0;
				if($(".sub_menu li a").hasClass("current")){
					$(".sub_menu li a").removeClass("current");
				}
				$(".BorderBottomTitle").css("width","65px");
				$(".BorderBottomTitle").html("产品发布会");
				$("#cpfb >a").addClass("current");
						
				//$("#column_bottom > .news_list").css("display","inline");
				if($("#column_bottom > .news_list").hasClass("sort_news")){
					$("#column_bottom > .news_list").removeClass("sort_news");
				}
				var news_length=$("#column_bottom > .news_list").length;
				var sort_tag=new Array(news_length);
				for(i=0;i < news_length;i++){
					sort_tag[i]=$("#column_bottom > .news_list:eq("+i+") > .news_list_sort").html();
					if(sort_tag[i]!=2){
						//$("#column_bottom > .news_list:eq("+i+")").css("display","none");
						$("#column_bottom > .news_list:eq("+i+")").addClass("sort_news");
					}
				}
				$("#column_top").height($("#column_bottom").height()+20+"px");
				/*
				if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") 
				{ 
					$("#column_top").height($("#column_bottom").height()+60+"px"); 
				} 
				else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") 
				{ 
					$("#column_bottom").css("margin-top",(-$("#column_top").height()-20)+"px");
					if($("#column_bottom").height()<180){
						$("#column_bottom").css("margin-top",(-$("#column_top").height()+195)+"px");
					}
				} 
				*/
		}
		if(array[1]=="djxw"){
				sort_flag="3";
				document.getElementById("selectCity_top").selectedIndex=0;
				document.getElementById("selectCity_bottom").selectedIndex=0;
				if($(".sub_menu li a").hasClass("current")){
					$(".sub_menu li a").removeClass("current");
				}
				$(".BorderBottomTitle").css("width","55px");
				$(".BorderBottomTitle").html("杜鹃新闻");
				$("#djxw >a").addClass("current");
				
				//$("#column_bottom > .news_list").css("display","inline");
				if($("#column_bottom > .news_list").hasClass("sort_news")){
					$("#column_bottom > .news_list").removeClass("sort_news");
				}
				var news_length=$("#column_bottom > .news_list").length;
				var sort_tag=new Array(news_length);
				for(i=0;i < news_length;i++){
					sort_tag[i]=$("#column_bottom > .news_list:eq("+i+") > .news_list_sort").html();
					if(sort_tag[i]!=3){
						//$("#column_bottom > .news_list:eq("+i+")").css("display","none");
						$("#column_bottom > .news_list:eq("+i+")").addClass("sort_news");
					}
				}
				$("#column_top").height($("#column_bottom").height()+20+"px");
				/*
				if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") 
				{ 
					$("#column_top").height($("#column_bottom").height()+60+"px"); 
				} 
				else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") 
				{ 
					$("#column_bottom").css("margin-top",(-$("#column_top").height()-20)+"px");
					if($("#column_bottom").height()<180){
						$("#column_bottom").css("margin-top",(-$("#column_top").height()+195)+"px");
					}
				} 
				*/
		}
		if(array[1]=="gyhd"){
				sort_flag="4";
				document.getElementById("selectCity_top").selectedIndex=0;
				document.getElementById("selectCity_bottom").selectedIndex=0;
				if($(".sub_menu li a").hasClass("current")){
					$(".sub_menu li a").removeClass("current");
				}
				$(".BorderBottomTitle").css("width","55px");
				$(".BorderBottomTitle").html("公益活动");
				$("#gyhd >a").addClass("current");		
				//$("#column_bottom > .news_list").css("display","inline");
				if($("#column_bottom > .news_list").hasClass("sort_news")){
					$("#column_bottom > .news_list").removeClass("sort_news");
				}
				var news_length=$("#column_bottom > .news_list").length;
				var sort_tag=new Array(news_length);
				for(i=0;i < news_length;i++){
					sort_tag[i]=$("#column_bottom > .news_list:eq("+i+") > .news_list_sort").html();
					if(sort_tag[i]!=4){
						//$("#column_bottom > .news_list:eq("+i+")").css("display","none");
						$("#column_bottom > .news_list:eq("+i+")").addClass("sort_news");
					}
				}
				$("#column_top").height($("#column_bottom").height()+20+"px");
				/*
				if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE7.0") 
				{ 
					$("#column_top").height($("#column_bottom").height()+60+"px"); 
				} 
				else if(browser=="Microsoft Internet Explorer" && trim_Version=="MSIE6.0") 
				{ 
					$("#column_bottom").css("margin-top",(-$("#column_top").height()-20)+"px");
					if($("#column_bottom").height()<180){
						$("#column_bottom").css("margin-top",(-$("#column_top").height()+195)+"px");
					}
				} 
				*/
		}
						   
} );