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

// BEGIN FORUM MODULES
  
  
    registeredModule['6111071'] = new Object();
    registeredModule['6111071'].type = 'ubbx';
    registeredModule['6111071'].baseurl = 'http://forums.healthcentral.com/discussion/diet-exercise/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6111071'].createDataObj = function ubbx6111071() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Diet and Nutrition Connections';
        this[i].value = 'c_2921071';
        categoryViewPerm['2921071'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Diet Tips';
        this[i].value = '4921071';
        this[i].perm = hasPerm(4921071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recipes/Nutrition';
        this[i].value = '4031071';
        this[i].perm = hasPerm(4031071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Diet Guides and Cookbooks';
        this[i].value = '5501081';
        this[i].perm = hasPerm(5501081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Supplement and Vitamin Info';
        this[i].value = '5601081';
        this[i].perm = hasPerm(5601081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Exercise Connections';
        this[i].value = 'c_3921071';
        categoryViewPerm['3921071'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Workout Tips';
        this[i].value = '3131071';
        this[i].perm = hasPerm(3131071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Post Your Workout';
        this[i].value = '2231071';
        this[i].perm = hasPerm(2231071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books & Videos';
        this[i].value = '5701081';
        this[i].perm = hasPerm(5701081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Information on Local Groups';
        this[i].value = '4801081';
        this[i].perm = hasPerm(4801081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3921071'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Find a Fitness Buddy';
        this[i].value = '6221081';
        this[i].perm = hasPerm(6221081, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3921071'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3111071';
        this.servleturl = 'http://forums.healthcentral.com/discussion/diet-exercise/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

