// 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 (Method == null) var Method = {}; Method._path = '/dwr'; Method.addAd = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'addAd', p0, callback); } Method.updateAd = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'updateAd', p0, callback); } Method.getAd = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'getAd', p0, callback); } Method.seleAd = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'seleAd', p0, callback); } Method.deleAd = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'deleAd', p0, callback); } Method.updateDownCS = function(p0, callback) { dwr.engine._execute(Method._path, 'Method', 'updateDownCS', p0, callback); }