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