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

// BEGIN FORUM MODULES
  
  
    registeredModule['468108'] = new Object();
    registeredModule['468108'].type = 'ubbx';
    registeredModule['468108'].baseurl = 'http://forums.healthcentral.com/discussion/bipolar/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['468108'].createDataObj = function ubbx468108() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Bipolar Connection';
        this[i].value = 'c_340109';
        categoryViewPerm['340109'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '2081073';
        this[i].perm = hasPerm(2081073, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '540109';
        this[i].perm = hasPerm(540109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '550109';
        this[i].perm = hasPerm(550109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '482109';
        this[i].perm = hasPerm(482109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Must-Reads';
        this[i].value = '523109';
        this[i].perm = hasPerm(523109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Parents of Bipolar Children';
        this[i].value = '162109';
        this[i].perm = hasPerm(162109, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Friends and Loved Ones';
        this[i].value = '2651085';
        this[i].perm = hasPerm(2651085, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['340109'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '168108';
        this.servleturl = 'http://forums.healthcentral.com/discussion/bipolar/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

