if(typeof login == "undefined") login={};
login_class = function() {};
Object.extend(login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ContinuarParceiro: function(senha, cpf) {
		return this.invoke("ContinuarParceiro", {"senha":senha, "cpf":cpf}, this.ContinuarParceiro.getArguments().slice(2));
	},
	url: '/ajaxpro/IKCLojaMaster.parceiros.login,IKCLojaMaster.ashx'
}));
login = new login_class();

