// 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 (RelatedContentService == null) var RelatedContentService = {}; RelatedContentService._path = '/HK/dwr'; RelatedContentService.getRelated = function(p0, p1, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'getRelated', p0, p1, callback); } RelatedContentService.addRelated = function(p0, p1, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'addRelated', p0, p1, callback); } RelatedContentService.getContentForRelatedDwr = function(p0, p1, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'getContentForRelatedDwr', p0, p1, callback); } RelatedContentService.getContentForRelatedList = function(p0, p1, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'getContentForRelatedList', p0, p1, callback); } RelatedContentService.getContentForRelatedDwrPagination = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'getContentForRelatedDwrPagination', p0, p1, p2, p3, false, callback); } RelatedContentService.getRelatedContentResult = function(p0, p1, p2, p3, callback) { dwr.engine._execute(RelatedContentService._path, 'RelatedContentService', 'getRelatedContentResult', p0, p1, p2, p3, false, callback); }