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