top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Hay Bowling Club

9月19日(金)

|

408 Murray St, Hay NSW 2711, Australia

Come and join me for an exciting evening of live music at the Hay Bowling Club on Friday, 19th of September, from 6:00 PM to 9:00 PM!

Registration is closed
See other events
Hay Bowling Club
Hay Bowling Club

日時・場所

2025年9月19日 18:00 – 21:00

408 Murray St, Hay NSW 2711, Australia

イベントについて

Come and join me for an exciting evening of live music at the Hay Bowling Club on Friday, 19th of September, from 6:00 PM to 9:00 PM! 🎶🎸


I’ll be bringing a mix of original songs and some crowd favourites, so it’s the perfect way to kick back and enjoy a night filled with great tunes, good vibes, and fantastic company. 🎤🌟


Whether you're there to dance, relax, or just enjoy the music, it’s going to be an unforgettable night. Don’t miss out – I can’t wait to see you there! 🎉🎶



このイベントをシェア

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