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

// BEGIN FORUM MODULES
  
  
    registeredModule['812108263'] = new Object();
    registeredModule['812108263'].type = 'ubbx';
    registeredModule['812108263'].baseurl = 'http://thorotech.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['812108263'].createDataObj = function ubbx812108263() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Horse Racing Discussion Forums';
        this[i].value = 'c_912608406';
        categoryViewPerm['912608406'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '422608406';
        this[i].perm = hasPerm(422608406, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EquiSim - Using';
        this[i].value = '532608406';
        this[i].perm = hasPerm(532608406, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EquiSim 4.0 BETA';
        this[i].value = '9496014853';
        this[i].perm = hasPerm(9496014853, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EquiSim - Feature Ideas';
        this[i].value = '772607226';
        this[i].perm = hasPerm(772607226, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EquiSim - FAQ and KNOWN ISSUES';
        this[i].value = '782607226';
        this[i].perm = hasPerm(782607226, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '692607226';
        this[i].perm = hasPerm(692607226, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EquiSim Clients Only';
        this[i].value = '100608036';
        this[i].perm = hasPerm(100608036, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Analysis and Selections (public)';
        this[i].value = '317606537';
        this[i].perm = hasPerm(317606537, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['912608406'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'T.E.A.M One';
        this[i].value = 'c_2506056811';
        categoryViewPerm['2506056811'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'T.E.A.M One Public';
        this[i].value = '4306056811';
        this[i].perm = hasPerm(4306056811, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2506056811'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '451608406';
        this.servleturl = 'http://thorotech.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

