// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (RedeAtendimentoDetalhesFilialPromo == null) var RedeAtendimentoDetalhesFilialPromo = {}; RedeAtendimentoDetalhesFilialPromo._path = '/site/dwr'; RedeAtendimentoDetalhesFilialPromo.getDetalhesFilial = function(p0, callback) { dwr.engine._execute(RedeAtendimentoDetalhesFilialPromo._path, 'RedeAtendimentoDetalhesFilialPromo', 'getDetalhesFilial', p0, callback); }