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

// BEGIN FORUM MODULES
  
  
    registeredModule['4771005'] = new Object();
    registeredModule['4771005'].type = 'ubbx';
    registeredModule['4771005'].baseurl = 'http://boards.deftones.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['4771005'].createDataObj = function ubbx4771005() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'be friends';
        this[i].value = 'c_7586005592';
        categoryViewPerm['7586005592'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'general discussion';
        this[i].value = '5196026592';
        this[i].perm = hasPerm(5196026592, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7586005592'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'deftones discussion';
        this[i].value = '3406096592';
        this[i].perm = hasPerm(3406096592, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7586005592'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'member photos';
        this[i].value = '8901018852';
        this[i].perm = hasPerm(8901018852, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7586005592'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'creative outlet';
        this[i].value = 'c_7391042952';
        categoryViewPerm['7391042952'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'writers forum';
        this[i].value = '1116096592';
        this[i].perm = hasPerm(1116096592, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7391042952'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'artist forum';
        this[i].value = '8581008852';
        this[i].perm = hasPerm(8581008852, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7391042952'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'musicians forum';
        this[i].value = '8081018852';
        this[i].perm = hasPerm(8081018852, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7391042952'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'special place';
        this[i].value = 'c_3901052952';
        categoryViewPerm['3901052952'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'country club';
        this[i].value = '4256026592';
        this[i].perm = hasPerm(4256026592, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3901052952'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'moderators forum';
        this[i].value = '2891018852';
        this[i].perm = hasPerm(2891018852, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3901052952'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '8626046052';
        this.servleturl = 'http://boards.deftones.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['47310101'] = new Object();
    registeredModule['47310101'].type = 'chime';
    registeredModule['47310101'].baseurl =  'http://boards.deftones.com/eve/chat' ;
       
    registeredModule['47310101'].popup_height = '500';
    registeredModule['47310101'].popup_width = '600';
    registeredModule['47310101'].createDataObj = function chime47310101(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "8626046052";
        this.servleturl = "http://boards.deftones.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

