top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Berridale Inn

10月30日(木)

|

66 Jindabyne Rd, Berridale NSW 2628, Australia

Join RIFF for an unforgettable night of live music at the Berridale Inn on Thursday, 30th October, from 7pm to 10pm. Expect a mix of powerful originals and crowd-favourite covers, all delivered with RIFF’s signature energy and passion.

Registration is closed
See other events
Berridale Inn
Berridale Inn

日時・場所

2025年10月30日 19:00 – 22:00

66 Jindabyne Rd, Berridale NSW 2628, Australia

参加者

イベントについて

🎸 Live Music at the Berridale Inn! 🎶


Join RIFF for an unforgettable night of live music at the Berridale Inn on Thursday, 30th October, from 7pm to 10pm. Expect a mix of powerful originals and crowd-favourite covers, all delivered with RIFF’s signature energy and passion.


Whether you’re a longtime fan or looking for a great night out in Berridale, this show promises music, vibes, and an evening to remember. Bring your friends, grab a drink, and let’s make it a night full of memories!


📍 Venue: Berridale Inn, Berridale, NSW

🕖 Time: 7:00 PM – 10:00 PM


Follow RIFF on social media for more upcoming tour updates!

このイベントをシェア

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