Captcha_class = function() {};
Object.extend(Captcha_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Validate: function(input) {
		return this.invoke("Validate", {"input":input}, this.Validate.getArguments().slice(1));
	},
	url: '/ajaxpro/FuTai.Web.Captcha,FuTai.Web.ashx'
}));
Captcha = new Captcha_class();


