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

// BEGIN FORUM MODULES
  
  
    registeredModule['710108'] = new Object();
    registeredModule['710108'].type = 'ubbx';
    registeredModule['710108'].baseurl = 'http://forums.healthcentral.com/discussion/breast-cancer/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['710108'].createDataObj = function ubbx710108() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Breast Cancer Connections';
        this[i].value = 'c_515108';
        categoryViewPerm['515108'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '715108';
        this[i].perm = hasPerm(715108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '725108';
        this[i].perm = hasPerm(725108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Breast Cancer Must-Haves';
        this[i].value = '624109';
        this[i].perm = hasPerm(624109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '354109';
        this[i].perm = hasPerm(354109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '394109';
        this[i].perm = hasPerm(394109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Breast Cancer Husbands and Partners';
        this[i].value = '9601042';
        this[i].perm = hasPerm(9601042, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['515108'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '410108';
        this.servleturl = 'http://forums.healthcentral.com/discussion/breast-cancer/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

