if(typeof credit == "undefined") credit={};
credit_class = function() {};
Object.extend(credit_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkverifycode: function(code) {
		return this.invoke("checkverifycode", {"code":code}, this.checkverifycode.getArguments().slice(1));
	},
	checkCode: function(verCode, code, pwd, account, section) {
		return this.invoke("checkCode", {"verCode":verCode, "code":code, "pwd":pwd, "account":account, "section":section}, this.checkCode.getArguments().slice(5));
	},
	getPoint: function(code) {
		return this.invoke("getPoint", {"code":code}, this.getPoint.getArguments().slice(1));
	},
	url: '/ajaxpro/credit,App_Web_credit.aspx.cdcab7d2.ashx'
}));
credit = new credit_class();

