// 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 (CityDWRService == null) var CityDWRService = {}; CityDWRService._path = '/dwr'; CityDWRService.getAllCity = function(callback) { dwr.engine._execute(CityDWRService._path, 'CityDWRService', 'getAllCity', callback); } CityDWRService.getAllCityArea = function(p0, callback) { dwr.engine._execute(CityDWRService._path, 'CityDWRService', 'getAllCityArea', p0, callback); }