if(typeof HCRS == "undefined") HCRS={};
if(typeof HCRS.Web == "undefined") HCRS.Web={};
if(typeof HCRS.Web.FITSHD == "undefined") HCRS.Web.FITSHD={};
if(typeof HCRS.Web.FITSHD.FIT_SHD_Registration == "undefined") HCRS.Web.FITSHD.FIT_SHD_Registration={};
HCRS.Web.FITSHD.FIT_SHD_Registration_class = function() {};
Object.extend(HCRS.Web.FITSHD.FIT_SHD_Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CreateUser: function(Firstname, Lastname, Username, Password, RPassword, Email, Question, Answer) {
		return this.invoke("CreateUser", {"Firstname":Firstname, "Lastname":Lastname, "Username":Username, "Password":Password, "RPassword":RPassword, "Email":Email, "Question":Question, "Answer":Answer}, this.CreateUser.getArguments().slice(8));
	},
	CreateProfile: function(Username, Firstname, Lastname) {
		return this.invoke("CreateProfile", {"Username":Username, "Firstname":Firstname, "Lastname":Lastname}, this.CreateProfile.getArguments().slice(3));
	},
	url: '/ajaxpro/HCRS.Web.FITSHD.FIT_SHD_Registration,App_Web_kml8jlov.ashx'
}));
HCRS.Web.FITSHD.FIT_SHD_Registration = new HCRS.Web.FITSHD.FIT_SHD_Registration_class();

