top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Railway Hotel, Temora

dim. 15 juin

|

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

Heure et lieu

15 juin 2025, 14:00 โ€“ 17:00

134-136 Hoskins St, Temora NSW 2666, Australia

ร€ propos de l'รฉvรฉnement

๐ŸŽถ 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!


Partager cet รฉvรฉnement

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