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

// BEGIN FORUM MODULES
  
  
    registeredModule['72810628'] = new Object();
    registeredModule['72810628'].type = 'ubbx';
    registeredModule['72810628'].baseurl = 'http://static-x.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['72810628'].createDataObj = function ubbx72810628() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = ' Static X General Discussion';
        this[i].value = 'c_9576083791';
        categoryViewPerm['9576083791'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = ' Static- X Discussion';
        this[i].value = '6676083791';
        this[i].perm = hasPerm(6676083791, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9576083791'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Static-X Shows';
        this[i].value = 'c_36410088';
        categoryViewPerm['36410088'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Upcoming Shows';
        this[i].value = '10410088';
        this[i].perm = hasPerm(10410088, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['36410088'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Previous Shows';
        this[i].value = '40510088';
        this[i].perm = hasPerm(40510088, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['36410088'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Open Discussion';
        this[i].value = 'c_2676083791';
        categoryViewPerm['2676083791'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Open Discussion';
        this[i].value = '1776083791';
        this[i].perm = hasPerm(1776083791, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2676083791'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Help';
        this[i].value = '2226084702';
        this[i].perm = hasPerm(2226084702, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2676083791'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '8076083791';
        this.servleturl = 'http://static-x.infopop.cc/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

