if(typeof GreenhouseCustom == "undefined") GreenhouseCustom={};
if(typeof GreenhouseCustom.GlobalNavAjax == "undefined") GreenhouseCustom.GlobalNavAjax={};
GreenhouseCustom.GlobalNavAjax_class = function() {};
Object.extend(GreenhouseCustom.GlobalNavAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCartCount: function() {
		return this.invoke("GetCartCount", {}, this.GetCartCount.getArguments().slice(0));
	},
	url: '/ajaxpro/GreenhouseCustom.GlobalNavAjax,GreenhouseCustom.ashx'
}));
GreenhouseCustom.GlobalNavAjax = new GreenhouseCustom.GlobalNavAjax_class();


