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