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

// BEGIN FORUM MODULES
  
  
    registeredModule['35310373111'] = new Object();
    registeredModule['35310373111'].type = 'ubbx';
    registeredModule['35310373111'].baseurl = 'http://forum.oxycise.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['35310373111'].createDataObj = function ubbx35310373111() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'What\'s New?';
        this[i].value = 'c_714604858';
        categoryViewPerm['714604858'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'WELCOME!';
        this[i].value = '224604858';
        this[i].perm = hasPerm(224604858, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['714604858'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Oxycise! Discussions';
        this[i].value = '3736011301';
        this[i].perm = hasPerm(3736011301, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['714604858'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Newsletters and Announcements';
        this[i].value = '8366091411';
        this[i].perm = hasPerm(8366091411, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['714604858'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Oxycise! Support Groups';
        this[i].value = 'c_914604858';
        categoryViewPerm['914604858'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Daily Support and Accountability';
        this[i].value = '434604858';
        this[i].perm = hasPerm(434604858, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['914604858'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'OxyChallenge!';
        this[i].value = 'c_511603589';
        categoryViewPerm['511603589'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Goals';
        this[i].value = '182603589';
        this[i].perm = hasPerm(182603589, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['511603589'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Daily Reports';
        this[i].value = '116603589';
        this[i].perm = hasPerm(116603589, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['511603589'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Weekly Report';
        this[i].value = '727603589';
        this[i].perm = hasPerm(727603589, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['511603589'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Getting Started with Oxycise!';
        this[i].value = 'c_191602889';
        categoryViewPerm['191602889'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Getting to Know You!';
        this[i].value = '114607889';
        this[i].perm = hasPerm(114607889, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['191602889'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Oxycise! Questions & Answers';
        this[i].value = '402607889';
        this[i].perm = hasPerm(402607889, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['191602889'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sweet Success!';
        this[i].value = 'c_513604989';
        categoryViewPerm['513604989'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Share Your Progress and Success';
        this[i].value = '563604989';
        this[i].perm = hasPerm(563604989, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['513604989'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Ask Kirstine';
        this[i].value = 'c_4436067771';
        categoryViewPerm['4436067771'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions for Kirstine or Jill';
        this[i].value = '9636067771';
        this[i].perm = hasPerm(9636067771, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4436067771'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '103604858';
        this.servleturl = 'http://forum.oxycise.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['16910473111'] = new Object();
    registeredModule['16910473111'].type = 'chime';
    registeredModule['16910473111'].baseurl =  'http://forum.oxycise.com/eve/chat' ;
       
    registeredModule['16910473111'].popup_height = '500';
    registeredModule['16910473111'].popup_width = '600';
    registeredModule['16910473111'].createDataObj = function chime16910473111(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "103604858";
        this.servleturl = "http://forum.oxycise.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

