// 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 (getCityInfo == null) var getCityInfo = {}; getCityInfo._path = '/dwr'; getCityInfo.getCityInfoAll = function(p2, callback) { dwr.engine._execute(getCityInfo._path, 'getCityInfo', 'getCityInfoAll', false, false, p2, callback); } getCityInfo.getCountyInfoAll = function(p2, callback) { dwr.engine._execute(getCityInfo._path, 'getCityInfo', 'getCountyInfoAll', false, false, p2, callback); }