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

// BEGIN FORUM MODULES
  
  
    registeredModule['961108'] = new Object();
    registeredModule['961108'].type = 'ubbx';
    registeredModule['961108'].baseurl = 'http://forums.healthcentral.com/discussion/diabetes/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['961108'].createDataObj = function ubbx961108() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Diabetes Connections';
        this[i].value = 'c_565108';
        categoryViewPerm['565108'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend A Doctor/Hospital';
        this[i].value = '765108';
        this[i].perm = hasPerm(765108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '485108';
        this[i].perm = hasPerm(485108, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Diabetes Camps';
        this[i].value = '3821001';
        this[i].perm = hasPerm(3821001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connection';
        this[i].value = '4921001';
        this[i].perm = hasPerm(4921001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Diabetes Wars';
        this[i].value = '2651033';
        this[i].perm = hasPerm(2651033, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Hottest New Drugs';
        this[i].value = '1731073';
        this[i].perm = hasPerm(1731073, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['565108'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '661108';
        this.servleturl = 'http://forums.healthcentral.com/discussion/diabetes/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['271108'] = new Object();
    registeredModule['271108'].type = 'chime';
    registeredModule['271108'].baseurl =  'http://forums.healthcentral.com/discussion/diabetes/chat' ;
       
    registeredModule['271108'].popup_height = '500';
    registeredModule['271108'].popup_width = '600';
    registeredModule['271108'].createDataObj = function chime271108(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'JDRF Washington Chat Room';
        this[i].value = '42810111';
        i++;
       
    
        this.length = i;
        this.siteid = "661108";
        this.servleturl = "http://forums.healthcentral.com/discussion/diabetes/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

