top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Oriental Hotel, Tumut

sab 09 mag

|

48 Fitzroy St, Tumut NSW 2720, Australia

Oriental Hotel, Tumut
Oriental Hotel, Tumut

Orario & Sede

09 mag 2026, 20:00 – 23:00

48 Fitzroy St, Tumut NSW 2720, Australia

Info sull'evento

🎸 Live at the Oriental Hotel, Tumut – Saturday 9th May! 🎤


Get ready for a massive night of live music as RIFF takes over the Oriental Hotel, Tumut on Saturday, 9th of May, rocking from 8 PM to 11 PM!


Expect high-energy hits, crowd favourites, heartfelt originals, and the unmistakable RIFF sound that gets every room moving. Whether you're after a great night out, some top-shelf live entertainment, or the perfect place to unwind with friends, the Oriental is the spot to be.


📍 Oriental Hotel, Tumut

🗓 Saturday, 9 May

⏰ 8:00 PM – 11:00 PM


Condividi questo evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });