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

// BEGIN FORUM MODULES
  
  
    registeredModule['5811098265'] = new Object();
    registeredModule['5811098265'].type = 'ubbx';
    registeredModule['5811098265'].baseurl = 'http://forums.tidesports.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['5811098265'].createDataObj = function ubbx5811098265() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'TideSports';
        this[i].value = 'c_1631098265';
        categoryViewPerm['1631098265'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'TideSports general forum';
        this[i].value = '3631098265';
        this[i].perm = hasPerm(3631098265, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'FEEDBACK';
        this[i].value = '5161027319';
        this[i].perm = hasPerm(5161027319, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'EXHIBIT: Troll Dungeon | Dumping Grounds';
        this[i].value = '5681065447';
        this[i].perm = hasPerm(5681065447, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Halftime';
        this[i].value = '3731098265';
        this[i].perm = hasPerm(3731098265, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Political Forum';
        this[i].value = '2561020867';
        this[i].perm = hasPerm(2561020867, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'In the Game threads';
        this[i].value = '9701068846';
        this[i].perm = hasPerm(9701068846, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tickets';
        this[i].value = '1611023356';
        this[i].perm = hasPerm(1611023356, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1631098265'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Zoom: A New Photo Community';
        this[i].value = 'c_4761084516';
        categoryViewPerm['4761084516'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Alumni';
        this[i].value = '8471084516';
        this[i].perm = hasPerm(8471084516, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4761084516'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General';
        this[i].value = '3771084516';
        this[i].perm = hasPerm(3771084516, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4761084516'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'From the Crowd';
        this[i].value = '5281084516';
        this[i].perm = hasPerm(5281084516, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4761084516'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Ultimate Tailgating';
        this[i].value = '6251005516';
        this[i].perm = hasPerm(6251005516, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4761084516'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Young Tide Fans';
        this[i].value = '9651005516';
        this[i].perm = hasPerm(9651005516, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['4761084516'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '2811098265';
        this.servleturl = 'http://forums.tidesports.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['7811098265'] = new Object();
    registeredModule['7811098265'].type = 'chime';
    registeredModule['7811098265'].baseurl =  'http://forums.tidesports.com/eve/chat' ;
       
    registeredModule['7811098265'].popup_height = '600';
    registeredModule['7811098265'].popup_width = '900';
    registeredModule['7811098265'].createDataObj = function chime7811098265(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'TideSports Chat';
        this[i].value = '4081039265';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Cecil Hurt Monday Chat';
        this[i].value = '2301029265';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Andrew Bone chat';
        this[i].value = '3861007746';
        i++;
         
        this[i] = new Object();
        this[i].text = 'National Signing Day CHAT';
        this[i].value = '1491017738';
        i++;
       
    
        this.length = i;
        this.siteid = "2811098265";
        this.servleturl = "http://forums.tidesports.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

