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

// BEGIN FORUM MODULES
  
  
    registeredModule['561102669'] = new Object();
    registeredModule['561102669'].type = 'ubbx';
    registeredModule['561102669'].baseurl = 'http://boards.atlanticrecords.com/artists/deathcabforcutie/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['561102669'].createDataObj = function ubbx561102669() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Death Cab For Cutie: Information Travels Faster';
        this[i].value = 'c_793102669';
        categoryViewPerm['793102669'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Death Cab For Cutie';
        this[i].value = '993102669';
        this[i].perm = hasPerm(993102669, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['793102669'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sights And Sounds';
        this[i].value = '624102669';
        this[i].perm = hasPerm(624102669, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['793102669'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'On The Road';
        this[i].value = '949109669';
        this[i].perm = hasPerm(949109669, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['793102669'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Directions';
        this[i].value = '4111081673';
        this[i].perm = hasPerm(4111081673, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['793102669'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fan Forum';
        this[i].value = '869109669';
        this[i].perm = hasPerm(869109669, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['793102669'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Death Cab For Cutie: Old Forums';
        this[i].value = 'c_893102669';
        categoryViewPerm['893102669'] = false;
        i++;
        
        this.length = i;
        this.siteid = '161102669';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/deathcabforcutie/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['961102669'] = new Object();
    registeredModule['961102669'].type = 'chime';
    registeredModule['961102669'].baseurl =  'http://boards.atlanticrecords.com/artists/deathcabforcutie/chat' ;
       
    registeredModule['961102669'].popup_height = '500';
    registeredModule['961102669'].popup_width = '600';
    registeredModule['961102669'].createDataObj = function chime961102669(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Death Cab For Cutie Chat';
        this[i].value = '944100769';
        i++;
       
    
        this.length = i;
        this.siteid = "161102669";
        this.servleturl = "http://boards.atlanticrecords.com/artists/deathcabforcutie/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

