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

// BEGIN FORUM MODULES
  
  
    registeredModule['416107237'] = new Object();
    registeredModule['416107237'].type = 'ubbx';
    registeredModule['416107237'].baseurl = 'http://boards.atlanticrecords.com/artists/treysongz/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['416107237'].createDataObj = function ubbx416107237() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General Discussions';
        this[i].value = 'c_976107237';
        categoryViewPerm['976107237'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Trey Songz';
        this[i].value = '286107237';
        this[i].perm = hasPerm(286107237, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['976107237'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '104107237';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/treysongz/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['858107237'] = new Object();
    registeredModule['858107237'].type = 'chime';
    registeredModule['858107237'].baseurl =  'http://boards.atlanticrecords.com/artists/treysongz/chat' ;
       
    registeredModule['858107237'].popup_height = '500';
    registeredModule['858107237'].popup_width = '600';
    registeredModule['858107237'].createDataObj = function chime858107237(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Trey Songz Chat';
        this[i].value = '524105397';
        i++;
       
    
        this.length = i;
        this.siteid = "104107237";
        this.servleturl = "http://boards.atlanticrecords.com/artists/treysongz/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

