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

// BEGIN FORUM MODULES
  
  
    registeredModule['40010793'] = new Object();
    registeredModule['40010793'].type = 'ubbx';
    registeredModule['40010793'].baseurl = 'http://community.kwch.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['40010793'].createDataObj = function ubbx40010793() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'KWCH News Discussion';
        this[i].value = 'c_97110793';
        categoryViewPerm['97110793'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'News';
        this[i].value = '28110793';
        this[i].perm = hasPerm(28110793, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['97110793'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum 2';
        this[i].value = '29110793';
        this[i].perm = hasPerm(29110793, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['97110793'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Storm Team 12 Weather';
        this[i].value = 'c_18110793';
        categoryViewPerm['18110793'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'StormShots';
        this[i].value = '10210793';
        this[i].perm = hasPerm(10210793, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['18110793'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Eyewitness Sports';
        this[i].value = 'c_44210934';
        categoryViewPerm['44210934'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Prep Hoops Madness';
        this[i].value = '96910934';
        this[i].perm = hasPerm(96910934, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['44210934'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pet Source';
        this[i].value = 'c_28210635';
        categoryViewPerm['28210635'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pet Pics';
        this[i].value = '31310635';
        this[i].perm = hasPerm(31310635, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['28210635'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '10010793';
        this.servleturl = 'http://community.kwch.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['60010793'] = new Object();
    registeredModule['60010793'].type = 'chime';
    registeredModule['60010793'].baseurl =  'http://community.kwch.com/eve/chat' ;
       
    registeredModule['60010793'].popup_height = '500';
    registeredModule['60010793'].popup_width = '600';
    registeredModule['60010793'].createDataObj = function chime60010793(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "10010793";
        this.servleturl = "http://community.kwch.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

