if(typeof navegacao_principal == "undefined") navegacao_principal={};
navegacao_principal_class = function() {};
Object.extend(navegacao_principal_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ReceberOfertas: function(strEmail, Nome) {
		return this.invoke("ReceberOfertas", {"strEmail":strEmail, "Nome":Nome}, this.ReceberOfertas.getArguments().slice(2));
	},
	url: '/ajaxpro/IKCLojaMaster.includes.navegacao_principal,TVShopping.ashx'
}));
navegacao_principal = new navegacao_principal_class();


