// 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 (introductionService == null) var introductionService = {}; introductionService._path = '/website/dwr'; introductionService.deleteIntroductionById = function(p0, callback) { dwr.engine._execute(introductionService._path, 'introductionService', 'deleteIntroductionById', p0, callback); } introductionService.saveIntroduction = function(p0, callback) { dwr.engine._execute(introductionService._path, 'introductionService', 'saveIntroduction', p0, callback); } introductionService.getUsingIntroductionsContent = function(p0, p1, p2, callback) { dwr.engine._execute(introductionService._path, 'introductionService', 'getUsingIntroductionsContent', p0, p1, p2, callback); }