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

// BEGIN FORUM MODULES
  
  
    registeredModule['8131041'] = new Object();
    registeredModule['8131041'].type = 'ubbx';
    registeredModule['8131041'].baseurl = 'http://forums.healthcentral.com/discussion/cholesterol/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['8131041'].createDataObj = function ubbx8131041() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Cholesterol-Connections';
        this[i].value = 'c_9671041';
        categoryViewPerm['9671041'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '2771041';
        this[i].perm = hasPerm(2771041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9671041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '4591061';
        this[i].perm = hasPerm(4591061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9671041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Cholesterol Must-Haves';
        this[i].value = '8971041';
        this[i].perm = hasPerm(8971041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9671041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '8181041';
        this[i].perm = hasPerm(8181041, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9671041'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '6691061';
        this[i].perm = hasPerm(6691061, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9671041'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3131041';
        this.servleturl = 'http://forums.healthcentral.com/discussion/cholesterol/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

