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

// BEGIN FORUM MODULES
  
  
    registeredModule['480100212'] = new Object();
    registeredModule['480100212'].type = 'ubbx';
    registeredModule['480100212'].baseurl = 'http://pharmacywatchers.com/groupee/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['480100212'].createDataObj = function ubbx480100212() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Pharmaceutical and medical discussions';
        this[i].value = 'c_422004721001';
        categoryViewPerm['422004721001'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pharmaceutical and medical discussions';
        this[i].value = '242004721001';
        this[i].perm = hasPerm(242004721001, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['422004721001'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Vendors';
        this[i].value = 'c_800109892';
        categoryViewPerm['800109892'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'USA';
        this[i].value = '552109892';
        this[i].perm = hasPerm(552109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['800109892'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'International';
        this[i].value = '281109892';
        this[i].perm = hasPerm(281109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['800109892'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Discounts';
        this[i].value = 'c_400109892';
        categoryViewPerm['400109892'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Discount coupons and instructions (Members Only)';
        this[i].value = '163109892';
        this[i].perm = hasPerm(163109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['400109892'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Non vendor topics and discussions';
        this[i].value = 'c_500109892';
        categoryViewPerm['500109892'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'About us, instructions and help';
        this[i].value = '271109892';
        this[i].perm = hasPerm(271109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['500109892'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Test forum';
        this[i].value = '610109892';
        this[i].perm = hasPerm(610109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['500109892'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other topics and discussions';
        this[i].value = '941109892';
        this[i].perm = hasPerm(941109892, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['500109892'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '180100212';
        this.servleturl = 'http://pharmacywatchers.com/groupee/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['680100212'] = new Object();
    registeredModule['680100212'].type = 'chime';
    registeredModule['680100212'].baseurl =  'http://pharmacywatchers.com/groupee/chat' ;
       
    registeredModule['680100212'].popup_height = '500';
    registeredModule['680100212'].popup_width = '600';
    registeredModule['680100212'].createDataObj = function chime680100212(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Chat. Open 24 hours, everyday';
        this[i].value = '825106213';
        i++;
       
    
        this.length = i;
        this.siteid = "180100212";
        this.servleturl = "http://pharmacywatchers.com/groupee/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

