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

// BEGIN FORUM MODULES
  
  
    registeredModule['4201041'] = new Object();
    registeredModule['4201041'].type = 'ubbx';
    registeredModule['4201041'].baseurl = 'http://community.astd.org/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['4201041'].createDataObj = function ubbx4201041() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Community Discussions';
        this[i].value = 'c_9301041';
        categoryViewPerm['9301041'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Consulting';
        this[i].value = '4401041';
        this[i].perm = hasPerm(4401041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'E-Learning';
        this[i].value = '6401041';
        this[i].perm = hasPerm(6401041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Evaluation & ROI';
        this[i].value = '7301062';
        this[i].perm = hasPerm(7301062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'OD & Leadership';
        this[i].value = '9301062';
        this[i].perm = hasPerm(9301062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Performance Improvement';
        this[i].value = '3401062';
        this[i].perm = hasPerm(3401062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Training Fundamentals';
        this[i].value = '5401062';
        this[i].perm = hasPerm(5401062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Training Fundamentals Archive';
        this[i].value = '86810472';
        this[i].perm = hasPerm(86810472, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Chapter & Global Network Leaders';
        this[i].value = 'c_2401041';
        categoryViewPerm['2401041'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Global Network Leaders';
        this[i].value = '79310181';
        this[i].perm = hasPerm(79310181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2401041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Global Network Italy';
        this[i].value = '30310181';
        this[i].perm = hasPerm(30310181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2401041'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '4201061';
        this.servleturl = 'http://community.astd.org/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['7501041'] = new Object();
    registeredModule['7501041'].type = 'chime';
    registeredModule['7501041'].baseurl =  'http://community.astd.org/eve/chat' ;
       
    registeredModule['7501041'].popup_height = '500';
    registeredModule['7501041'].popup_width = '600';
    registeredModule['7501041'].createDataObj = function chime7501041(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'ASTD Chat Space';
        this[i].value = '7501062';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Certification Pilot Chat Room';
        this[i].value = '90010672';
        i++;
       
    
        this.length = i;
        this.siteid = "4201061";
        this.servleturl = "http://community.astd.org/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

