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

// BEGIN FORUM MODULES
  
  
    registeredModule['5481042'] = new Object();
    registeredModule['5481042'].type = 'ubbx';
    registeredModule['5481042'].baseurl = 'http://forums.healthcentral.com/discussion/schizophrenia/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['5481042'].createDataObj = function ubbx5481042() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Schizophrenia Connections';
        this[i].value = 'c_1201052';
        categoryViewPerm['1201052'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Recommend a Doctor/Hospital';
        this[i].value = '3201052';
        this[i].perm = hasPerm(3201052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1201052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Connections';
        this[i].value = '3301052';
        this[i].perm = hasPerm(3301052, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1201052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions and Answers';
        this[i].value = '6411072';
        this[i].perm = hasPerm(6411072, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1201052'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Best Books';
        this[i].value = '6511072';
        this[i].perm = hasPerm(6511072, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1201052'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2481042';
        this.servleturl = 'http://forums.healthcentral.com/discussion/schizophrenia/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

