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

// BEGIN FORUM MODULES
  
  
    registeredModule['30210317'] = new Object();
    registeredModule['30210317'].type = 'ubbx';
    registeredModule['30210317'].baseurl = 'http://cpnconnect.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['30210317'].createDataObj = function ubbx30210317() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Northeast';
        this[i].value = 'c_87310317';
        categoryViewPerm['87310317'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Northeast Forum';
        this[i].value = '19310317';
        this[i].perm = hasPerm(19310317, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['87310317'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Midatlantic';
        this[i].value = 'c_97310317';
        categoryViewPerm['97310317'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Midatlantic Forum';
        this[i].value = '88210687';
        this[i].perm = hasPerm(88210687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['97310317'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Southeast';
        this[i].value = 'c_26210687';
        categoryViewPerm['26210687'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Southeast Forum';
        this[i].value = '11310687';
        this[i].perm = hasPerm(11310687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['26210687'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Midwest';
        this[i].value = 'c_76210687';
        categoryViewPerm['76210687'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Midwest Forum';
        this[i].value = '91310687';
        this[i].perm = hasPerm(91310687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76210687'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Southwest';
        this[i].value = 'c_17210687';
        categoryViewPerm['17210687'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Southwest Forum';
        this[i].value = '93310687';
        this[i].perm = hasPerm(93310687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['17210687'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'West';
        this[i].value = 'c_77210687';
        categoryViewPerm['77210687'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'West Forum';
        this[i].value = '72310687';
        this[i].perm = hasPerm(72310687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['77210687'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'International';
        this[i].value = 'c_38210687';
        categoryViewPerm['38210687'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'International Forum';
        this[i].value = '74310687';
        this[i].perm = hasPerm(74310687, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['38210687'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '99110317';
        this.servleturl = 'http://cpnconnect.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

