if(typeof carrinho == "undefined") carrinho={};
carrinho_class = function() {};
Object.extend(carrinho_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCliente: function() {
		return this.invoke("getCliente", {}, this.getCliente.getArguments().slice(0));
	},
	loadTotalItem: function(cliente) {
		return this.invoke("loadTotalItem", {"cliente":cliente}, this.loadTotalItem.getArguments().slice(1));
	},
	url: '/SITE/ajaxpro/inc_carrinho,App_Web_carrinho.ascx.f9bb04d2.jcbs7mj3.ashx'
}));
carrinho = new carrinho_class();

