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