GettingStarted_class = function() {};
Object.extend(GettingStarted_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Save: function(strReferrerGUID, strFirstName, strLastName, strPhone1, strPhone2, strPhone3, strPhoneAlt1, strPhoneAlt2, strPhoneAlt3, strEmail, strState, intBestContactTime, intEstimatedSecuredDebt) {
		return this.invoke("Save", {"strReferrerGUID":strReferrerGUID, "strFirstName":strFirstName, "strLastName":strLastName, "strPhone1":strPhone1, "strPhone2":strPhone2, "strPhone3":strPhone3, "strPhoneAlt1":strPhoneAlt1, "strPhoneAlt2":strPhoneAlt2, "strPhoneAlt3":strPhoneAlt3, "strEmail":strEmail, "strState":strState, "intBestContactTime":intBestContactTime, "intEstimatedSecuredDebt":intEstimatedSecuredDebt}, this.Save.getArguments().slice(13));
	},
	url: '/tools/ajaxpro/GettingStarted,App_Web_hq5lzzth.ashx'
}));
GettingStarted = new GettingStarted_class();


