// 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 (itemService == null) var itemService = {}; itemService._path = '/support/dwr'; itemService.getChildren = function(p0, callback) { dwr.engine._execute(itemService._path, 'itemService', 'getChildren', p0, callback); } itemService.addPoll = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(itemService._path, 'itemService', 'addPoll', p0, p1, p2, p3, p4, p5, callback); }