if(typeof Award == "undefined") Award={};
Award_class = function() {};
Object.extend(Award_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadingClient: function() {
		return this.invoke("LoadingClient", {}, this.LoadingClient.getArguments().slice(0));
	},
	Rand: function() {
		return this.invoke("Rand", {}, this.Rand.getArguments().slice(0));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	IsJKDActionLogin: function() {
		return this.invoke("IsJKDActionLogin", {}, this.IsJKDActionLogin.getArguments().slice(0));
	},
	GetBusinessImg: function(rand) {
		return this.invoke("GetBusinessImg", {"rand":rand}, this.GetBusinessImg.getArguments().slice(1));
	},
	ReturnClient: function() {
		return this.invoke("ReturnClient", {}, this.ReturnClient.getArguments().slice(0));
	},
	IsCount: function() {
		return this.invoke("IsCount", {}, this.IsCount.getArguments().slice(0));
	},
	IsIntegral: function() {
		return this.invoke("IsIntegral", {}, this.IsIntegral.getArguments().slice(0));
	},
	IsNil: function() {
		return this.invoke("IsNil", {}, this.IsNil.getArguments().slice(0));
	},
	IsNilTen: function() {
		return this.invoke("IsNilTen", {}, this.IsNilTen.getArguments().slice(0));
	},
	IsHistoryCount: function() {
		return this.invoke("IsHistoryCount", {}, this.IsHistoryCount.getArguments().slice(0));
	},
	Subtrahend: function() {
		return this.invoke("Subtrahend", {}, this.Subtrahend.getArguments().slice(0));
	},
	Cent: function() {
		return this.invoke("Cent", {}, this.Cent.getArguments().slice(0));
	},
	AddCount: function(count) {
		return this.invoke("AddCount", {"count":count}, this.AddCount.getArguments().slice(1));
	},
	AddAwardHistory: function(arr) {
		return this.invoke("AddAwardHistory", {"arr":arr}, this.AddAwardHistory.getArguments().slice(1));
	},
	GetProbabilityList: function() {
		return this.invoke("GetProbabilityList", {}, this.GetProbabilityList.getArguments().slice(0));
	},
	GetQuadricList: function(datavalue) {
		return this.invoke("GetQuadricList", {"datavalue":datavalue}, this.GetQuadricList.getArguments().slice(1));
	},
	GetAwardLog: function() {
		return this.invoke("GetAwardLog", {}, this.GetAwardLog.getArguments().slice(0));
	},
	Score: function(integral, flag) {
		return this.invoke("Score", {"integral":integral, "flag":flag}, this.Score.getArguments().slice(2));
	},
	CountScore: function(integral, flag) {
		return this.invoke("CountScore", {"integral":integral, "flag":flag}, this.CountScore.getArguments().slice(2));
	},
	userCountScore: function() {
		return this.invoke("userCountScore", {}, this.userCountScore.getArguments().slice(0));
	},
	ServerResult: function() {
		return this.invoke("ServerResult", {}, this.ServerResult.getArguments().slice(0));
	},
	Log: function(integral, number, typename) {
		return this.invoke("Log", {"integral":integral, "number":number, "typename":typename}, this.Log.getArguments().slice(3));
	},
	BocakeLog: function(integral, number, typename) {
		return this.invoke("BocakeLog", {"integral":integral, "number":number, "typename":typename}, this.BocakeLog.getArguments().slice(3));
	},
	url: '/ajaxpro/Award,App_Code.ashx'
}));
Award = new Award_class();

