// 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 (OnTimePerformanceStatsScreenProcessor == null) var OnTimePerformanceStatsScreenProcessor = {};
OnTimePerformanceStatsScreenProcessor._path = '/flifo/dwr';
OnTimePerformanceStatsScreenProcessor.onTimePerformanceStats = function(p2, p3, p4, p5, p6, callback) {
  dwr.engine._execute(OnTimePerformanceStatsScreenProcessor._path, 'OnTimePerformanceStatsScreenProcessor', 'onTimePerformanceStats', false, false, p2, p3, p4, p5, p6, callback);
}

