//
var TN_Widget = function() {
var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"];
return {
newWindow : true,
CreateEventRow : function(row, isAlt) {
var dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kwds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
var newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Lollapalooza Aftershow: Hot Mulligan','Metro Chicago','Chicago, IL','Saturday','8/1/2026','11:00 PM','7997301','Lollapalooza-Aftershow--Hot-Mulligan-8-1-2026'],['Aftershock Festival: My Chemical Romance, Limp Bizkit, Pierce The Veil & Tool - 4 Day Pass','Discovery Park','Sacramento, CA','Thursday','10/1/2026','TBD','7586692','Aftershock-Festival--My-Chemical-Romance--Limp-Bizkit--Pierce-The-Veil---Tool---4-Day-Pass-10-1-2026'],['Aftershock Festival: My Chemical Romance, Sublime, The Offspring & The Pretty Reckless - Thursday','Discovery Park','Sacramento, CA','Thursday','10/1/2026','11:00 AM','7767890','Aftershock-Festival--My-Chemical-Romance--Sublime--The-Offspring---The-Pretty-Reckless---Thursday-10-1-2026'],['Hot Mulligan','MTelus','Montreal, Canada','Saturday','10/31/2026','7:00 PM','8077985','Hot-Mulligan-10-31-2026'],['Hot Mulligan','Worcester Palladium','Worcester, MA','Tuesday','11/3/2026','7:00 PM','8076604','Hot-Mulligan-11-3-2026'],['Hot Mulligan','State Theatre - ME','Portland, ME','Wednesday','11/4/2026','7:00 PM','8077984','Hot-Mulligan-11-4-2026'],['Hot Mulligan','The Strand Theatre - RI','Providence, RI','Friday','11/6/2026','7:00 PM','8077986','Hot-Mulligan-11-6-2026'],['Hot Mulligan','College Street Music Hall','New Haven, CT','Saturday','11/7/2026','7:00 PM','8076606','Hot-Mulligan-11-7-2026'],['Hot Mulligan','Nevermore Hall','Baltimore, MD','Monday','11/9/2026','7:00 PM','8077987','Hot-Mulligan-11-9-2026'],['Hot Mulligan','The Fillmore - Charlotte','Charlotte, NC','Tuesday','11/10/2026','7:00 PM','8077990','Hot-Mulligan-11-10-2026'],['Hot Mulligan','Charleston Music Hall','Charleston, SC','Wednesday','11/11/2026','8:00 PM','8075827','Hot-Mulligan-11-11-2026'],['Hot Mulligan','Miami Beach Bandshell','Miami Beach, FL','Friday','11/13/2026','7:00 PM','8081294','Hot-Mulligan-11-13-2026'],['Jimmy Eat World, Hot Mulligan & Teen Jesus and The Jean Teasers','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Saturday','11/14/2026','7:00 PM','7731297','Jimmy-Eat-World--Hot-Mulligan---Teen-Jesus-and-The-Jean-Teasers-11-14-2026'],['Hot Mulligan','The Civic Theatre','New Orleans, LA','Tuesday','11/17/2026','7:00 PM','8077991','Hot-Mulligan-11-17-2026'],['Hot Mulligan','Avondale Brewing Company','Birmingham, AL','Thursday','11/19/2026','7:00 PM','8077992','Hot-Mulligan-11-19-2026'],['Hot Mulligan','The Truth','Nashville, TN','Friday','11/20/2026','7:00 PM','8077993','Hot-Mulligan-11-20-2026']],'Hot Mulligan','http://www.ticketnetwork.com/en/search/?text=Hot%20Mulligan');