top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Albion Hotel, Cootamundra

sáb., 06 de set.

|

267 Parker St, Cootamundra NSW 2590, Australia

Join me at the Albion Hotel in Cootamundra on Saturday, 6th of September, from 8:00 PM to 11:00 PM for an unforgettable night of live music!

Registration is closed
See other events
Albion Hotel, Cootamundra
Albion Hotel, Cootamundra

Horário e local

06 de set. de 2025, 20:00 – 23:00

267 Parker St, Cootamundra NSW 2590, Australia

Sobre o evento

Join me at the Albion Hotel in Cootamundra on Saturday, 6th of September, from 8:00 PM to 11:00 PM for an unforgettable night of live music! 🎶✨


I’ll be performing a mix of original songs and classic favourites, creating the perfect atmosphere for a fun and lively evening. Whether you're looking to relax or hit the dance floor, it’s going to be an awesome night of great tunes, good company, and plenty of energy! 🎸🎤


Bring your friends, grab a drink, and let’s make it a night to remember! See you there! 🌟🎉



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