if(typeof _Default == "undefined") _Default={};
_Default_class = function() {};
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLatestNews: function() {
		return this.invoke("GetLatestNews", {}, this.GetLatestNews.getArguments().slice(0));
	},
	GetShoppingCartItems: function() {
		return this.invoke("GetShoppingCartItems", {}, this.GetShoppingCartItems.getArguments().slice(0));
	},
	GetFeaturedProducts: function() {
		return this.invoke("GetFeaturedProducts", {}, this.GetFeaturedProducts.getArguments().slice(0));
	},
	url: '/ajaxpro/_Default,App_Web_v6iiz1hv.ashx'
}));
_Default = new _Default_class();


