top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Tocumwal Hotel Motel

dim. 30 août

|

17-33 Deniliquin St, Tocumwal NSW 2714, Australia

Join RIFF for a laid-back afternoon of live music at the Tocumwal Hotel Motel!

Tocumwal Hotel Motel
Tocumwal Hotel Motel

Heure et lieu

30 août 2026, 14:00 – 18:00

17-33 Deniliquin St, Tocumwal NSW 2714, Australia

À propos de l'événement

🎶 Live Music with RIFF – Tocumwal Hotel Motel 🎶


Join RIFF for a laid-back afternoon of live music at the Tocumwal Hotel Motel!


Performing an extensive mix of classic favourites, modern hits, and original music, RIFF brings an engaging live show that's perfect for a Sunday afternoon. Whether you're enjoying lunch, catching up with friends, or winding down the weekend with a cold drink, expect four hours of quality live entertainment in a welcoming atmosphere.


📅 Sunday, 30th August

🕑 2:00 PM – 6:00 PM

📍 Tocumwal Hotel Motel


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