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

// BEGIN FORUM MODULES
  
  
    registeredModule['569106332'] = new Object();
    registeredModule['569106332'].type = 'ubbx';
    registeredModule['569106332'].baseurl = 'http://fantasyinsights.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['569106332'].createDataObj = function ubbx569106332() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Fantasy Football';
        this[i].value = 'c_2176078111';
        categoryViewPerm['2176078111'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '9046069111';
        this[i].perm = hasPerm(9046069111, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2176078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Lineups/Matchups';
        this[i].value = '1836050211';
        this[i].perm = hasPerm(1836050211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2176078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Keepers/Trades';
        this[i].value = '6646050211';
        this[i].perm = hasPerm(6646050211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2176078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fantasy Drafts - Including Mock';
        this[i].value = '3376060211';
        this[i].perm = hasPerm(3376060211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2176078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Miscellaneous';
        this[i].value = 'c_5486078111';
        categoryViewPerm['5486078111'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hall of Fame';
        this[i].value = '4286080211';
        this[i].perm = hasPerm(4286080211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5486078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Free For All';
        this[i].value = '6006090211';
        this[i].perm = hasPerm(6006090211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5486078111'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Smack Talking';
        this[i].value = '1281041065';
        this[i].perm = hasPerm(1281041065, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5486078111'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2996074111';
        this.servleturl = 'http://fantasyinsights.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['896100432'] = new Object();
    registeredModule['896100432'].type = 'chime';
    registeredModule['896100432'].baseurl =  'http://fantasyinsights.infopop.cc/eve/chat' ;
       
    registeredModule['896100432'].popup_height = '500';
    registeredModule['896100432'].popup_width = '600';
    registeredModule['896100432'].createDataObj = function chime896100432(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "2996074111";
        this.servleturl = "http://fantasyinsights.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

