Booking tours and activities around the world
Attractions search engine - explore the destination in the most fun way possible!
In our tour and activity search and booking engine, you can find and compare a variety of exclusive attractions from hundreds of different suppliers, from guided tours throughout Thailand to skydiving off the coast of Los Angeles.
⭐ 4.8/5 Rating
🔒 Secure Payment
💰 Price Guarantee
🔥 100 attractions booked in the last hour
🕐 Your Recent Searches
Loading attractions...
🔒
Secure Payment
SSL 256-bit Encryption
💯
Price Guarantee
Lowest price or full refund
⚡
Instant Confirmation
Get confirmation within minutes
📞
24/7 Support
Always here for you
All the hottest experiences are automatically updated just for you!
`;
}function loadWidget() {
const container = document.getElementById('viator-container');
container.innerHTML = '';
const iframe = document.createElement('iframe');
iframe.className = 'widget-frame';
iframe.srcdoc = createWidgetHTML(widgets[currentIndex].id);
container.appendChild(iframe);
currentIndex = (currentIndex + 1) % widgets.length;
}loadWidget();
setInterval(loadWidget, 300000);