if(typeof historico_navegacao == "undefined") historico_navegacao={};
historico_navegacao_class = function() {};
Object.extend(historico_navegacao_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	registerForNewsletter: function(email) {
		return this.invoke("registerForNewsletter", {"email":email}, this.registerForNewsletter.getArguments().slice(1));
	},
	excluiCookieNavegacao: function(tipo) {
		return this.invoke("excluiCookieNavegacao", {"tipo":tipo}, this.excluiCookieNavegacao.getArguments().slice(1));
	},
	url: '/ajaxpro/Ellementar.includes.historico_navegacao,Ellementar_V2.ashx'
}));
historico_navegacao = new historico_navegacao_class();


