if (typeof NewsDWR != "function") { function NewsDWR() { this.content_icon = null; this.code = null; this.content_page = null; this.date_uploaded = null; this.caption = null; this.title = null; this.content = null; this.content_img = null; } } if (typeof BaseDWR != "function") { function BaseDWR() { this.actionFlag = null; this.updateTrail = null; this.description = null; this.id = null; this.type = null; this.activeFlag = null; } } // 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 (NewsService == null) var NewsService = {}; NewsService._path = '/dwr'; NewsService.getNewsByFile_string = function(callback) { dwr.engine._execute(NewsService._path, 'NewsService', 'getNewsByFile_string', callback); } NewsService.generateNewsSlider = function(callback) { dwr.engine._execute(NewsService._path, 'NewsService', 'generateNewsSlider', callback); } NewsService.getNewsByCode = function(p0, callback) { dwr.engine._execute(NewsService._path, 'NewsService', 'getNewsByCode', p0, callback); }