Looking for a fun place to host your party, happy hour, private show, or get together? We offer room rentals, food and beverage packages, a state of the art sound system, and have a great, accommodating staff. For more information, please contact us at events@milkboyphilly.com or call us at (215) 925-6455. We will work with you to offer a comprehensive package and make your event something that your guests talk about all year.
document.addEventListener('DOMContentLoaded', () => {
const allLinks = document.querySelectorAll('a');
allLinks.forEach(link => {
const href = link.getAttribute('href');
// =====@@>> EVENT NUMBER
if (href && href.includes('138108')) {
// =====@@>> CHANGE LINK TO THIS
link.setAttribute('href', 'https://blacksoulsummer.com/product/the-greenlight-series-presents-elhae/');
// =====@@>> CHANGE BUTTON TEXT TO THIS
if (link.classList.contains('sg-events__event-ticket-link')) {
link.textContent = 'BUY TICKETS';
}
});