top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Oriental Hotel, Tumut

12月27日(土)

|

48 Fitzroy St, Tumut NSW 2720, Australia

Get ready, Tumut! RIFF is rolling into town for one epic night of live music at the iconic Oriental Hotel!

Registration is closed
See other events
Oriental Hotel, Tumut
Oriental Hotel, Tumut

日時・場所

2025年12月27日 20:00 – 23:00

48 Fitzroy St, Tumut NSW 2720, Australia

イベントについて

🎶 Live Music with RIFF at the Oriental Hotel – Tumut! 🎶


📍 Oriental Hotel, Tumut NSW

📅 Saturday, 27th December 2025

🕗 8:00 PM – 11:00 PM


Get ready, Tumut! 🎸 RIFF is rolling into town for one epic night of live music at the iconic Oriental Hotel! Whether you're winding down from Christmas or gearing up for New Year's, this is your perfect Saturday night plan. Expect a powerful mix of original tracks 🎤, heartfelt lyrics 💥, and crowd-favourite covers that’ll have you singing along all night long 🙌.


Grab your crew, enjoy some great pub vibes 🍻, and let’s make this a night to remember!


このイベントをシェア

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); });