if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Ajax == "undefined") Soda.Ajax={};
Soda.Ajax.Captcha_class = function() {};
Object.extend(Soda.Ajax.Captcha_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckCaptchaCode: function(encCode, userInput) {
		return this.invoke("CheckCaptchaCode", {"encCode":encCode, "userInput":userInput}, this.CheckCaptchaCode.getArguments().slice(2));
	},
	GenerateCode: function() {
		return this.invoke("GenerateCode", {}, this.GenerateCode.getArguments().slice(0));
	},
	url: '/ajaxpro/Soda.Ajax.Captcha,Site.ashx'
}));
Soda.Ajax.Captcha = new Soda.Ajax.Captcha_class();

