// 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 (DwrStatsUtils == null) var DwrStatsUtils = {}; DwrStatsUtils._path = '/webconcepteur/dwr'; DwrStatsUtils.recordClickEvent = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(DwrStatsUtils._path, 'DwrStatsUtils', 'recordClickEvent', false, p1, p2, p3, p4, p5, callback); } DwrStatsUtils.recordViewEvent = function(p1, p2, p3, p4, p5, callback) { dwr.engine._execute(DwrStatsUtils._path, 'DwrStatsUtils', 'recordViewEvent', false, p1, p2, p3, p4, p5, callback); }