// 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 (TopPicksList == null) var TopPicksList = {}; TopPicksList._path = '/dwr'; TopPicksList.getStyle = function(p0, p1, callback) { dwr.engine._execute(TopPicksList._path, 'TopPicksList', 'getStyle', p0, p1, callback); } TopPicksList.getStyleById = function(p0, callback) { dwr.engine._execute(TopPicksList._path, 'TopPicksList', 'getStyleById', p0, callback); } TopPicksList.getTopPicksByContentId = function(p0, callback) { dwr.engine._execute(TopPicksList._path, 'TopPicksList', 'getTopPicksByContentId', p0, callback); } TopPicksList.getTopPicksListByContentId = function(p0, callback) { dwr.engine._execute(TopPicksList._path, 'TopPicksList', 'getTopPicksListByContentId', p0, callback); }