top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Batemans Bay Soldiers Club

ven 10 ott

|

6 Beach Rd, Batemans Bay NSW 2536, Australia

Get ready for an electrifying weekend of live music as RIFF returns to Batemans Bay Soldiers Club for two epic nights!

Registration is closed
See other events
Batemans Bay Soldiers Club
Batemans Bay Soldiers Club

Orario & Sede

10 ott 2025, 19:30 – 23:00

6 Beach Rd, Batemans Bay NSW 2536, Australia

Partecipanti

Info sull'evento

🎢 RIFF Live at Batemans Bay Soldiers Club! 🎢


Get ready for an electrifying weekend of live music as RIFF returns to Batemans Bay Soldiers Club for two epic nights!


πŸ“… Friday, 10th of October

⏰ 7:30 PM – 11:00 PM


πŸ“… Saturday, 11th of October

⏰ 8:00 PM – 11:00 PM


Condividi questo evento

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