// 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 (IFormCombiHotel == null) var IFormCombiHotel = {}; IFormCombiHotel._path = '/dwr'; IFormCombiHotel.getCitiesForCountry = function(p0, callback) { dwr.engine._execute(IFormCombiHotel._path, 'IFormCombiHotel', 'getCitiesForCountry', p0, callback); } IFormCombiHotel.getLocationsForCity = function(p0, callback) { dwr.engine._execute(IFormCombiHotel._path, 'IFormCombiHotel', 'getLocationsForCity', p0, callback); } IFormCombiHotel.getAllCountries = function(callback) { dwr.engine._execute(IFormCombiHotel._path, 'IFormCombiHotel', 'getAllCountries', callback); }