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

// BEGIN FORUM MODULES
  
  
    registeredModule['90040703'] = new Object();
    registeredModule['90040703'].type = 'ubbx';
    registeredModule['90040703'].baseurl = 'http://forum.quoteland.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['90040703'].createDataObj = function ubbx90040703() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Quotation Forums';
        this[i].value = 'c_4201947895';
        categoryViewPerm['4201947895'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Who Said It?';
        this[i].value = '99191541';
        this[i].perm = hasPerm(99191541, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4201947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'I Need a Quote!';
        this[i].value = '487195441';
        this[i].perm = hasPerm(487195441, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4201947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Favorite Quotations I & II';
        this[i].value = '5511096101';
        this[i].perm = hasPerm(5511096101, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4201947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Scholarly Pursuit';
        this[i].value = 'c_9301947895';
        categoryViewPerm['9301947895'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Debate Forum';
        this[i].value = '770193847';
        this[i].perm = hasPerm(770193847, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Learning, Knowledge, & Biographies';
        this[i].value = '4511947895';
        this[i].perm = hasPerm(4511947895, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Literature Forum';
        this[i].value = '8951976686';
        this[i].perm = hasPerm(8951976686, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9301947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Writer\'s Club';
        this[i].value = 'c_7371982046';
        categoryViewPerm['7371982046'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Workshop';
        this[i].value = '7581982046';
        this[i].perm = hasPerm(7581982046, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7371982046'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Poetry and Prose';
        this[i].value = '7771982046';
        this[i].perm = hasPerm(7771982046, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7371982046'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Original Writers\' Club';
        this[i].value = '207192712';
        this[i].perm = hasPerm(207192712, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['7371982046'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Open Discussion';
        this[i].value = 'c_9401947895';
        categoryViewPerm['9401947895'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '2911947895';
        this[i].perm = hasPerm(2911947895, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9401947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Quoteland.com, The Web Site';
        this[i].value = 'c_6501947895';
        categoryViewPerm['6501947895'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Suggestion Box';
        this[i].value = '260191641';
        this[i].perm = hasPerm(260191641, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6501947895'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Updates and News';
        this[i].value = '7411968032';
        this[i].perm = hasPerm(7411968032, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6501947895'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '586192041';
        this.servleturl = 'http://forum.quoteland.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['39940759'] = new Object();
    registeredModule['39940759'].type = 'chime';
    registeredModule['39940759'].baseurl =  'http://forum.quoteland.com/eve/chat' ;
       
    registeredModule['39940759'].popup_height = '500';
    registeredModule['39940759'].popup_width = '600';
    registeredModule['39940759'].createDataObj = function chime39940759(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Quoteland\'s First Chat Room 2-25-09';
        this[i].value = '93110503';
        i++;
       
    
        this.length = i;
        this.siteid = "586192041";
        this.servleturl = "http://forum.quoteland.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

