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

// BEGIN FORUM MODULES
  
  
    registeredModule['54610622111'] = new Object();
    registeredModule['54610622111'].type = 'ubbx';
    registeredModule['54610622111'].baseurl = 'http://gdwmboard.org/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['54610622111'].createDataObj = function ubbx54610622111() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Main';
        this[i].value = 'c_115602588';
        categoryViewPerm['115602588'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Prayer Request';
        this[i].value = '915602588';
        this[i].perm = hasPerm(915602588, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['115602588'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Daily Message';
        this[i].value = '625602588';
        this[i].perm = hasPerm(625602588, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['115602588'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'BIBLE STUDY: The Gospel of John';
        this[i].value = '82910706621';
        this[i].perm = hasPerm(82910706621, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['115602588'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'BIBLE STUDY: Isaiah by Elianna';
        this[i].value = '28110760931';
        this[i].perm = hasPerm(28110760931, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['115602588'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Additional forums';
        this[i].value = 'c_64410847311';
        categoryViewPerm['64410847311'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Biblical Questions';
        this[i].value = '7806062801';
        this[i].perm = hasPerm(7806062801, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['64410847311'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Lions and Bears';
        this[i].value = '3526031251';
        this[i].perm = hasPerm(3526031251, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['64410847311'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Writings of General Biblical Encouragement';
        this[i].value = '1956031251';
        this[i].perm = hasPerm(1956031251, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['64410847311'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'FBC Children\'s Ministry';
        this[i].value = '2181046';
        this[i].perm = hasPerm(2181046, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['64410847311'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Misc.';
        this[i].value = 'c_26310817311';
        categoryViewPerm['26310817311'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Information on using this message board.';
        this[i].value = '63210417311';
        this[i].perm = hasPerm(63210417311, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['26310817311'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'TRIVIA: Bible and World facts';
        this[i].value = '54210185311';
        this[i].perm = hasPerm(54210185311, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['26310817311'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '852602588';
        this.servleturl = 'http://gdwmboard.org/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['12210222111'] = new Object();
    registeredModule['12210222111'].type = 'chime';
    registeredModule['12210222111'].baseurl =  'http://gdwmboard.org/eve/chat' ;
       
    registeredModule['12210222111'].popup_height = '500';
    registeredModule['12210222111'].popup_width = '600';
    registeredModule['12210222111'].createDataObj = function chime12210222111(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "852602588";
        this.servleturl = "http://gdwmboard.org/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

