top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Batemans Bay Soldiers Club

10月11日(土)

|

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

日時・場所

2025年10月11日 20:00 – 23:00

6 Beach Rd, Batemans Bay NSW 2536, Australia

参加者

イベントについて

🎶 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


このイベントをシェア

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