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

// BEGIN FORUM MODULES
  
  
    registeredModule['522107221'] = new Object();
    registeredModule['522107221'].type = 'ubbx';
    registeredModule['522107221'].baseurl = 'http://liverpoolfc.co.za/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['522107221'].createDataObj = function ubbx522107221() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'News';
        this[i].value = 'c_5016051643';
        categoryViewPerm['5016051643'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Latest News';
        this[i].value = '1126051643';
        this[i].perm = hasPerm(1126051643, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5016051643'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Gauteng Supporters Club Information';
        this[i].value = '1776010652';
        this[i].perm = hasPerm(1776010652, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5016051643'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Discussions';
        this[i].value = 'c_4366093932';
        categoryViewPerm['4366093932'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Kop';
        this[i].value = '7466093932';
        this[i].perm = hasPerm(7466093932, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4366093932'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Canteen';
        this[i].value = '1276084743';
        this[i].perm = hasPerm(1276084743, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4366093932'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Hillsborough Memorial';
        this[i].value = '6986033853';
        this[i].perm = hasPerm(6986033853, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4366093932'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Football Tours to England';
        this[i].value = '2591079261';
        this[i].perm = hasPerm(2591079261, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4366093932'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Closed Topic Forum';
        this[i].value = '8991019193';
        this[i].perm = hasPerm(8991019193, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4366093932'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '6306070832';
        this.servleturl = 'http://liverpoolfc.co.za/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['454108221'] = new Object();
    registeredModule['454108221'].type = 'chime';
    registeredModule['454108221'].baseurl =  'http://liverpoolfc.co.za/eve/chat' ;
       
    registeredModule['454108221'].popup_height = '500';
    registeredModule['454108221'].popup_width = '600';
    registeredModule['454108221'].createDataObj = function chime454108221(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'The Boot Room';
        this[i].value = '2121012941';
        i++;
       
    
        this.length = i;
        this.siteid = "6306070832";
        this.servleturl = "http://liverpoolfc.co.za/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

