This is an example of a page. Unlike posts, which are displayed on your blog’s front page in the order they’re published, pages are better suited for more timeless content that you want to be easily accessible, like your About or Contact information. Click the Edit link to make changes to this page or add another page.

You Have To Be There
0 Events Found
Venue Seating Chart
window.viewVenueSeating = function(eventDataEncoded) { // Get the venue seating page URL const venuePage = ‘/venue-seating/’; // Update this to match your page slug window.location.href = venuePage + ‘?event=’ + eventDataEncoded; };