AjaxFunctions_class = function() {};
Object.extend(AjaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	xGetBasketNumItems: function() {
		return this.invoke("xGetBasketNumItems", {}, this.xGetBasketNumItems.getArguments().slice(0));
	},
	url: '/shop/ajaxpro/AjaxFunctions,App_Code.ashx'
}));
AjaxFunctions = new AjaxFunctions_class();

