// 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 (Noticias == null) var Noticias = {}; Noticias._path = '/dwr'; Noticias.getNoticias = function(callback) { dwr.engine._execute(Noticias._path, 'Noticias', 'getNoticias', callback); }