// 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 (VideoAjax == null) var VideoAjax = {}; VideoAjax._path = '/occupation/dwr'; VideoAjax.updateVideoPath = function(p0, p1, callback) { dwr.engine._execute(VideoAjax._path, 'VideoAjax', 'updateVideoPath', p0, p1, callback); } VideoAjax.updateVideoPathByReferID = function(p0, p1, callback) { dwr.engine._execute(VideoAjax._path, 'VideoAjax', 'updateVideoPathByReferID', p0, p1, callback); }