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

// BEGIN FORUM MODULES
  
  
    registeredModule['7271009181'] = new Object();
    registeredModule['7271009181'].type = 'ubbx';
    registeredModule['7271009181'].baseurl = 'http://psychcafe.ca/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['7271009181'].createDataObj = function ubbx7271009181() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Welcome to the Counseling Psych Cafe';
        this[i].value = 'c_7311038963';
        categoryViewPerm['7311038963'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hello New Members';
        this[i].value = '7181058963';
        this[i].perm = hasPerm(7181058963, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7311038963'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Rules of the House';
        this[i].value = '7781058963';
        this[i].perm = hasPerm(7781058963, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7311038963'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Before You Post';
        this[i].value = '5321051073';
        this[i].perm = hasPerm(5321051073, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7311038963'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = 'c_9091009181';
        categoryViewPerm['9091009181'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Coffee Talk at the Psych Cafe';
        this[i].value = '2191009181';
        this[i].perm = hasPerm(2191009181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9091009181'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions about content on MyShrink and/or being in therapy.';
        this[i].value = '2391009181';
        this[i].perm = hasPerm(2391009181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9091009181'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Science of Psychology related discussion';
        this[i].value = '3291009181';
        this[i].perm = hasPerm(3291009181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9091009181'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Stories and Personal Accounts About Therapy';
        this[i].value = '2491009181';
        this[i].perm = hasPerm(2491009181, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9091009181'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Links Directory';
        this[i].value = 'c_6311056963';
        categoryViewPerm['6311056963'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fun Sites';
        this[i].value = '7421087963';
        this[i].perm = hasPerm(7421087963, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6311056963'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Mental Health Issues';
        this[i].value = '3731087963';
        this[i].perm = hasPerm(3731087963, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6311056963'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '4271009181';
        this.servleturl = 'http://psychcafe.ca/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['9271009181'] = new Object();
    registeredModule['9271009181'].type = 'chime';
    registeredModule['9271009181'].baseurl =  'http://psychcafe.ca/eve/chat' ;
       
    registeredModule['9271009181'].popup_height = '500';
    registeredModule['9271009181'].popup_width = '600';
    registeredModule['9271009181'].createDataObj = function chime9271009181(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "4271009181";
        this.servleturl = "http://psychcafe.ca/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

