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

// BEGIN FORUM MODULES
  
  
    registeredModule['2531031'] = new Object();
    registeredModule['2531031'].type = 'ubbx';
    registeredModule['2531031'].baseurl = 'http://forums.healthcentral.com/discussion/incontinence/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['2531031'].createDataObj = function ubbx2531031() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Incontinence Connections';
        this[i].value = 'c_7251031';
        categoryViewPerm['7251031'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talking to Your Loved Ones About Incontinence';
        this[i].value = '2431033';
        this[i].perm = hasPerm(2431033, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7251031'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Take Our Poll';
        this[i].value = '1881082';
        this[i].perm = hasPerm(1881082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7251031'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '1451031';
        this[i].perm = hasPerm(1451031, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7251031'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '8431031';
        this.servleturl = 'http://forums.healthcentral.com/discussion/incontinence/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

