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

// BEGIN FORUM MODULES
  
  
    registeredModule['17510171'] = new Object();
    registeredModule['17510171'].type = 'ubbx';
    registeredModule['17510171'].baseurl = 'http://goldderbyforums.latimes.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['17510171'].createDataObj = function ubbx17510171() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'GoldDerby Forums';
        this[i].value = 'c_1476015264';
        categoryViewPerm['1476015264'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Oscars';
        this[i].value = '2246025764';
        this[i].perm = hasPerm(2246025764, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Primetime Emmys';
        this[i].value = '1106078764';
        this[i].perm = hasPerm(1106078764, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Grammys, CMAs, AMAs & Other Music Awards';
        this[i].value = '3226059864';
        this[i].perm = hasPerm(3226059864, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Film Critics Awards';
        this[i].value = '6896049864';
        this[i].perm = hasPerm(6896049864, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'SAG, DGA, PGA & WGA Guild Awards';
        this[i].value = '9906059864';
        this[i].perm = hasPerm(9906059864, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Golden Globes';
        this[i].value = '6196084764';
        this[i].perm = hasPerm(6196084764, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Daytime Emmys';
        this[i].value = '1206019864';
        this[i].perm = hasPerm(1206019864, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Games! Games! Let\'s Play Games!';
        this[i].value = '5626090474';
        this[i].perm = hasPerm(5626090474, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General, NON-Awards Dishin\' - WHAT\'S ON YOUR MIND TODAY?';
        this[i].value = '706101333';
        this[i].perm = hasPerm(706101333, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'POLLS! - You Vote HERE About Showbiz\'s Hottest Issues';
        this[i].value = '4096090784';
        this[i].perm = hasPerm(4096090784, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Oscars 2 (The Inevitable SEQUEL!)';
        this[i].value = '1741008511';
        this[i].perm = hasPerm(1741008511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tonys';
        this[i].value = '4466032864';
        this[i].perm = hasPerm(4466032864, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Daytime Emmy Judges\' Forum - All Episode Info!';
        this[i].value = '7871064113';
        this[i].perm = hasPerm(7871064113, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1476015264'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Moderators & Administrators';
        this[i].value = 'c_9046010274';
        categoryViewPerm['9046010274'] = false;
        i++;
        
        this.length = i;
        this.siteid = '9866015264';
        this.servleturl = 'http://goldderbyforums.latimes.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['52610271'] = new Object();
    registeredModule['52610271'].type = 'chime';
    registeredModule['52610271'].baseurl =  'http://goldderbyforums.latimes.com/eve/chat' ;
       
    registeredModule['52610271'].popup_height = '500';
    registeredModule['52610271'].popup_width = '600';
    registeredModule['52610271'].createDataObj = function chime52610271(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Click Here for ENVELOPE CHATROOM';
        this[i].value = '505109703';
        i++;
       
    
        this.length = i;
        this.siteid = "9866015264";
        this.servleturl = "http://goldderbyforums.latimes.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

