// 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 (hotFlightService == null) var hotFlightService = {}; hotFlightService._path = '/cncweb/dwr'; hotFlightService.main = function(p0, callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'main', p0, callback); } hotFlightService.getHotFlight = function(p0, p1, p2, callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'getHotFlight', p0, p1, p2, callback); } hotFlightService.getHotCity = function(p0, callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'getHotCity', p0, false, callback); } hotFlightService.getHotDate = function(p0, callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'getHotDate', p0, callback); } hotFlightService.getHotcity = function(callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'getHotcity', callback); } hotFlightService.setHotcity = function(p0, callback) { dwr.engine._execute(hotFlightService._path, 'hotFlightService', 'setHotcity', p0, callback); }