$(document).ready(function(){
var gdid;
gdid = setInterval('AutoScroll("#userboxs")',5000);
$("#userboxs").hover(function(){clearInterval(gdid);}, function(){gdid = setInterval('AutoScroll("#userboxs")',5000);});
});
function AutoScroll(obj){
$(obj).find("div").animate({
marginTop:"-75px"
},1000,function(){
$(this).css({marginTop:"0px"}).find("ol:first").appendTo(this);
});
}
$('#s').Slider({img:'#playbox',num:'#num'});
show('tabnews','1');
show('phtab','1');
show('bbstab','1');
show('linkstab','1');
show('zttab','1');
//TAB
function SwapTab(name,title,content,Sub,cur){
$(name+' '+title).mouseover(function(){
$(this).addClass(cur).siblings().removeClass(cur);
$(content+" > "+Sub).eq($(name+' '+title).index(this)).show().siblings().hide();
});
}
$(function(){
SwapTab('.indextab_t','li','.indextabs_c','.indexstab_box','on');
});
var jiathis_config = {data_track_clickback:true};