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

// BEGIN FORUM MODULES
  
  
    registeredModule['389102926'] = new Object();
    registeredModule['389102926'].type = 'ubbx';
    registeredModule['389102926'].baseurl = 'http://boards.atlanticrecords.com/artists/robthomas/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['389102926'].createDataObj = function ubbx389102926() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = 'c_310103926';
        categoryViewPerm['310103926'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Rob Thomas';
        this[i].value = '510103926';
        this[i].perm = hasPerm(510103926, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['310103926'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talk about cradlesong';
        this[i].value = '84110284221';
        this[i].perm = hasPerm(84110284221, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['310103926'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talk about ...Something To Be';
        this[i].value = '420103926';
        this[i].perm = hasPerm(420103926, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['310103926'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Archived Messages From Rob';
        this[i].value = '9281018212';
        this[i].perm = hasPerm(9281018212, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['310103926'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Matchbox Twenty';
        this[i].value = 'c_16910972201';
        categoryViewPerm['16910972201'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'VIP Program for the cradlesong 2009 Tour!';
        this[i].value = 'c_41310294321';
        categoryViewPerm['41310294321'] = false;
        i++;
        
        this.length = i;
        this.siteid = '128102926';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/robthomas/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['940103926'] = new Object();
    registeredModule['940103926'].type = 'chime';
    registeredModule['940103926'].baseurl =  'http://boards.atlanticrecords.com/artists/robthomas/chat' ;
       
    registeredModule['940103926'].popup_height = '500';
    registeredModule['940103926'].popup_width = '600';
    registeredModule['940103926'].createDataObj = function chime940103926(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Rob Thomas chat';
        this[i].value = '646100036';
        i++;
       
    
        this.length = i;
        this.siteid = "128102926";
        this.servleturl = "http://boards.atlanticrecords.com/artists/robthomas/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

