// 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 (EntUtils == null) var EntUtils = {}; EntUtils._path = '/dwr'; EntUtils.searchPharma = function(p0, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'searchPharma', p0, callback); } EntUtils.followEnt = function(p0, p1, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'followEnt', p0, p1, callback); } EntUtils.getEntFollowNumbersById = function(p0, p1, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'getEntFollowNumbersById', p0, p1, callback); } EntUtils.addFavoriteWork = function(p0, p1, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'addFavoriteWork', p0, p1, callback); } EntUtils.followEntById = function(p0, p1, p2, p3, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'followEntById', p0, p1, p2, p3, callback); } EntUtils.discussionReply = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'discussionReply', p0, p1, p2, p3, p4, callback); } EntUtils.getEntFollowNumbers = function(p0, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'getEntFollowNumbers', p0, callback); } EntUtils.findEntworkRankByKeyword = function(p0, p1, callback) { dwr.engine._execute(EntUtils._path, 'EntUtils', 'findEntworkRankByKeyword', p0, p1, callback); }