if(typeof Registration == "undefined") Registration={};
Registration_class = function() {};
Object.extend(Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkEmail: function(demail) {
		return this.invoke("checkEmail", {"demail":demail}, this.checkEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/Registration,App_Web_registration.aspx.cdcab7d2.ashx'
}));
Registration = new Registration_class();

