﻿//tab
(function($){
	$.fn.extend({
		showtab:function(setting){
			var cfg = $.extend({
				selectedClass:'selected',
				bindType:'mouseover',
				clickFun:false
			},setting);
			var selected = $(this).find('li.'+cfg.selectedClass).find('a').attr('href').split('#')[1];
			$(this).find('li>a').bind(cfg.bindType,function(){
				var current = $(this).attr('href').split('#')[1];
				if(current==selected) return false;
				$(this).parent().parent().find('li.'+cfg.selectedClass).removeClass(cfg.selectedClass);
				$('#'+selected).hide();
				selected = $(this).attr('href').split('#')[1];
				$(this).parent().addClass(cfg.selectedClass);
				$('#'+current).show();
			});
			$(this).find('li>a').click(function(){
				return cfg.clickFun;
			});
		},
		demo2:function(){
			$(this).click(function(){
				alert($(this).html());
			});
		}
	})
})(jQuery);

//feiyu 51la
(function($) {
	$.fn.la=function(id,svid) {
		var l_tf="51la";l_tf=top.document.referrer;
		var l_pu="";l_pu=window.parent.location;
		var l_pf="51la";l_pf=window.parent.document.referrer;
		var l_su=window.location;
		var l_sf=document.referrer;
		var l_of="";
		var l_op="";
		var l_ops=1;l_ops=document.cookie.match(new RegExp("(^| )AJSTAT_ok_pages=([^;]*)(;|$)"));l_ops=(l_ops==null)?1: (parseInt(unescape((l_ops)[2]))+1);
		var l_ot=1;
		var l_d=new Date();
		var l_color=navigator.appName=="Netscape"?screen.pixelDepth:screen.colorDepth;
		var l_oe=new Date();l_oe.setTime(l_oe.getTime()+3600000);
		document.cookie="AJSTAT_ok_pages="+l_ops+ ";path=/;expires="+l_oe.toGMTString();
		l_ot=document.cookie.match(new RegExp("(^| )AJSTAT_ok_times=([^;]*)(;|$)"));if(l_ot==null){l_ot=1;}else{l_ot=parseInt(unescape((l_ot)[2])); l_ot=(l_ops==1)?(l_ot+1):(l_ot);}
		l_oe.setTime(l_oe.getTime()+31536000000);
		document.cookie="AJSTAT_ok_times="+l_ot+";path=/;expires="+l_oe.toGMTString();
		l_of=l_sf;
		if(l_pf!=="51la"){l_of=l_pf;}if(l_tf!=="51la"){l_of=l_tf;}
		l_op=l_pu;
		//try{lainframe}catch(e){l_op=l_su;}
		l_op=l_su;

		var src="http://web.51.la/go.asp?we=A-Free-Service-for-Webmasters&svid="+svid+"&id="+id;
		src+="&tpages="+l_ops+"&ttimes="+l_ot+"&tzone="+(0-l_d.getTimezoneOffset()/60);
		src+="&tcolor="+l_color+"&sSize="+screen.width+","+screen.height+"&referrer="+escape(l_of)+"&vpage="+escape(l_op);
		$(this[0]).append('<img style="width:0;height:0;border:0;" src="'+src+'"/>');
	};
})(jQuery);

/*=========stat=========*/


