$(function(){
   $("#newtoptwo ul:not(:first)").hide();
   $("#tab3 li").each(function(index){
       $(this).mouseover(
	   	  function(){
			  $("#tab3 li.threehover").removeClass("threehover");
			  $(this).addClass("threehover");
			  $("#newtoptwo > ul:visible").hide();
			  $("#newtoptwo ul:eq(" + index + ")").show();
	  })
   })
   //更改全文链接到guoji120.com的连接，将其转换成相对路径，qq9330722
   /*$('a[@href*="http://www.guoji120.com"]').each(function(i){
		var aa=$(this).attr("href");//获取连接地址并存储在aa变量中
		var bb=aa.split("http://www.guoji120.com");//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();
	  })
   })
   
   //专家推荐~~~自动切换
// $('.test .testcont:first').css('display','block');
// autoroll();
// hookThumb();
   
   
   
   
   
   //新闻列表间隔以及动态新闻
   $(".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.guoji120.com/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.guoji120.com/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.guoji120.com/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.guoji120.com/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.guoji120.com/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.guoji120.com/images/qianliead.gif" width="935" height="100" /></a>';
//		   }
})


//定义专家自动切换函数

//var i=-1; //第i+1个tab开始
//var offset = 2500; //轮换时间
//var timer = null;
//function autoroll(){
// n = $('.test .testimg').length-1;
// i++;
// if(i > n){
// i = 0;
// }
// slide(i);
//    timer = window.setTimeout(autoroll, offset);
// }
//function slide(i){
// $('.test .testcont').eq(i).css('display','block').siblings('.test .testcont').css('display','none');
// 
// }
//function hookThumb(){    
// $('.test .testimg').hover(
//  function () {
//    if (timer) {
//                clearTimeout(timer);
//    i = $(this).prevAll().length;
//             slide(i); 
//            }
//  },
//  function () {
//      
//            timer = window.setTimeout(autoroll, offset);  
//            this.blur();            
//            return false;
//  }
//); 
//}
