if(typeof bemvindo == "undefined") bemvindo={};
bemvindo_class = function() {};
Object.extend(bemvindo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	EntrarLoja: function(cep) {
		return this.invoke("EntrarLoja", {"cep":cep}, this.EntrarLoja.getArguments().slice(1));
	},
	EntrarLojaVisitante: function() {
		return this.invoke("EntrarLojaVisitante", {}, this.EntrarLojaVisitante.getArguments().slice(0));
	},
	url: '/ajaxpro/IKCLojaMaster.bemvindo,Russi.ashx'
}));
bemvindo = new bemvindo_class();

