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

// BEGIN FORUM MODULES
  
  
    registeredModule['5311076871'] = new Object();
    registeredModule['5311076871'].type = 'ubbx';
    registeredModule['5311076871'].baseurl = 'http://forums.eatingwell.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['5311076871'].createDataObj = function ubbx5311076871() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Eat & Drink';
        this[i].value = 'c_8741076871';
        categoryViewPerm['8741076871'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recipes';
        this[i].value = '1841076871';
        this[i].perm = hasPerm(1841076871, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Makeovers';
        this[i].value = '5241065084';
        this[i].perm = hasPerm(5241065084, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'In the Aisles';
        this[i].value = '3011095052';
        this[i].perm = hasPerm(3011095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Food for Thought';
        this[i].value = '8281077643';
        this[i].perm = hasPerm(8281077643, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Coffee Talk';
        this[i].value = '2761060703';
        this[i].perm = hasPerm(2761060703, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Family Table';
        this[i].value = '1811095052';
        this[i].perm = hasPerm(1811095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Entertaining';
        this[i].value = '6221095052';
        this[i].perm = hasPerm(6221095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tips, Tools & Techniques';
        this[i].value = '4911095052';
        this[i].perm = hasPerm(4911095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Drink';
        this[i].value = '1721095052';
        this[i].perm = hasPerm(1721095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Health';
        this[i].value = 'c_9741076871';
        categoryViewPerm['9741076871'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The EatingWell Diet';
        this[i].value = '2121011363';
        this[i].perm = hasPerm(2121011363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Health & Nutrition';
        this[i].value = '3591030602';
        this[i].perm = hasPerm(3591030602, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Healthy Diet & Weight Loss';
        this[i].value = '8331095052';
        this[i].perm = hasPerm(8331095052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Diabetes';
        this[i].value = '9111006052';
        this[i].perm = hasPerm(9111006052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9741076871'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Well-being';
        this[i].value = '6441061323';
        this[i].perm = hasPerm(6441061323, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9741076871'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2311076871';
        this.servleturl = 'http://forums.eatingwell.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['7311076871'] = new Object();
    registeredModule['7311076871'].type = 'chime';
    registeredModule['7311076871'].baseurl =  'http://forums.eatingwell.com/eve/chat' ;
       
    registeredModule['7311076871'].popup_height = '500';
    registeredModule['7311076871'].popup_width = '600';
    registeredModule['7311076871'].createDataObj = function chime7311076871(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "2311076871";
        this.servleturl = "http://forums.eatingwell.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

