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

// BEGIN FORUM MODULES
  
  
    registeredModule['7541011'] = new Object();
    registeredModule['7541011'].type = 'ubbx';
    registeredModule['7541011'].baseurl = 'http://forums.healthcentral.com/discussion/erectile-dysfunction/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['7541011'].createDataObj = function ubbx7541011() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Erectile Dysfunction Forum Connections';
        this[i].value = 'c_3361011';
        categoryViewPerm['3361011'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talk to Others';
        this[i].value = '3911082';
        this[i].perm = hasPerm(3911082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3361011'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Partners of Men with ED';
        this[i].value = '1691015';
        this[i].perm = hasPerm(1691015, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3361011'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Take Our Poll';
        this[i].value = '5461011';
        this[i].perm = hasPerm(5461011, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3361011'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Category 2';
        this[i].value = 'c_4361011';
        categoryViewPerm['4361011'] = false;
        i++;
        
        this.length = i;
        this.siteid = '4541011';
        this.servleturl = 'http://forums.healthcentral.com/discussion/erectile-dysfunction/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

