// 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 (CityRegistry == null) var CityRegistry = {}; CityRegistry._path = '/iphone/dwr'; CityRegistry.getAllCitiesWithStores = function(p0, callback) { dwr.engine._execute(CityRegistry._path, 'CityRegistry', 'getAllCitiesWithStores', p0, callback); } CityRegistry.getAllCitiesWithStoresStartingWith = function(p0, p1, p2, callback) { dwr.engine._execute(CityRegistry._path, 'CityRegistry', 'getAllCitiesWithStoresStartingWith', p0, p1, p2, callback); }