// 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; dwr.engine._defaultPath = '/nydn/dwr'; if (mostPopular == null) var mostPopular = {}; mostPopular._path = '/nydn/dwr'; mostPopular.getMostPopularGalleriesLists = function(p0, callback) { dwr.engine._execute(mostPopular._path, 'mostPopular', 'getMostPopularGalleriesLists', p0, callback); } mostPopular.getMostPopularToplistsLists = function(p0, callback) { dwr.engine._execute(mostPopular._path, 'mostPopular', 'getMostPopularToplistsLists', p0, callback); }