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