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

// BEGIN FORUM MODULES
  
  
    registeredModule['624108051'] = new Object();
    registeredModule['624108051'].type = 'ubbx';
    registeredModule['624108051'].baseurl = 'http://forums.noria.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['624108051'].createDataObj = function ubbx624108051() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Lubrication';
        this[i].value = 'c_884606135';
        categoryViewPerm['884606135'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Industrial Lubrication';
        this[i].value = '826604995';
        this[i].perm = hasPerm(826604995, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['884606135'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Car and Truck Lubrication';
        this[i].value = '616604995';
        this[i].perm = hasPerm(616604995, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['884606135'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Filtration and Contamination Control';
        this[i].value = '938604995';
        this[i].perm = hasPerm(938604995, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['884606135'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Photo Album';
        this[i].value = '258100912';
        this[i].perm = hasPerm(258100912, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['884606135'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Condition Monitoring and Predictive Maintenance';
        this[i].value = 'c_979103902';
        categoryViewPerm['979103902'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Oil Analysis';
        this[i].value = '136604995';
        this[i].perm = hasPerm(136604995, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Alignment/Balancing/Vibration';
        this[i].value = '110104902';
        this[i].perm = hasPerm(110104902, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Thermography/Infrared Cameras';
        this[i].value = '620104902';
        this[i].perm = hasPerm(620104902, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Ultrasonics';
        this[i].value = '904104902';
        this[i].perm = hasPerm(904104902, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Troubleshooting Machine Failures';
        this[i].value = '223104902';
        this[i].perm = hasPerm(223104902, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Photo Album';
        this[i].value = '340101912';
        this[i].perm = hasPerm(340101912, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['979103902'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '692608715';
        this.servleturl = 'http://forums.noria.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['634100151'] = new Object();
    registeredModule['634100151'].type = 'chime';
    registeredModule['634100151'].baseurl =  'http://forums.noria.com/eve/chat' ;
       
    registeredModule['634100151'].popup_height = '500';
    registeredModule['634100151'].popup_width = '600';
    registeredModule['634100151'].createDataObj = function chime634100151(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "692608715";
        this.servleturl = "http://forums.noria.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

