// 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; dwr.engine._defaultPath = '/dwr'; if (statisticsService == null) var statisticsService = {}; statisticsService._path = '/dwr'; statisticsService.touchRemote = function(p0, callback) { dwr.engine._execute(statisticsService._path, 'statisticsService', 'touchRemote', p0, callback); }