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

// BEGIN FORUM MODULES
  
  
    registeredModule['5961052'] = new Object();
    registeredModule['5961052'].type = 'ubbx';
    registeredModule['5961052'].baseurl = 'http://forums.healthcentral.com/discussion/osteoporosis/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['5961052'].createDataObj = function ubbx5961052() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Osteoporosis Connections';
        this[i].value = 'c_1781052';
        categoryViewPerm['1781052'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '3781052';
        this[i].perm = hasPerm(3781052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1781052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connections';
        this[i].value = '3881052';
        this[i].perm = hasPerm(3881052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1781052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '8931082';
        this[i].perm = hasPerm(8931082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1781052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Top Osteoporisis Books';
        this[i].value = '8041082';
        this[i].perm = hasPerm(8041082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1781052'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2961052';
        this.servleturl = 'http://forums.healthcentral.com/discussion/osteoporosis/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

