// 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 (UserContentService == null) var UserContentService = {}; UserContentService._path = '/HK/dwr'; UserContentService.AddtoFevourite = function(p0, p1, p2, callback) { dwr.engine._execute(UserContentService._path, 'UserContentService', 'AddtoFevourite', p0, p1, p2, false, callback); } UserContentService.getLinksDwr = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(UserContentService._path, 'UserContentService', 'getLinksDwr', p0, p1, p2, p3, p4, false, callback); }