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

// BEGIN FORUM MODULES
  
  
    registeredModule['6721013'] = new Object();
    registeredModule['6721013'].type = 'ubbx';
    registeredModule['6721013'].baseurl = 'http://cloakingforums.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6721013'].createDataObj = function ubbx6721013() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Search Engine Cloaker';
        this[i].value = 'c_1376064961';
        categoryViewPerm['1376064961'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = '5376064961';
        this[i].perm = hasPerm(5376064961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1376064961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Requests and Issues';
        this[i].value = '8446096961';
        this[i].perm = hasPerm(8446096961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1376064961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Markov Engine and other products';
        this[i].value = '9721029172';
        this[i].perm = hasPerm(9721029172, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1376064961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other Traffic Discussions';
        this[i].value = 'c_3376064961';
        categoryViewPerm['3376064961'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = '6476064961';
        this[i].perm = hasPerm(6476064961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3376064961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Off-topic';
        this[i].value = '6581032491';
        this[i].perm = hasPerm(6581032491, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3376064961'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '1076064961';
        this.servleturl = 'http://cloakingforums.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

