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

// BEGIN FORUM MODULES
  
  
    registeredModule['920100242'] = new Object();
    registeredModule['920100242'].type = 'ubbx';
    registeredModule['920100242'].baseurl = 'http://johnnycash.groupee.net/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['920100242'].createDataObj = function ubbx920100242() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Imported Forums';
        this[i].value = 'c_894108363';
        categoryViewPerm['894108363'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Johnny Cash Discussions';
        this[i].value = '994108363';
        this[i].perm = hasPerm(994108363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['894108363'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Off Topic Discussions';
        this[i].value = '305108363';
        this[i].perm = hasPerm(305108363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['894108363'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = '2009 Johnny Cash Birthday Celebration';
        this[i].value = '355108363';
        this[i].perm = hasPerm(355108363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['894108363'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Carter Family';
        this[i].value = '315108363';
        this[i].perm = hasPerm(315108363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['894108363'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Cash Bash 2010';
        this[i].value = '365108363';
        this[i].perm = hasPerm(365108363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['894108363'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '620100242';
        this.servleturl = 'http://johnnycash.groupee.net/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['230100242'] = new Object();
    registeredModule['230100242'].type = 'chime';
    registeredModule['230100242'].baseurl =  'http://johnnycash.groupee.net/eve/chat' ;
       
    registeredModule['230100242'].popup_height = '500';
    registeredModule['230100242'].popup_width = '600';
    registeredModule['230100242'].createDataObj = function chime230100242(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'The Official Johnny Cash Chat Room';
        this[i].value = '797103663';
        i++;
       
    
        this.length = i;
        this.siteid = "620100242";
        this.servleturl = "http://johnnycash.groupee.net/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

