function locationHelper() { } locationHelper._path = '/dwr'; locationHelper.getMatchedLocations = function(p0, callback) { DWREngine._execute(locationHelper._path, 'locationHelper', 'getMatchedLocations', p0, callback); } locationHelper.getMatchedRedemptionLocations = function(p0, callback) { DWREngine._execute(locationHelper._path, 'locationHelper', 'getMatchedRedemptionLocations', p0, callback); } locationHelper.isBusinessUKSector = function(p0, p1, callback) { DWREngine._execute(locationHelper._path, 'locationHelper', 'isBusinessUKSector', p0, p1, callback); }