top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Temora

вс, 15 июн.

|

134-136 Hoskins St, Temora NSW 2666, Australia

Get ready for an unforgettable Sunday session as RIFF returns to the Railway Hotel in Temora!

Registration is closed
See other events
Railway Hotel, Temora
Railway Hotel, Temora

Время и место

15 июн. 2025 г., 14:00 – 17:00

134-136 Hoskins St, Temora NSW 2666, Australia

О событии

🎶 Live Music at the Railway Hotel – Temora 🎶

🗓 Sunday, 15th June 2025

🕑 2 PM – 5 PM

📍 Railway Hotel, Temora, NSW


Get ready for an unforgettable Sunday session as RIFF returns to the Railway Hotel in Temora! From 2 to 5 PM, wind down your weekend with a dynamic mix of heartfelt originals and crowd-favourite covers, performed live with signature energy and soul.


Whether you’re grabbing a cold one with mates or bringing the family for a laid-back afternoon, this is the perfect way to spend a Sunday arvo. Don’t miss the music, the stories, and maybe even grab a CD or some merch while you're there!


Поделиться

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