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