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

// BEGIN FORUM MODULES
  
  
    registeredModule['223108'] = new Object();
    registeredModule['223108'].type = 'ubbx';
    registeredModule['223108'].baseurl = 'http://forums.healthcentral.com/discussion/heart-disease/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['223108'].createDataObj = function ubbx223108() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Heart Disease Connections';
        this[i].value = 'c_316108';
        categoryViewPerm['316108'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommended  Doctors/Hospital';
        this[i].value = '516108';
        this[i].perm = hasPerm(516108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['316108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Heart Disease Camps';
        this[i].value = '576108';
        this[i].perm = hasPerm(576108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['316108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '4011001';
        this[i].perm = hasPerm(4011001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['316108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '5111001';
        this[i].perm = hasPerm(5111001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['316108'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '813108';
        this.servleturl = 'http://forums.healthcentral.com/discussion/heart-disease/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

