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

// BEGIN FORUM MODULES
  
  
    registeredModule['310103873'] = new Object();
    registeredModule['310103873'].type = 'ubbx';
    registeredModule['310103873'].baseurl = 'http://boards.atlanticrecords.com/artists/stonetemplepilots/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['310103873'].createDataObj = function ubbx310103873() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Official Announcements';
        this[i].value = 'c_52110662211';
        categoryViewPerm['52110662211'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Official Announcements';
        this[i].value = '95110662211';
        this[i].perm = hasPerm(95110662211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['52110662211'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = 'c_820103873';
        categoryViewPerm['820103873'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General STP Discussion';
        this[i].value = '330103873';
        this[i].perm = hasPerm(330103873, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['820103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Meet Other Fans';
        this[i].value = '530103873';
        this[i].perm = hasPerm(530103873, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['820103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Big Empty';
        this[i].value = '726102383';
        this[i].perm = hasPerm(726102383, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['820103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Rock Star Life';
        this[i].value = '236102383';
        this[i].perm = hasPerm(236102383, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['820103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'On The Road';
        this[i].value = 'c_575102383';
        categoryViewPerm['575102383'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Upcoming Shows';
        this[i].value = '747102383';
        this[i].perm = hasPerm(747102383, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575102383'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Reviews';
        this[i].value = '257102383';
        this[i].perm = hasPerm(257102383, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575102383'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Side Projects';
        this[i].value = 'c_130103873';
        categoryViewPerm['130103873'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Army of Anyone';
        this[i].value = '240103873';
        this[i].perm = hasPerm(240103873, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['130103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Velvet Revolver';
        this[i].value = '930103873';
        this[i].perm = hasPerm(930103873, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['130103873'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Scott Weiland Solo Discussion';
        this[i].value = '95510426911';
        this[i].perm = hasPerm(95510426911, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['130103873'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '748102873';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/stonetemplepilots/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['640103873'] = new Object();
    registeredModule['640103873'].type = 'chime';
    registeredModule['640103873'].baseurl =  'http://boards.atlanticrecords.com/artists/stonetemplepilots/chat' ;
       
    registeredModule['640103873'].popup_height = '500';
    registeredModule['640103873'].popup_width = '600';
    registeredModule['640103873'].createDataObj = function chime640103873(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Stone Temple Pilots';
        this[i].value = '586101714';
        i++;
       
    
        this.length = i;
        this.siteid = "748102873";
        this.servleturl = "http://boards.atlanticrecords.com/artists/stonetemplepilots/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

