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