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

// BEGIN FORUM MODULES
  
  
    registeredModule['53210972'] = new Object();
    registeredModule['53210972'].type = 'ubbx';
    registeredModule['53210972'].baseurl = 'http://worddistillery.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['53210972'].createDataObj = function ubbx53210972() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'The Family Farm';
        this[i].value = 'c_94210972';
        categoryViewPerm['94210972'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Porch- Announcements';
        this[i].value = '45210972';
        this[i].perm = hasPerm(45210972, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['94210972'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Welcome Mat- Meet your kinfolk here.';
        this[i].value = '65210972';
        this[i].perm = hasPerm(65210972, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['94210972'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The General Store - Trivia/Travel/Events';
        this[i].value = 'c_25210972';
        categoryViewPerm['25210972'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Checker Board- Trivia/Travel';
        this[i].value = '16210972';
        this[i].perm = hasPerm(16210972, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['25210972'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Pot Belly Stove- Current events';
        this[i].value = '36210972';
        this[i].perm = hasPerm(36210972, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['25210972'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Field- Writer\'s Area';
        this[i].value = 'c_82110782';
        categoryViewPerm['82110782'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Flower Garden- Poetry rhymed/metered';
        this[i].value = '89110782';
        this[i].perm = hasPerm(89110782, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['82110782'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Wildflower Patch- Poetry free and blank verse';
        this[i].value = '23010882';
        this[i].perm = hasPerm(23010882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['82110782'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Vegetable Garden- Non-fiction';
        this[i].value = '75010882';
        this[i].perm = hasPerm(75010882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['82110782'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Well- Fiction';
        this[i].value = '77010882';
        this[i].perm = hasPerm(77010882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['82110782'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Smokehouse- For the serious writer.';
        this[i].value = 'c_19010882';
        categoryViewPerm['19010882'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Chamber- Literary discussion/textual explication';
        this[i].value = '31110882';
        this[i].perm = hasPerm(31110882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['19010882'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Curing- Writing workshop and critique';
        this[i].value = '25110882';
        this[i].perm = hasPerm(25110882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['19010882'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Fishin\' Hole- Fun with words';
        this[i].value = 'c_30110882';
        categoryViewPerm['30110882'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Mudpit- Wallowin\' in words';
        this[i].value = '12210882';
        this[i].perm = hasPerm(12210882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['30110882'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'To be continued...........';
        this[i].value = '43210882';
        this[i].perm = hasPerm(43210882, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['30110882'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '67010972';
        this.servleturl = 'http://worddistillery.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

