// 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 (PfcDwr == null) var PfcDwr = {}; PfcDwr._path = '/dwr'; PfcDwr.getDatasquadrimestre = function(p0, p1, callback) { dwr.engine._execute(PfcDwr._path, 'PfcDwr', 'getDatasquadrimestre', p0, p1, callback); } PfcDwr.getCodigoDescricao = function(callback) { dwr.engine._execute(PfcDwr._path, 'PfcDwr', 'getCodigoDescricao', callback); }