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

// BEGIN FORUM MODULES
  
  
    registeredModule['856100711'] = new Object();
    registeredModule['856100711'].type = 'ubbx';
    registeredModule['856100711'].baseurl = 'http://trafficware.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['856100711'].createDataObj = function ubbx856100711() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = 'c_4686057222';
        categoryViewPerm['4686057222'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '8686057222';
        this[i].perm = hasPerm(8686057222, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4686057222'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'User Suggestions';
        this[i].value = '8961081255';
        this[i].perm = hasPerm(8961081255, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4686057222'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Agency and Consultant Job Postings';
        this[i].value = '758108171';
        this[i].perm = hasPerm(758108171, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4686057222'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Version 7 Software Discussion';
        this[i].value = 'c_1711051642';
        categoryViewPerm['1711051642'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Synchro™ 7';
        this[i].value = '1221051642';
        this[i].perm = hasPerm(1221051642, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1711051642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'SimTraffic™ 7';
        this[i].value = '1621051642';
        this[i].perm = hasPerm(1621051642, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1711051642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'SynchroGreen™ Adaptive Traffic Control System';
        this[i].value = '625101993';
        this[i].perm = hasPerm(625101993, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1711051642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = '3D Viewer 7';
        this[i].value = '6131051642';
        this[i].perm = hasPerm(6131051642, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1711051642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Warrants 7';
        this[i].value = '8461000363';
        this[i].perm = hasPerm(8461000363, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1711051642'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Version 6 Software Discussion';
        this[i].value = 'c_6686057222';
        categoryViewPerm['6686057222'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Synchro™ 6';
        this[i].value = '5786057222';
        this[i].perm = hasPerm(5786057222, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6686057222'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'SimTraffic™ 6';
        this[i].value = '5786041442';
        this[i].perm = hasPerm(5786041442, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['6686057222'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3186057222';
        this.servleturl = 'http://trafficware.infopop.cc/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

