// 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 (JInstrument == null) var JInstrument = {}; JInstrument._path = '/kukejs'; JInstrument.getInstrumentWorks = function(p0, p1, callback) { dwr.engine._execute(JInstrument._path, 'JInstrument', 'getInstrumentWorks', p0, p1, callback); }