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

// BEGIN FORUM MODULES
  
  
    registeredModule['1971029871'] = new Object();
    registeredModule['1971029871'].type = 'ubbx';
    registeredModule['1971029871'].baseurl = 'http://orlandomagiczone.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['1971029871'].createDataObj = function ubbx1971029871() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Magic Message Boards';
        this[i].value = 'c_6891029871';
        categoryViewPerm['6891029871'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Orlando Magic Forum';
        this[i].value = '8891029871';
        this[i].perm = hasPerm(8891029871, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Around the NBA/Globe Game';
        this[i].value = '9991029871';
        this[i].perm = hasPerm(9991029871, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Off-Topic';
        this[i].value = '1511015081';
        this[i].perm = hasPerm(1511015081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Thread Hall of Fame';
        this[i].value = '7681025882';
        this[i].perm = hasPerm(7681025882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Fan Voice Blog';
        this[i].value = '7211003982';
        this[i].perm = hasPerm(7211003982, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Feedback Zone';
        this[i].value = 'c_7891029871';
        categoryViewPerm['7891029871'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '3201039871';
        this[i].perm = hasPerm(3201039871, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Web Site Comments & Suggestions';
        this[i].value = '8911015081';
        this[i].perm = hasPerm(8911015081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7891029871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Moderators';
        this[i].value = '9571022092';
        this[i].perm = hasPerm(9571022092, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7891029871'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7871029871';
        this.servleturl = 'http://orlandomagiczone.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['3971029871'] = new Object();
    registeredModule['3971029871'].type = 'chime';
    registeredModule['3971029871'].baseurl =  'http://orlandomagiczone.com/eve/chat' ;
       
    registeredModule['3971029871'].popup_height = '500';
    registeredModule['3971029871'].popup_width = '600';
    registeredModule['3971029871'].createDataObj = function chime3971029871(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Magic Chat';
        this[i].value = '1961069481';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Magic Chat 2';
        this[i].value = '8291091581';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Magic Chat 3';
        this[i].value = '2091091581';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Magic Chat 4';
        this[i].value = '7331066042';
        i++;
       
    
        this.length = i;
        this.siteid = "7871029871";
        this.servleturl = "http://orlandomagiczone.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

