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