// 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 (QuickLocationAJAX == null) var QuickLocationAJAX = {}; QuickLocationAJAX._path = '/dwr'; QuickLocationAJAX.updateProfileLocation = function(p1, p2, callback) { dwr.engine._execute(QuickLocationAJAX._path, 'QuickLocationAJAX', 'updateProfileLocation', false, p1, p2, callback); }