// Provide a default path to DWREngine if (DWREngine == null) { var DWREngine = {}; } DWREngine._defaultPath = '/donohen/dwr'; function AddressExtractService() { } AddressExtractService._path = '/donohen/dwr'; AddressExtractService.extractAddress = function(p0, callback) { DWREngine._execute(AddressExtractService._path, 'AddressExtractService', 'extractAddress', p0, callback); } AddressExtractService.extendAddress = function(p0, callback) { DWREngine._execute(AddressExtractService._path, 'AddressExtractService', 'extendAddress', p0, callback); }