if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.GuestFormAjax == "undefined") GreenhouseCustom.GuestFormAjax={};
GreenhouseCustom.GuestFormAjax_class = function() {};
Object.extend(GreenhouseCustom.GuestFormAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRecordObject: function() {
		return this.invoke("GetRecordObject", {}, this.GetRecordObject.getArguments().slice(0));
	},
	SaveGuest: function(oRecord) {
		return this.invoke("SaveGuest", {"oRecord":oRecord}, this.SaveGuest.getArguments().slice(1));
	},
	SaveGuestShort: function(oRecord) {
		return this.invoke("SaveGuestShort", {"oRecord":oRecord}, this.SaveGuestShort.getArguments().slice(1));
	},
	SaveSignup: function(oRecord) {
		return this.invoke("SaveSignup", {"oRecord":oRecord}, this.SaveSignup.getArguments().slice(1));
	},
	url: '/ajaxpro/GreenhouseCustom.GuestFormAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.GuestFormAjax = new GreenhouseCustom.GuestFormAjax_class();

