if(typeof resumo_carrinho == "undefined") resumo_carrinho={};
resumo_carrinho_class = function() {};
Object.extend(resumo_carrinho_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CarregaResumoCarrinho: function(Url) {
		return this.invoke("CarregaResumoCarrinho", {"Url":Url}, this.CarregaResumoCarrinho.getArguments().slice(1));
	},
	url: '/ajaxpro/Comper.includes.resumo_carrinho,Comper.ashx'
}));
resumo_carrinho = new resumo_carrinho_class();

