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

// BEGIN FORUM MODULES
  
  
    registeredModule['34410333'] = new Object();
    registeredModule['34410333'].type = 'ubbx';
    registeredModule['34410333'].baseurl = 'http://travelbuzz.discoverohio.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['34410333'].createDataObj = function ubbx34410333() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'All About Travel Buzz';
        this[i].value = 'c_81610333';
        categoryViewPerm['81610333'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Welcome to Travel Buzz';
        this[i].value = '12610333';
        this[i].perm = hasPerm(12610333, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['81610333'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Come On In, Make Yourself At Home';
        this[i].value = 'c_40810374';
        categoryViewPerm['40810374'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Did You Know...';
        this[i].value = '17510508';
        this[i].perm = hasPerm(17510508, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['40810374'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Talk Tourism';
        this[i].value = '60710284';
        this[i].perm = hasPerm(60710284, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['40810374'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tourism Industry Members';
        this[i].value = '91810374';
        this[i].perm = hasPerm(91810374, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['40810374'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Marketing Technology';
        this[i].value = '81510825';
        this[i].perm = hasPerm(81510825, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['40810374'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Group Tour';
        this[i].value = '822109641';
        this[i].perm = hasPerm(822109641, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['40810374'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Packages & Specials';
        this[i].value = 'c_43110474';
        categoryViewPerm['43110474'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Create a Package';
        this[i].value = '95510215';
        this[i].perm = hasPerm(95510215, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['43110474'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Marketing with Specials';
        this[i].value = '68510215';
        this[i].perm = hasPerm(68510215, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['43110474'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '93410333';
        this.servleturl = 'http://travelbuzz.discoverohio.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['54410333'] = new Object();
    registeredModule['54410333'].type = 'chime';
    registeredModule['54410333'].baseurl =  'http://travelbuzz.discoverohio.com/eve/chat' ;
       
    registeredModule['54410333'].popup_height = '500';
    registeredModule['54410333'].popup_width = '600';
    registeredModule['54410333'].createDataObj = function chime54410333(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Group Tour\'s Monthly Live Chat';
        this[i].value = '537100651';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Marketing Assistance Program (MAP) Q&amp;A';
        this[i].value = '191105651';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Tuscarawas County Chat Demonstration';
        this[i].value = '453102751';
        i++;
       
    
        this.length = i;
        this.siteid = "93410333";
        this.servleturl = "http://travelbuzz.discoverohio.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

