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

// BEGIN FORUM MODULES
  
  
    registeredModule['94510951'] = new Object();
    registeredModule['94510951'].type = 'ubbx';
    registeredModule['94510951'].baseurl = 'http://hockeyzoneplus.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['94510951'].createDataObj = function ubbx94510951() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Forum de discussions HockeyZonePlus / HockeyZonePlus discussion forum';
        this[i].value = 'c_6546038021';
        categoryViewPerm['6546038021'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'LHJMQ / QMJHL';
        this[i].value = '2736010921';
        this[i].perm = hasPerm(2736010921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6546038021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'LHJAAAQ - Ligue de hockey junior AAA du Québec';
        this[i].value = '4206080921';
        this[i].perm = hasPerm(4206080921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6546038021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hockey mineur / Minor Hockey';
        this[i].value = '3996050921';
        this[i].perm = hasPerm(3996050921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6546038021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Le salon des Forumeux';
        this[i].value = '5306080921';
        this[i].perm = hasPerm(5306080921, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6546038021'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7246038021';
        this.servleturl = 'http://hockeyzoneplus.infopop.cc/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

