// 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 (VideoService == null) var VideoService = {}; VideoService._path = '/belgavideo/dwr'; VideoService.main = function(p0, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'main', p0, callback); } VideoService.getVideoList = function(p0, p1, p2, p3, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'getVideoList', p0, p1, p2, p3, callback); } VideoService.pagerContentConvertor = function(p0, callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'pagerContentConvertor', p0, callback); } VideoService.getPagerContent = function(callback) { dwr.engine._execute(VideoService._path, 'VideoService', 'getPagerContent', callback); }