if(typeof IMS_Web_Gold == "undefined") IMS_Web_Gold={};
if(typeof IMS_Web_Gold.Public == "undefined") IMS_Web_Gold.Public={};
if(typeof IMS_Web_Gold.Public.Cart == "undefined") IMS_Web_Gold.Public.Cart={};
IMS_Web_Gold.Public.Cart_class = function() {};
Object.extend(IMS_Web_Gold.Public.Cart_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DeleteItem_Click: function(DeleteItem) {
		return this.invoke("DeleteItem_Click", {"DeleteItem":DeleteItem}, this.DeleteItem_Click.getArguments().slice(1));
	},
	UpdateQuantity_Clicked: function(QuantityString) {
		return this.invoke("UpdateQuantity_Clicked", {"QuantityString":QuantityString}, this.UpdateQuantity_Clicked.getArguments().slice(1));
	},
	url: '/ajaxpro/IMS_Web_Gold.Public.Cart,IMS_Web_Gold.ashx'
}));
IMS_Web_Gold.Public.Cart = new IMS_Web_Gold.Public.Cart_class();


