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