if(typeof Member_Default == "undefined") Member_Default={};
Member_Default_class = function() {};
Object.extend(Member_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(intRegistering, intMemberID, strFirstName, strLastName, strEmail, blnShowEmail, strPassword, strHomePhone, blnShowHomePhone, strWorkPhone, blnShowWorkPhone, strCellPhone, blnShowCellPhone, strEmployer, blnShowEmployer, strTitle, blnShowTitle, intIndustryType, intComitteeInterest, strAddress1, blnShowAddress, strAddress2, strCity, strState, strZip, arrCustomFields) {
		return this.invoke("Save", {"intRegistering":intRegistering, "intMemberID":intMemberID, "strFirstName":strFirstName, "strLastName":strLastName, "strEmail":strEmail, "blnShowEmail":blnShowEmail, "strPassword":strPassword, "strHomePhone":strHomePhone, "blnShowHomePhone":blnShowHomePhone, "strWorkPhone":strWorkPhone, "blnShowWorkPhone":blnShowWorkPhone, "strCellPhone":strCellPhone, "blnShowCellPhone":blnShowCellPhone, "strEmployer":strEmployer, "blnShowEmployer":blnShowEmployer, "strTitle":strTitle, "blnShowTitle":blnShowTitle, "intIndustryType":intIndustryType, "intComitteeInterest":intComitteeInterest, "strAddress1":strAddress1, "blnShowAddress":blnShowAddress, "strAddress2":strAddress2, "strCity":strCity, "strState":strState, "strZip":strZip, "arrCustomFields":arrCustomFields}, this.Save.getArguments().slice(26));
	},
	CheckEmail: function(strEmail) {
		return this.invoke("CheckEmail", {"strEmail":strEmail}, this.CheckEmail.getArguments().slice(1));
	},
	url: '/app/ajaxpro/Member_Default,App_Web_v5ngzsus.ashx'
}));
Member_Default = new Member_Default_class();


