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

// BEGIN FORUM MODULES
  
  
    registeredModule['6001001'] = new Object();
    registeredModule['6001001'].type = 'ubbx';
    registeredModule['6001001'].baseurl = 'http://smmgp.groupee.net/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6001001'].createDataObj = function ubbx6001001() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Dr Fixit\'s Open Discussion Forums';
        this[i].value = 'c_8954030241';
        categoryViewPerm['8954030241'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'SMMGP Issues & Misc Stuff';
        this[i].value = '9954030241';
        this[i].perm = hasPerm(9954030241, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Clinical Issues';
        this[i].value = '1064030241';
        this[i].perm = hasPerm(1064030241, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Supplementary Prescribing Issues';
        this[i].value = '889108217';
        this[i].perm = hasPerm(889108217, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Service Development';
        this[i].value = '2064030241';
        this[i].perm = hasPerm(2064030241, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Resources & Events';
        this[i].value = '5244013441';
        this[i].perm = hasPerm(5244013441, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'RCGP Training Forum';
        this[i].value = '3224080441';
        this[i].perm = hasPerm(3224080441, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8954030241'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2954030241';
        this.servleturl = 'http://smmgp.groupee.net/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
// END CHAT MODULES

registeredModulesLoaded = true;

