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

// BEGIN FORUM MODULES
  
  
    registeredModule['904106123'] = new Object();
    registeredModule['904106123'].type = 'ubbx';
    registeredModule['904106123'].baseurl = 'http://cross-stitching.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['904106123'].createDataObj = function ubbx904106123() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Chat';
        this[i].value = 'c_4836082241';
        categoryViewPerm['4836082241'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Chit Chat';
        this[i].value = '6496099842';
        this[i].perm = hasPerm(6496099842, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4836082241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum Rules';
        this[i].value = '9651014863';
        this[i].perm = hasPerm(9651014863, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4836082241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'E-pals';
        this[i].value = 'c_6836082241';
        categoryViewPerm['6836082241'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'E-pals list';
        this[i].value = '2546041942';
        this[i].perm = hasPerm(2546041942, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6836082241'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Buy Swap Sell';
        this[i].value = 'c_5546078231';
        categoryViewPerm['5546078231'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '9546078231';
        this[i].perm = hasPerm(9546078231, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5546078231'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Charts';
        this[i].value = '4736082241';
        this[i].perm = hasPerm(4736082241, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5546078231'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Magazines';
        this[i].value = '7736082241';
        this[i].perm = hasPerm(7736082241, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5546078231'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Work In Progress';
        this[i].value = '1231023361';
        this[i].perm = hasPerm(1231023361, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5546078231'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Exchanges, RR\'s and SAL\'s';
        this[i].value = '4321080371';
        this[i].perm = hasPerm(4321080371, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5546078231'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '9146078231';
        this.servleturl = 'http://cross-stitching.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['712102823'] = new Object();
    registeredModule['712102823'].type = 'chime';
    registeredModule['712102823'].baseurl =  'http://cross-stitching.infopop.cc/eve/chat' ;
       
    registeredModule['712102823'].popup_height = '500';
    registeredModule['712102823'].popup_width = '600';
    registeredModule['712102823'].createDataObj = function chime712102823(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "9146078231";
        this.servleturl = "http://cross-stitching.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

