if(typeof Soda == "undefined") Soda={};
if(typeof Soda.Ajax == "undefined") Soda.Ajax={};
if(typeof Soda.Ajax.MCaptcha_class == "undefined") Soda.Ajax.MCaptcha_class={};
Soda.Ajax.MCaptcha_class = function() {};
Object.extend(Soda.Ajax.MCaptcha_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GenerateCode: function() {
		return this.invoke("GenerateCode", {}, this.GenerateCode.getArguments().slice(0));
	},
	CheckPair: function(creal, cinp) {
		return this.invoke("CheckPair", {"creal":creal, "cinp":cinp}, this.CheckPair.getArguments().slice(2));
	},
	url: '/ajaxpro/Soda.Ajax.MCaptcha,Site.ashx'
}));
Soda.Ajax.MCaptcha = new Soda.Ajax.MCaptcha_class();

