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

// BEGIN FORUM MODULES
  
  
    registeredModule['89810127711'] = new Object();
    registeredModule['89810127711'].type = 'ubbx';
    registeredModule['89810127711'].baseurl = 'http://boards.atlanticrecords.com/artists/tallyhall/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['89810127711'].createDataObj = function ubbx89810127711() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'tally hall forums';
        this[i].value = 'c_85710567711';
        categoryViewPerm['85710567711'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'music discussion';
        this[i].value = '95710567711';
        this[i].perm = hasPerm(95710567711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['85710567711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'the band';
        this[i].value = '96710567711';
        this[i].perm = hasPerm(96710567711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['85710567711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'video discussion';
        this[i].value = '97710567711';
        this[i].perm = hasPerm(97710567711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['85710567711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ride board';
        this[i].value = '98710567711';
        this[i].perm = hasPerm(98710567711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['85710567711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'the 8-ball saloon';
        this[i].value = '99710567711';
        this[i].perm = hasPerm(99710567711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['85710567711'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '59810127711';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/tallyhall/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

