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

// BEGIN FORUM MODULES
  
  
    registeredModule['9061051'] = new Object();
    registeredModule['9061051'].type = 'ubbx';
    registeredModule['9061051'].baseurl = 'http://forums.healthcentral.com/discussion/acid-reflux/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['9061051'].createDataObj = function ubbx9061051() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'My-AcidReflux Boards';
        this[i].value = 'c_5871051';
        categoryViewPerm['5871051'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Take Our Poll!';
        this[i].value = '1221023';
        this[i].perm = hasPerm(1221023, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Acid Reflux Discussion';
        this[i].value = '2021023';
        this[i].perm = hasPerm(2021023, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Infant Acid Reflux';
        this[i].value = '7971051';
        this[i].perm = hasPerm(7971051, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talk to Expert Patient, Tracy Davenport about her new book.';
        this[i].value = '3341073';
        this[i].perm = hasPerm(3341073, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '5911061';
        this[i].perm = hasPerm(5911061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor/Hospital';
        this[i].value = '7871051';
        this[i].perm = hasPerm(7871051, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '6321061';
        this[i].perm = hasPerm(6321061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5871051'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '6061051';
        this.servleturl = 'http://forums.healthcentral.com/discussion/acid-reflux/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

