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

// BEGIN FORUM MODULES
  
  
    registeredModule['1821042'] = new Object();
    registeredModule['1821042'].type = 'ubbx';
    registeredModule['1821042'].baseurl = 'http://forums.healthcentral.com/discussion/anxiety/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['1821042'].createDataObj = function ubbx1821042() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Anxiety Connections';
        this[i].value = 'c_6541042';
        categoryViewPerm['6541042'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor/Hospital';
        this[i].value = '8541042';
        this[i].perm = hasPerm(8541042, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541042'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connections';
        this[i].value = '8641042';
        this[i].perm = hasPerm(8641042, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541042'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '9291062';
        this[i].perm = hasPerm(9291062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541042'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '9391062';
        this[i].perm = hasPerm(9391062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6541042'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7721042';
        this.servleturl = 'http://forums.healthcentral.com/discussion/anxiety/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

