top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Old Town And Country Tavern, Wangaratta

9月26日(金)

|

182/174 Greta Rd, Wangaratta VIC 3677, Australia

Kick off your AFL Grand Final weekend with live music from RIFF at the Old Town & Country Tavern on Friday, 26th of September, from 6:30 PM to 9:30 PM.

Registration is closed
See other events
Old Town And Country Tavern, Wangaratta
Old Town And Country Tavern, Wangaratta

日時・場所

2025年9月26日 18:30 – 21:30

182/174 Greta Rd, Wangaratta VIC 3677, Australia

参加者

イベントについて

🎶 Live at the Old Town & Country Tavern – Grand Final Eve 🎶


Kick off your AFL Grand Final weekend with live music from RIFF at the Old Town & Country Tavern on Friday, 26th of September, from 6:30 PM – 9:30 PM.


On the eve of the biggest day in footy, come down for a night of great food, cold drinks, and a live soundtrack that’ll set the tone for the weekend.


✨ When: Friday, 26th of September | 6:30 PM – 9:30 PM

✨ Where: Old Town & Country Tavern

✨ What: Live music, food, drinks & AFL Grand Final Eve vibes


このイベントをシェア

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