$(function(){
   $(".line1_left_content .hehe:not(:first)").hide();
   $("#tab3 li").each(function(index){
       $(this).mouseover(
	   	  function(){
			  $("#tab3 li.threehover").removeClass("threehover");
			  $(this).addClass("threehover");
			  $(".line1_left_content > .hehe:visible").hide();
			  $(".line1_left_content .hehe:eq(" + index + ")").show();
	  })
   })
   //更改全文链接到shencheng.com.cn的连接，将其转换成相对路径，qq9330722
   /*$('a[@href*="http://www.shencheng.com.cn"]').each(function(i){
		var aa=$(this).attr("href");//获取连接地址并存储在aa变量中
		var bb=aa.split("http://www.shencheng.com.cn");//split拆分aa
		var cc=bb[1];
		$(this).attr("href",cc);
	})
	 */
   //切换效果
   $(".test .testcont:not(:first)").hide();
   $(".test .testimg").each(function(index){
       $(this).mouseover(
	   	  function(){
			  $(".test .testcont:visible").hide();
			  $(".test .testcont:eq(" + index + ")").show();
	  })
   })
   //新闻列表间隔以及动态新闻
   $(".lislist td:eq(18)").addClass("tdborder");
		   $(".lislist td:eq(19)").addClass("tdborder");
		   $(".lislist td:eq(38)").addClass("tdborder");
		   $(".lislist td:eq(39)").addClass("tdborder");
		   $(".lislist td:eq(59)").addClass("tdborder");
		   $(".lislist td:eq(58)").addClass("tdborder");
		   //wangzhi=window.location.pathname;
//		   aa=wangzhi.split("/");
//		   if(aa[2]=="seszhai"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/114112826.html" target="_blank"><img src="http://www.shencheng.com.cn/images/ainad.gif" width="935" height="100" /></a>';
//		   }
//		   if(aa[2]=="sz_ganran"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/110047417.html" target="_blank"><img src="http://www.shencheng.com.cn/images/gphad.gif" width="935" height="100" /></a>';
//		   }
//		   if(aa[2]=="sz_zenxin"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/171118998.html" target="_blank"><img src="http://www.shencheng.com.cn/images/baopiad.gif" width="935" height="100" /></a>';
//		   }
//		   if(aa[2]=="qianlxian"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/154614951.html" target="_blank"><img src="http://www.shencheng.com.cn/images/qianliead.gif" width="935" height="100" /></a>';
//		   }
//		   if(aa[2]=="nanxby"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/114112826.html" target="_blank"><img src="http://www.shencheng.com.cn/images/ainad.gif" width="935" height="100" /></a>';
//		   }
//		   if(aa[2]=="treat-qlx"){
//		   document.getElementById('adimg').innerHTML = '<a href="/manjibininfo/theinfo/news_js/154614951.html" target="_blank"><img src="http://www.shencheng.com.cn/images/qianliead.gif" width="935" height="100" /></a>';
//		   }
})
