// 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 = 'HYDRONICS CLASSIFIEDS';
        this[i].value = 'c_579108191';
        categoryViewPerm['579108191'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Heat Sources';
        this[i].value = '779108191';
        this[i].perm = hasPerm(779108191, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Controls';
        this[i].value = '614100743';
        this[i].perm = hasPerm(614100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pipe and Fittings';
        this[i].value = '334100743';
        this[i].perm = hasPerm(334100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Heat Distribution';
        this[i].value = '744100743';
        this[i].perm = hasPerm(744100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Accessories';
        this[i].value = '164100743';
        this[i].perm = hasPerm(164100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Technical Info';
        this[i].value = '574100743';
        this[i].perm = hasPerm(574100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Alternative Energy';
        this[i].value = '705100743';
        this[i].perm = hasPerm(705100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Miscellaneous';
        this[i].value = '525100743';
        this[i].perm = hasPerm(525100743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Help Wanted';
        this[i].value = '134101843';
        this[i].perm = hasPerm(134101843, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Business Opportunities';
        this[i].value = '618104153';
        this[i].perm = hasPerm(618104153, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Parts Wanted';
        this[i].value = '460107693';
        this[i].perm = hasPerm(460107693, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['579108191'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Teal Camper';
        this[i].value = 'c_492100824';
        categoryViewPerm['492100824'] = false;
        i++;
        
        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.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;

