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

// BEGIN FORUM MODULES
  
  
    registeredModule['710108'] = new Object();
    registeredModule['710108'].type = 'ubbx';
    registeredModule['710108'].baseurl = 'http://brownschat.clevelandbrowns.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['710108'].createDataObj = function ubbx710108() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Main Index';
        this[i].value = 'c_591108';
        categoryViewPerm['591108'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pure Football';
        this[i].value = '4731011';
        this[i].perm = hasPerm(4731011, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Gameday vs Detroit';
        this[i].value = '412102492';
        this[i].perm = hasPerm(412102492, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Looking Back:  Browns 0, Ravens 16';
        this[i].value = '730105192';
        this[i].perm = hasPerm(730105192, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Tailgate Lot';
        this[i].value = '7991001';
        this[i].perm = hasPerm(7991001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '422108';
        this[i].perm = hasPerm(422108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'K-9 Consensus';
        this[i].value = '201100151';
        this[i].perm = hasPerm(201100151, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fantasy & Gaming';
        this[i].value = '6551001';
        this[i].perm = hasPerm(6551001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Smack Shack';
        this[i].value = '4651001';
        this[i].perm = hasPerm(4651001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fan Feedback/Ref\'s Corner';
        this[i].value = '39810094';
        this[i].perm = hasPerm(39810094, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Rules of the Message Board';
        this[i].value = '9831011';
        this[i].perm = hasPerm(9831011, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Information & Archives';
        this[i].value = '6931011';
        this[i].perm = hasPerm(6931011, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['591108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Blawg Pound';
        this[i].value = 'c_94810255';
        categoryViewPerm['94810255'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Zac Jackson';
        this[i].value = '65810255';
        this[i].perm = hasPerm(65810255, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['94810255'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Browns Backers Worldwide';
        this[i].value = 'c_813108232';
        categoryViewPerm['813108232'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Browns Backers';
        this[i].value = '433108232';
        this[i].perm = hasPerm(433108232, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['813108232'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Browns Backers Presidents';
        this[i].value = '933108232';
        this[i].perm = hasPerm(933108232, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['813108232'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Extras';
        this[i].value = 'c_5831011';
        categoryViewPerm['5831011'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Admin Forum';
        this[i].value = '60610801';
        this[i].perm = hasPerm(60610801, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5831011'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '410108';
        this.servleturl = 'http://brownschat.clevelandbrowns.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['910108'] = new Object();
    registeredModule['910108'].type = 'chime';
    registeredModule['910108'].baseurl =  'http://brownschat.clevelandbrowns.com/eve/chat' ;
       
    registeredModule['910108'].popup_height = '500';
    registeredModule['910108'].popup_width = '600';
    registeredModule['910108'].createDataObj = function chime910108(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "410108";
        this.servleturl = "http://brownschat.clevelandbrowns.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

