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

// BEGIN FORUM MODULES
  
  
    registeredModule['1500037552'] = new Object();
    registeredModule['1500037552'].type = 'ubbx';
    registeredModule['1500037552'].baseurl = 'http://heat.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['1500037552'].createDataObj = function ubbx1500037552() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'News and Announcements';
        this[i].value = 'c_9970008605';
        categoryViewPerm['9970008605'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Administrative';
        this[i].value = '1480008605';
        this[i].perm = hasPerm(1480008605, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9970008605'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Technical';
        this[i].value = '7780008605';
        this[i].perm = hasPerm(7780008605, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9970008605'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Suggestions';
        this[i].value = '1670000705';
        this[i].perm = hasPerm(1670000705, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9970008605'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'HOT Links';
        this[i].value = '401105441';
        this[i].perm = hasPerm(401105441, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9970008605'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'HEAT Players';
        this[i].value = 'c_8600037552';
        categoryViewPerm['8600037552'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Team Talk';
        this[i].value = '5700037552';
        this[i].perm = hasPerm(5700037552, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8600037552'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Wade\'s World';
        this[i].value = '4030007734';
        this[i].perm = hasPerm(4030007734, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8600037552'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'HEAT & NBA Trade Talk';
        this[i].value = '268107153';
        this[i].perm = hasPerm(268107153, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8600037552'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The HEAT Experience';
        this[i].value = 'c_1700037552';
        categoryViewPerm['1700037552'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Dancers Talk';
        this[i].value = '1800037552';
        this[i].perm = hasPerm(1800037552, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1700037552'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The National Basketball Association';
        this[i].value = 'c_2940009472';
        categoryViewPerm['2940009472'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'League Talk';
        this[i].value = '8460009472';
        this[i].perm = hasPerm(8460009472, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2940009472'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sports World in General';
        this[i].value = 'c_7670014303';
        categoryViewPerm['7670014303'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'NFL';
        this[i].value = '2990014303';
        this[i].perm = hasPerm(2990014303, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7670014303'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Major League Baseball';
        this[i].value = '9300024303';
        this[i].perm = hasPerm(9300024303, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7670014303'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Miscellaneous';
        this[i].value = '9500024303';
        this[i].perm = hasPerm(9500024303, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7670014303'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7880017552';
        this.servleturl = 'http://heat.infopop.cc/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

