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