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

// BEGIN FORUM MODULES
  
  
    registeredModule['4691056'] = new Object();
    registeredModule['4691056'].type = 'ubbx';
    registeredModule['4691056'].baseurl = 'http://boards.atlanticrecords.com/artists/staind/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['4691056'].createDataObj = function ubbx4691056() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Staind';
        this[i].value = 'c_8791056';
        categoryViewPerm['8791056'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Staind';
        this[i].value = '3891056';
        this[i].perm = hasPerm(3891056, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8791056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The 10 years of Progress';
        this[i].value = '6231069961';
        this[i].perm = hasPerm(6231069961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8791056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tour';
        this[i].value = '44710162';
        this[i].perm = hasPerm(44710162, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8791056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Dysfunctional FanClub';
        this[i].value = '5851065281';
        this[i].perm = hasPerm(5851065281, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8791056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fan Central';
        this[i].value = 'c_1891056';
        categoryViewPerm['1891056'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Art';
        this[i].value = '9891056';
        this[i].perm = hasPerm(9891056, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1891056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Photos';
        this[i].value = '2991056';
        this[i].perm = hasPerm(2991056, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1891056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Lyrics';
        this[i].value = '5741069961';
        this[i].perm = hasPerm(5741069961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1891056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Links';
        this[i].value = '35710162';
        this[i].perm = hasPerm(35710162, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1891056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Guitar Tabs';
        this[i].value = '75710162';
        this[i].perm = hasPerm(75710162, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1891056'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = 'c_95710162';
        categoryViewPerm['95710162'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The family room';
        this[i].value = '26710162';
        this[i].perm = hasPerm(26710162, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['95710162'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other Bands';
        this[i].value = '46710162';
        this[i].perm = hasPerm(46710162, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['95710162'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '9711076';
        this.servleturl = 'http://boards.atlanticrecords.com/artists/staind/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['6991056'] = new Object();
    registeredModule['6991056'].type = 'chime';
    registeredModule['6991056'].baseurl =  'http://boards.atlanticrecords.com/artists/staind/chat' ;
       
    registeredModule['6991056'].popup_height = '500';
    registeredModule['6991056'].popup_width = '600';
    registeredModule['6991056'].createDataObj = function chime6991056(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Staind general chat';
        this[i].value = '193102685';
        i++;
       
    
        this.length = i;
        this.siteid = "9711076";
        this.servleturl = "http://boards.atlanticrecords.com/artists/staind/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

