// 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 (DWRFunctions == null) var DWRFunctions = {}; DWRFunctions._path = '/home/dwr'; DWRFunctions.quickItemUpdate = function(p0, p1, p2, p3, p4, p5, p6, p7, callback) { dwr.engine._execute(DWRFunctions._path, 'DWRFunctions', 'quickItemUpdate', p0, p1, p2, p3, p4, p5, p6, p7, callback); } DWRFunctions.testingTheDate = function(callback) { dwr.engine._execute(DWRFunctions._path, 'DWRFunctions', 'testingTheDate', callback); }