// request key: 137DAECE6D50586D786D5ED4689225DC
    
// create all registered modules data obj that can be queried
registeredModule = new Object();

// BEGIN FORUM MODULES
  
  
    registeredModule['6231082'] = new Object();
    registeredModule['6231082'].type = 'ubbx';
    registeredModule['6231082'].baseurl = 'http://presidentsforum.excelsior.edu/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6231082'].createDataObj = function ubbx6231082() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = '2007 Meetings';
        this[i].value = 'c_6751009534';
        categoryViewPerm['6751009534'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Transparency by Design Webinar';
        this[i].value = '7041016944';
        this[i].perm = hasPerm(7041016944, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6751009534'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Winter 2007 Meeting Discussion - Washington, D.C.  - 03/23/07';
        this[i].value = '4001075544';
        this[i].perm = hasPerm(4001075544, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6751009534'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = '2006 Meetings';
        this[i].value = 'c_8621094263';
        categoryViewPerm['8621094263'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fall 2006 Meeting Discussions - Denver, Colorado - 11/14/06';
        this[i].value = '2431012524';
        this[i].perm = hasPerm(2431012524, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8621094263'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Spring 2006 Meeting Discussions - Washington, D.C. - 3/28/06';
        this[i].value = '4431094263';
        this[i].perm = hasPerm(4431094263, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8621094263'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Attendees Only - Secure Forum';
        this[i].value = 'c_2391047683';
        categoryViewPerm['2391047683'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fall 2006 Meeting Discussions - Secure Forum';
        this[i].value = '4151012524';
        this[i].perm = hasPerm(4151012524, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2391047683'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Spring 2006 Meeting Discussions - Secure Forum';
        this[i].value = '5501057683';
        this[i].perm = hasPerm(5501057683, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2391047683'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = '2005 Meeting - Washington, D.C. - 3/22/05';
        this[i].value = 'c_3951024252';
        categoryViewPerm['3951024252'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = '2005 Meeting Discussions';
        this[i].value = '4861024252';
        this[i].perm = hasPerm(4861024252, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3951024252'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = '2004 Roundtable Discussions - Albany, NY - 4/16/04';
        this[i].value = 'c_2431082';
        categoryViewPerm['2431082'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Outcomes Assessment in an Online Learning Environment';
        this[i].value = '6431082';
        this[i].perm = hasPerm(6431082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2431082'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Student Services';
        this[i].value = '8431082';
        this[i].perm = hasPerm(8431082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2431082'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Overcoming Barriers to the Transferability of Learning';
        this[i].value = '534107201';
        this[i].perm = hasPerm(534107201, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2431082'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '6911003';
        this.servleturl = 'http://presidentsforum.excelsior.edu/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['9531082'] = new Object();
    registeredModule['9531082'].type = 'chime';
    registeredModule['9531082'].baseurl =  'http://presidentsforum.excelsior.edu/eve/chat' ;
       
    registeredModule['9531082'].popup_height = '500';
    registeredModule['9531082'].popup_width = '600';
    registeredModule['9531082'].createDataObj = function chime9531082(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "6911003";
        this.servleturl = "http://presidentsforum.excelsior.edu/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

