// Provide a default path to DWREngine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; DWREngine._defaultPath = '/dwr'; if (JRates2 == null) var JRates2 = {}; JRates2._path = '/dwr'; JRates2.getActiveRoomRates = function(p0, p1, callback) { DWREngine._execute(JRates2._path, 'JRates2', 'getActiveRoomRates', p0, p1, callback); } JRates2.showRates = function(p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback) { DWREngine._execute(JRates2._path, 'JRates2', 'showRates', p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, callback); } JRates2.updatePrices = function(p0, p1, p2, p3, p4, p5, callback) { DWREngine._execute(JRates2._path, 'JRates2', 'updatePrices', p0, p1, p2, p3, p4, p5, callback); }