// 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 (DWRSetLocation == null) var DWRSetLocation = {}; DWRSetLocation._path = '/dwr'; DWRSetLocation.setLocation = function(p1, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'setLocation', false, p1, callback); } DWRSetLocation.getLocationString = function(p0, p1, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getLocationString', p0, p1, callback); } DWRSetLocation.setLocationNoLogin = function(p1, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'setLocationNoLogin', false, p1, callback); } DWRSetLocation.getFuzzyMatch = function(p1, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getFuzzyMatch', false, p1, callback); } DWRSetLocation.getPreLocation = function(callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getPreLocation', false, callback); } DWRSetLocation.getRecentData = function(p0, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getRecentData', p0, callback); } DWRSetLocation.setMapLocation = function(p1, p2, p3, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'setMapLocation', false, p1, p2, p3, callback); } DWRSetLocation.getNearestMember = function(p1, p2, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getNearestMember', false, p1, p2, callback); } DWRSetLocation.getRecentNearestMember = function(p1, callback) { dwr.engine._execute(DWRSetLocation._path, 'DWRSetLocation', 'getRecentNearestMember', false, p1, callback); }