top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Oriental Hotel, Tumut

2月14日(土)

|

48 Fitzroy St, Tumut NSW 2720, Australia

Join RIFF for a big night of live music at the Oriental Hotel, Tumut on Saturday, 14th of February, from 8:00pm to 11:00pm.

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

日時・場所

2026年2月14日 20:00 – 23:00

48 Fitzroy St, Tumut NSW 2720, Australia

イベントについて

🎶 Live Music at the Oriental Hotel – Tumut 🎶


Join RIFF for a big night of live music at the Oriental Hotel, Tumut on Saturday, 14th of February, from 8:00pm to 11:00pm.

RIFF delivers an engaging mix of original songs and crowd-favourite covers, blending heartfelt storytelling with energetic performances that keep audiences listening, singing, and dancing all night long. Whether you’re out for a relaxed drink or ready to hit the dance floor, this is a show that caters to everyone.


Expect a warm pub atmosphere, great drinks, and quality live music from start to finish.


🎸 Event Details

  • 📍 Venue: Oriental Hotel, Tumut NSW


このイベントをシェア

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