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

// BEGIN FORUM MODULES
  
  
    registeredModule['210107341'] = new Object();
    registeredModule['210107341'].type = 'ubbx';
    registeredModule['210107341'].baseurl = 'http://community.rachaelleighcook.net/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['210107341'].createDataObj = function ubbx210107341() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General Forums';
        this[i].value = 'c_14060842';
        categoryViewPerm['14060842'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '51760062';
        this[i].perm = hasPerm(51760062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['14060842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Images and Media';
        this[i].value = '21660552';
        this[i].perm = hasPerm(21660552, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['14060842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Frequently Asked Questions';
        this[i].value = '24560152';
        this[i].perm = hasPerm(24560152, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['14060842'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = 'c_98060642';
        categoryViewPerm['98060642'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'News and Information';
        this[i].value = '72460952';
        this[i].perm = hasPerm(72460952, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['98060642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Private Forums';
        this[i].value = 'c_44060842';
        categoryViewPerm['44060842'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Staff Lounge';
        this[i].value = '52160552';
        this[i].perm = hasPerm(52160552, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['44060842'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '87060642';
        this.servleturl = 'http://community.rachaelleighcook.net/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['392100241'] = new Object();
    registeredModule['392100241'].type = 'chime';
    registeredModule['392100241'].baseurl =  'http://community.rachaelleighcook.net/eve/chat' ;
       
    registeredModule['392100241'].popup_height = '500';
    registeredModule['392100241'].popup_width = '600';
    registeredModule['392100241'].createDataObj = function chime392100241(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "87060642";
        this.servleturl = "http://community.rachaelleighcook.net/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

