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

// BEGIN FORUM MODULES
  
  
    registeredModule['3931021'] = new Object();
    registeredModule['3931021'].type = 'ubbx';
    registeredModule['3931021'].baseurl = 'http://forums.healthcentral.com/discussion/rheumatoid-arthritis/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['3931021'].createDataObj = function ubbx3931021() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Rheumatoid Arthritis Connections';
        this[i].value = 'c_8651021';
        categoryViewPerm['8651021'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Join the RA discussion with patient expert, Christine Miller.';
        this[i].value = '7501023';
        this[i].perm = hasPerm(7501023, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8651021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions And Answers';
        this[i].value = '1441051';
        this[i].perm = hasPerm(1441051, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8651021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommended A Book or Product';
        this[i].value = '1851021';
        this[i].perm = hasPerm(1851021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8651021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor, Hospital or Clinical Trial';
        this[i].value = '9851021';
        this[i].perm = hasPerm(9851021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8651021'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '9831021';
        this.servleturl = 'http://forums.healthcentral.com/discussion/rheumatoid-arthritis/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['5931021'] = new Object();
    registeredModule['5931021'].type = 'chime';
    registeredModule['5931021'].baseurl =  'http://forums.healthcentral.com/discussion/rheumatoid-arthritis/chat' ;
       
    registeredModule['5931021'].popup_height = '500';
    registeredModule['5931021'].popup_width = '600';
    registeredModule['5931021'].createDataObj = function chime5931021(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "9831021";
        this.servleturl = "http://forums.healthcentral.com/discussion/rheumatoid-arthritis/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

