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

// BEGIN FORUM MODULES
  
  
    registeredModule['6051081'] = new Object();
    registeredModule['6051081'].type = 'ubbx';
    registeredModule['6051081'].baseurl = 'http://tompetty.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['6051081'].createDataObj = function ubbx6051081() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = 'c_9226055511';
        categoryViewPerm['9226055511'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '4326055511';
        this[i].perm = hasPerm(4326055511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9226055511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Heartbreakers Beach Party';
        this[i].value = '1426055511';
        this[i].perm = hasPerm(1426055511, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9226055511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Best Of Everything';
        this[i].value = '8466042321';
        this[i].perm = hasPerm(8466042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9226055511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Cabin Down Below';
        this[i].value = '7566042321';
        this[i].perm = hasPerm(7566042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9226055511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'QUESTIONS ABOUT HIGHWAY COMPANIONS CLUB AND PRESALES';
        this[i].value = '5331029141';
        this[i].perm = hasPerm(5331029141, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9226055511'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Mudcrutch';
        this[i].value = 'c_9801038342';
        categoryViewPerm['9801038342'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Mudcrutch Farm';
        this[i].value = '6511038342';
        this[i].perm = hasPerm(6511038342, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9801038342'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'The Band';
        this[i].value = 'c_4166042321';
        categoryViewPerm['4166042321'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'It\'s Good To Be King';
        this[i].value = '1176042321';
        this[i].perm = hasPerm(1176042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4166042321'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Room At the Top';
        this[i].value = '5176042321';
        this[i].perm = hasPerm(5176042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4166042321'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'TOM PETTY & THE HEARTBREAKERS LIVE!';
        this[i].value = 'c_6166042321';
        categoryViewPerm['6166042321'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Makin\' Some Noise';
        this[i].value = '2276042321';
        this[i].perm = hasPerm(2276042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6166042321'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'A Face In the Crowd';
        this[i].value = '6276042321';
        this[i].perm = hasPerm(6276042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6166042321'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ESPECIALLY FOR MUSICIANS';
        this[i].value = 'c_5266042321';
        categoryViewPerm['5266042321'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Anything That\'s Rock \'n\' Roll';
        this[i].value = '3376042321';
        this[i].perm = hasPerm(3376042321, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['5266042321'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '4026055511';
        this.servleturl = 'http://tompetty.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['2561072'] = new Object();
    registeredModule['2561072'].type = 'chime';
    registeredModule['2561072'].baseurl =  'http://tompetty.infopop.cc/eve/chat' ;
       
    registeredModule['2561072'].popup_height = '500';
    registeredModule['2561072'].popup_width = '600';
    registeredModule['2561072'].createDataObj = function chime2561072(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "4026055511";
        this.servleturl = "http://tompetty.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

