top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Batemans Bay Soldiers Club

sáb., 11 de out.

|

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

Horário e local

11 de out. de 2025, 20:00 – 23:00

6 Beach Rd, Batemans Bay NSW 2536, Australia

Convidados

Sobre o 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


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