top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Lockhart Ex-Servicemen's Club

sam. 02 mai

|

87 Green St, Lockhart NSW 2656, Australia

Get ready for a great night out at the Lockhart Ex-Servicemen's Club! RIFF is bringing three hours of live music to keep you entertained from start to finish.

Registration is closed
See other events
Lockhart Ex-Servicemen's Club
Lockhart Ex-Servicemen's Club

Heure et lieu

02 mai 2026, 19:45 – 22:45

87 Green St, Lockhart NSW 2656, Australia

À propos de l'événement

Get ready for a great night out at the Lockhart Ex-Servicemen's Club! RIFF is bringing three hours of live music to keep you entertained from start to finish.


Expect a fantastic mix of cover songs spanning the decades, from classic rock anthems to contemporary favourites. All delivered with the energy and passion that RIFF is known for. Whether you're a long-time music lover or just looking for a brilliant Saturday night out, this is the place to be.

Grab your friends, settle in with a drink, and let the music do the rest.


📍 Lockhart Ex-Servicemen's Club, Lockhart NSW

🗓 Saturday, 2nd May 2026

🎶 Music from 7:45pm – 10:45pm


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