// 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 (RequestLogUtilDWR == null) var RequestLogUtilDWR = {}; RequestLogUtilDWR._path = '/proIdea-public/dwr'; RequestLogUtilDWR.logClientData = function(p0, callback) { dwr.engine._execute(RequestLogUtilDWR._path, 'RequestLogUtilDWR', 'logClientData', p0, callback); } RequestLogUtilDWR.logClickthrough = function(p0, callback) { dwr.engine._execute(RequestLogUtilDWR._path, 'RequestLogUtilDWR', 'logClickthrough', p0, callback); } RequestLogUtilDWR.logRequest = function(p0, p1, callback) { dwr.engine._execute(RequestLogUtilDWR._path, 'RequestLogUtilDWR', 'logRequest', p0, p1, callback); }