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

// BEGIN FORUM MODULES
  
  
    registeredModule['70110639511'] = new Object();
    registeredModule['70110639511'].type = 'ubbx';
    registeredModule['70110639511'].baseurl = 'http://boards.atlanticrecords.com/artists/maino/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['70110639511'].createDataObj = function ubbx70110639511() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Everything Maino';
        this[i].value = 'c_58210639511';
        categoryViewPerm['58210639511'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '78210639511';
        this[i].perm = hasPerm(78210639511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['58210639511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum 2';
        this[i].value = '79210639511';
        this[i].perm = hasPerm(79210639511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['58210639511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Category 2';
        this[i].value = 'c_68210639511';
        categoryViewPerm['68210639511'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum 3';
        this[i].value = '60310639511';
        this[i].perm = hasPerm(60310639511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['68210639511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum 4';
        this[i].value = '51310639511';
        this[i].perm = hasPerm(51310639511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['68210639511'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '40110639511';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/maino/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['90110639511'] = new Object();
    registeredModule['90110639511'].type = 'chime';
    registeredModule['90110639511'].baseurl =  'http://boards.atlanticrecords.com/artists/maino/chat' ;
       
    registeredModule['90110639511'].popup_height = '500';
    registeredModule['90110639511'].popup_width = '600';
    registeredModule['90110639511'].createDataObj = function chime90110639511(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "40110639511";
        this.servleturl = "http://boards.atlanticrecords.com/artists/maino/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

