
GAGA Nights: A LADY GAGA DANCE PARTY
May 31 @ 10:00 pm - June 1 @ 1:00 am

Everyday is Mother’s Day at GAGA NIGHTS, you’re welcome for finally giving you a reason to defrost your meat suit.
Come for Gaga, stay to hear the best of all your pop faves–including, but not limited to: Ke$ha, Duo Lipa, & Kylie Minogue.
document.addEventListener(‘DOMContentLoaded’, function() {
// Cargar el script solo si no está ya cargado
if (typeof window.EBWidgets === ‘undefined’) {
var script = document.createElement(‘script’);
script.src = ‘https://www.eventbrite.com/static/widgets/eb_widgets.js’;
script.onload = function() {
window.EBWidgets.createWidget({
widgetType: ‘checkout’,
eventId: ‘1333046310399’,
iframeContainerId: ‘eventbrite-widget-container-1333046310399’,
iframeContainerHeight: 825,
onOrderComplete: function() {
console.log(‘Order complete!’);
}
});
};
document.body.appendChild(script);
} else {
// Si ya está cargado, inicializar directamente
window.EBWidgets.createWidget({
widgetType: ‘checkout’,
eventId: ‘1333046310399’,
iframeContainerId: ‘eventbrite-widget-container-1333046310399’,
iframeContainerHeight: 425,
onOrderComplete: function() {
console.log(‘Order complete!’);
}
});
}
});