// 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 (CommunityUtils == null) var CommunityUtils = {}; CommunityUtils._path = '/community/dwr'; CommunityUtils.setUserCommunityListProperty = function(p0, p1, callback) { dwr.engine._execute(CommunityUtils._path, 'CommunityUtils', 'setUserCommunityListProperty', p0, p1, callback); } CommunityUtils.closeCustomizeWidgetMessageProperty = function(callback) { dwr.engine._execute(CommunityUtils._path, 'CommunityUtils', 'closeCustomizeWidgetMessageProperty', callback); } CommunityUtils.setUserDefaultTab = function(p0, p1, callback) { dwr.engine._execute(CommunityUtils._path, 'CommunityUtils', 'setUserDefaultTab', p0, p1, callback); }