if(typeof AWV == "undefined") AWV={};
if(typeof AWV.shop == "undefined") AWV.shop={};
AWV.shop_class = function() {};
Object.extend(AWV.shop_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddToCart: function(id) {
		return this.invoke("AddToCart", {"id":id}, this.AddToCart.getArguments().slice(1));
	},
	url: '/ajaxpro/AWV.shop,AWV.ashx'
}));
AWV.shop = new AWV.shop_class();


