// 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 (DWRClassifiedShow == null) var DWRClassifiedShow = {}; DWRClassifiedShow._path = '/dwr'; DWRClassifiedShow.statsApply = function(p0, callback) { dwr.engine._execute(DWRClassifiedShow._path, 'DWRClassifiedShow', 'statsApply', p0, false, callback); } DWRClassifiedShow.statsGLApply = function(p0, callback) { dwr.engine._execute(DWRClassifiedShow._path, 'DWRClassifiedShow', 'statsGLApply', p0, false, callback); } DWRClassifiedShow.movePlayStatsApply = function(p0, callback) { dwr.engine._execute(DWRClassifiedShow._path, 'DWRClassifiedShow', 'movePlayStatsApply', p0, false, callback); }