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