top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Batemans Bay Soldiers Club

sáb., 13 de dez.

|

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

13 de dez. de 2025, 19:30 – 22:30

6 Beach Rd, Batemans Bay NSW 2536, Australia

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, 12th of December

⏰ 7:30 PM – 11:00 PM


📅 Saturday, 13th of December

⏰ 7:30 PM – 10:30 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); });