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

// BEGIN FORUM MODULES
  
  
    registeredModule['6151086102'] = new Object();
    registeredModule['6151086102'].type = 'ubbx';
    registeredModule['6151086102'].baseurl = 'http://boards.atlanticrecords.com/artists/shinedown/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6151086102'].createDataObj = function ubbx6151086102() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Shinedown Land';
        this[i].value = 'c_9961086102';
        categoryViewPerm['9961086102'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Ask Shinedown';
        this[i].value = '2461015332';
        this[i].perm = hasPerm(2461015332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9961086102'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Sound of Madness';
        this[i].value = '2071086102';
        this[i].perm = hasPerm(2071086102, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9961086102'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'If You Only Knew';
        this[i].value = '2171086102';
        this[i].perm = hasPerm(2171086102, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9961086102'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'From The Road';
        this[i].value = '2651017212';
        this[i].perm = hasPerm(2651017212, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9961086102'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Meet & Greet';
        this[i].value = '2851017212';
        this[i].perm = hasPerm(2851017212, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9961086102'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Off Topic';
        this[i].value = 'c_9381015332';
        categoryViewPerm['9381015332'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum News/Info';
        this[i].value = '46710815421';
        this[i].perm = hasPerm(46710815421, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9381015332'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other Bands';
        this[i].value = '8581015332';
        this[i].perm = hasPerm(8581015332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9381015332'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '5981015332';
        this[i].perm = hasPerm(5981015332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9381015332'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3151086102';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/shinedown/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['8151086102'] = new Object();
    registeredModule['8151086102'].type = 'chime';
    registeredModule['8151086102'].baseurl =  'http://boards.atlanticrecords.com/artists/shinedown/chat' ;
       
    registeredModule['8151086102'].popup_height = '500';
    registeredModule['8151086102'].popup_width = '600';
    registeredModule['8151086102'].createDataObj = function chime8151086102(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'General Chat';
        this[i].value = '7101003052';
        i++;
       
    
        this.length = i;
        this.siteid = "3151086102";
        this.servleturl = "http://boards.atlanticrecords.com/artists/shinedown/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

