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

// BEGIN FORUM MODULES
  
  
    registeredModule['7211028553'] = new Object();
    registeredModule['7211028553'].type = 'ubbx';
    registeredModule['7211028553'].baseurl = 'http://militarychefs.evecommunity.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['7211028553'].createDataObj = function ubbx7211028553() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'MilitaryChefs.com Forums';
        this[i].value = 'c_5131028553';
        categoryViewPerm['5131028553'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Military Food Service Discussion Board';
        this[i].value = '7131028553';
        this[i].perm = hasPerm(7131028553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Army Food Service Operations Specialists';
        this[i].value = '7231028553';
        this[i].perm = hasPerm(7231028553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Navy Culinary Specialists';
        this[i].value = '9011099553';
        this[i].perm = hasPerm(9011099553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Air Force Services';
        this[i].value = '8411099553';
        this[i].perm = hasPerm(8411099553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Marine Corps Food Service Specialists';
        this[i].value = '2711099553';
        this[i].perm = hasPerm(2711099553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Coast Guard Food Service Specialists';
        this[i].value = '5621099553';
        this[i].perm = hasPerm(5621099553, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5131028553'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3211028553';
        this.servleturl = 'http://militarychefs.evecommunity.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['9211028553'] = new Object();
    registeredModule['9211028553'].type = 'chime';
    registeredModule['9211028553'].baseurl =  'http://militarychefs.evecommunity.com/eve/chat' ;
       
    registeredModule['9211028553'].popup_height = '500';
    registeredModule['9211028553'].popup_width = '600';
    registeredModule['9211028553'].createDataObj = function chime9211028553(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "3211028553";
        this.servleturl = "http://militarychefs.evecommunity.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

