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

// BEGIN FORUM MODULES
  
  
    registeredModule['209104793'] = new Object();
    registeredModule['209104793'].type = 'ubbx';
    registeredModule['209104793'].baseurl = 'http://nottscotrust.org.uk/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['209104793'].createDataObj = function ubbx209104793() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Trust Matters';
        this[i].value = 'c_3776018302';
        categoryViewPerm['3776018302'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'News';
        this[i].value = '7776018302';
        this[i].perm = hasPerm(7776018302, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Comments and Feedback';
        this[i].value = '4876018302';
        this[i].perm = hasPerm(4876018302, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Matchday Experience';
        this[i].value = '545103067';
        this[i].perm = hasPerm(545103067, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Guest Book';
        this[i].value = '8986088802';
        this[i].perm = hasPerm(8986088802, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Notts County Football Debate';
        this[i].value = 'c_950103067';
        categoryViewPerm['950103067'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pie Bar';
        this[i].value = '6556027502';
        this[i].perm = hasPerm(6556027502, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['950103067'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Archive';
        this[i].value = 'c_5776018302';
        categoryViewPerm['5776018302'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Archive';
        this[i].value = '6896033982';
        this[i].perm = hasPerm(6896033982, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fundraising Ideas';
        this[i].value = '2306021714';
        this[i].perm = hasPerm(2306021714, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5776018302'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Moderator\'s Playground';
        this[i].value = 'c_8896047602';
        categoryViewPerm['8896047602'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Test Forum 1';
        this[i].value = '1996047602';
        this[i].perm = hasPerm(1996047602, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8896047602'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Trust Board Forum';
        this[i].value = '6646081815';
        this[i].perm = hasPerm(6646081815, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8896047602'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2276018302';
        this.servleturl = 'http://nottscotrust.org.uk/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['815103893'] = new Object();
    registeredModule['815103893'].type = 'chime';
    registeredModule['815103893'].baseurl =  'http://nottscotrust.org.uk/eve/chat' ;
       
    registeredModule['815103893'].popup_height = '500';
    registeredModule['815103893'].popup_width = '600';
    registeredModule['815103893'].createDataObj = function chime815103893(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "2276018302";
        this.servleturl = "http://nottscotrust.org.uk/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

