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

// BEGIN FORUM MODULES
  
  
    registeredModule['4971031'] = new Object();
    registeredModule['4971031'].type = 'ubbx';
    registeredModule['4971031'].baseurl = 'http://forums.healthcentral.com/discussion/asthma/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['4971031'].createDataObj = function ubbx4971031() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Asthma-Connections';
        this[i].value = 'c_6451041';
        categoryViewPerm['6451041'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor/Hospital';
        this[i].value = '8551041';
        this[i].perm = hasPerm(8551041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6451041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connections';
        this[i].value = '4571061';
        this[i].perm = hasPerm(4571061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6451041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '2371061';
        this[i].perm = hasPerm(2371061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6451041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '8451041';
        this[i].perm = hasPerm(8451041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6451041'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '1971031';
        this.servleturl = 'http://forums.healthcentral.com/discussion/asthma/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

