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

// BEGIN FORUM MODULES
  
  
    registeredModule['1641084201'] = new Object();
    registeredModule['1641084201'].type = 'ubbx';
    registeredModule['1641084201'].baseurl = 'http://wccommons.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['1641084201'].createDataObj = function ubbx1641084201() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General (read only)';
        this[i].value = 'c_4841084201';
        categoryViewPerm['4841084201'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Just Give Me The Facts';
        this[i].value = '6841084201';
        this[i].perm = hasPerm(6841084201, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4841084201'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Event Calendar';
        this[i].value = '5941084201';
        this[i].perm = hasPerm(5941084201, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4841084201'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'New and Current Resident Information';
        this[i].value = '1151084201';
        this[i].perm = hasPerm(1151084201, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4841084201'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Apartments Available';
        this[i].value = '9881097963';
        this[i].perm = hasPerm(9881097963, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4841084201'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Meet The Team';
        this[i].value = '999103281';
        this[i].perm = hasPerm(999103281, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4841084201'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Maintenance (read only)';
        this[i].value = 'c_5841084201';
        categoryViewPerm['5841084201'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Current Announcements';
        this[i].value = '3051084201';
        this[i].perm = hasPerm(3051084201, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5841084201'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3031084201';
        this.servleturl = 'http://wccommons.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['2251084201'] = new Object();
    registeredModule['2251084201'].type = 'chime';
    registeredModule['2251084201'].baseurl =  'http://wccommons.infopop.cc/eve/chat' ;
       
    registeredModule['2251084201'].popup_height = '500';
    registeredModule['2251084201'].popup_width = '600';
    registeredModule['2251084201'].createDataObj = function chime2251084201(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "3031084201";
        this.servleturl = "http://wccommons.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

