// 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 (JHotel == null) var JHotel = {}; JHotel._path = '/dwr'; JHotel.getActiveRoomRates = function(p0, p1, callback) { DWREngine._execute(JHotel._path, 'JHotel', 'getActiveRoomRates', p0, p1, callback); }