Lottery_Buy_SSQ_class = function() {};
Object.extend(Lottery_Buy_SSQ_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWinNumber: function(lotteryID) {
		return this.invoke("GetWinNumber", {"lotteryID":lotteryID}, this.GetWinNumber.getArguments().slice(1));
	},
	GetSysTime: function() {
		return this.invoke("GetSysTime", {}, this.GetSysTime.getArguments().slice(0));
	},
	GetIsuseInfo: function(LotteryID) {
		return this.invoke("GetIsuseInfo", {"LotteryID":LotteryID}, this.GetIsuseInfo.getArguments().slice(1));
	},
	AnalyseScheme: function(Content, LotteryID, PlayTypeID) {
		return this.invoke("AnalyseScheme", {"Content":Content, "LotteryID":LotteryID, "PlayTypeID":PlayTypeID}, this.AnalyseScheme.getArguments().slice(3));
	},
	GetSchemeBonusScalec: function(lotteryId) {
		return this.invoke("GetSchemeBonusScalec", {"lotteryId":lotteryId}, this.GetSchemeBonusScalec.getArguments().slice(1));
	},
	GenerateLuckLotteryNumber: function(LotteryID, Type, Name) {
		return this.invoke("GenerateLuckLotteryNumber", {"LotteryID":LotteryID, "Type":Type, "Name":Name}, this.GenerateLuckLotteryNumber.getArguments().slice(3));
	},
	GetFCExpertList: function(lotteryID) {
		return this.invoke("GetFCExpertList", {"lotteryID":lotteryID}, this.GetFCExpertList.getArguments().slice(1));
	},
	url: '/ajaxpro/Lottery_Buy_SSQ,SLS.TWZT.ashx'
}));
Lottery_Buy_SSQ = new Lottery_Buy_SSQ_class();

