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