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

// BEGIN FORUM MODULES
  
  
    registeredModule['2111021'] = new Object();
    registeredModule['2111021'].type = 'ubbx';
    registeredModule['2111021'].baseurl = 'http://forums.healthcentral.com/discussion/alzheimers/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['2111021'].createDataObj = function ubbx2111021() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Alzheimer\'s Connection';
        this[i].value = 'c_7821021';
        categoryViewPerm['7821021'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor, Hospital or Healthcare Facility';
        this[i].value = '9821021';
        this[i].perm = hasPerm(9821021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7821021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '9921021';
        this[i].perm = hasPerm(9921021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7821021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Alzheimer\'s Books';
        this[i].value = '3191021';
        this[i].perm = hasPerm(3191021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7821021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '6391021';
        this[i].perm = hasPerm(6391021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7821021'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '8011021';
        this.servleturl = 'http://forums.healthcentral.com/discussion/alzheimers/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

