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

// BEGIN FORUM MODULES
  
  
    registeredModule['437108191'] = new Object();
    registeredModule['437108191'].type = 'ubbx';
    registeredModule['437108191'].baseurl = 'http://heatlibrary.evecommunity.net/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['437108191'].createDataObj = function ubbx437108191() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Teal Camper Discussions';
        this[i].value = '283100824';
        this[i].perm = hasPerm(283100824, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['492100824'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hydronic Discussion Forum';
        this[i].value = '52520462941';
        this[i].perm = hasPerm(52520462941, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['41520462941'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Ideas';
        this[i].value = '61820562941';
        this[i].perm = hasPerm(61820562941, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['41520462941'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Patents';
        this[i].value = '34820562941';
        this[i].perm = hasPerm(34820562941, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['41520462941'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'iDrawnics Community Discussions';
        this[i].value = '40620631151';
        this[i].perm = hasPerm(40620631151, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['57520631151'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '727108191';
        this.servleturl = 'http://heatlibrary.evecommunity.net/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['337108191'] = new Object();
    registeredModule['337108191'].type = 'chime';
    registeredModule['337108191'].baseurl =  'http://heatlibrary.evecommunity.net/eve/chat' ;
       
    registeredModule['337108191'].popup_height = '500';
    registeredModule['337108191'].popup_width = '600';
    registeredModule['337108191'].createDataObj = function chime337108191(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "727108191";
        this.servleturl = "http://heatlibrary.evecommunity.net/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

