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

// BEGIN FORUM MODULES
  
  
    registeredModule['7791052'] = new Object();
    registeredModule['7791052'].type = 'ubbx';
    registeredModule['7791052'].baseurl = 'http://forums.healthcentral.com/discussion/skin-cancer/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['7791052'].createDataObj = function ubbx7791052() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Skin Cancer Connections';
        this[i].value = 'c_7541062';
        categoryViewPerm['7541062'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor or Hospital';
        this[i].value = '9541062';
        this[i].perm = hasPerm(9541062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7541062'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connections';
        this[i].value = '9641062';
        this[i].perm = hasPerm(9641062, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7541062'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '6351082';
        this[i].perm = hasPerm(6351082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7541062'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Top Skin Cancer Books';
        this[i].value = '5451082';
        this[i].perm = hasPerm(5451082, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7541062'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '4791052';
        this.servleturl = 'http://forums.healthcentral.com/discussion/skin-cancer/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

