if(typeof AWV == "undefined") AWV={};
if(typeof AWV.shopcart == "undefined") AWV.shopcart={};
AWV.shopcart_class = function() {};
Object.extend(AWV.shopcart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateQuantity: function(id, quantity) {
		return this.invoke("UpdateQuantity", {"id":id, "quantity":quantity}, this.UpdateQuantity.getArguments().slice(2));
	},
	url: '/ajaxpro/AWV.shopcart,AWV.ashx'
}));
AWV.shopcart = new AWV.shopcart_class();


