if(typeof OpenService == "undefined") OpenService={};
if(typeof OpenService.BIK == "undefined") OpenService.BIK={};
if(typeof OpenService.BIK.Client == "undefined") OpenService.BIK.Client={};
OpenService.BIK.Client.LeftBar_class = function() {};
Object.extend(OpenService.BIK.Client.LeftBar_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddScoreForOnlineTime: function(userID, score, desc) {
		return this.invoke("AddScoreForOnlineTime", {"userID":userID, "score":score, "desc":desc}, this.AddScoreForOnlineTime.getArguments().slice(3));
	},
	GetSchoolCodeByIp: function(ip) {
		return this.invoke("GetSchoolCodeByIp", {"ip":ip}, this.GetSchoolCodeByIp.getArguments().slice(1));
	},
	YzPass: function() {
		return this.invoke("YzPass", {}, this.YzPass.getArguments().slice(0));
	},
	url: '/ajaxpro/OpenService.BIK.Client.LeftBar,OpenService.BIK.Client.ashx'
}));
OpenService.BIK.Client.LeftBar = new OpenService.BIK.Client.LeftBar_class();

