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

// BEGIN FORUM MODULES
  
  
    registeredModule['5001041'] = new Object();
    registeredModule['5001041'].type = 'ubbx';
    registeredModule['5001041'].baseurl = 'http://forums.healthcentral.com/discussion/osteoarthritis/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['5001041'].createDataObj = function ubbx5001041() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Osteoarthritis Connections';
        this[i].value = 'c_3961041';
        categoryViewPerm['3961041'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '5961041';
        this[i].perm = hasPerm(5961041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3961041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '5071041';
        this[i].perm = hasPerm(5071041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3961041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '2651061';
        this[i].perm = hasPerm(2651061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3961041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Osteoarthritis Books';
        this[i].value = '3061061';
        this[i].perm = hasPerm(3061061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3961041'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2001041';
        this.servleturl = 'http://forums.healthcentral.com/discussion/osteoarthritis/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

