//
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([['Fake Happy - Tribute to Paramore','Deep Ellum Art Co.','Dallas, TX','Friday','8/8/2025','8:00 PM','7051171','Fake-Happy---Tribute-to-Paramore-8-8-2025'],['Fueled By Emo - Tributes to Fall Out Boy & Paramore','The Vixen','Mchenry, IL','Saturday','8/30/2025','7:00 PM','7279839','Fueled-By-Emo---Tributes-to-Fall-Out-Boy---Paramore-8-30-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Wednesday','9/10/2025','7:00 PM','7079549','Mike-Paramore-9-10-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Thursday','9/11/2025','7:00 PM','7079550','Mike-Paramore-9-11-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Friday','9/12/2025','6:30 PM','7055398','Mike-Paramore-9-12-2025'],['Fake Happy - Tribute to Paramore','Amos' Southend','Charlotte, NC','Friday','9/12/2025','8:30 PM','7134926','Fake-Happy---Tribute-to-Paramore-9-12-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Friday','9/12/2025','8:50 PM','7055399','Mike-Paramore-9-12-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Saturday','9/13/2025','6:30 PM','7055397','Mike-Paramore-9-13-2025'],['Mike Paramore','McCurdy's Comedy Theatre','Sarasota, FL','Sunday','9/14/2025','7:00 PM','7055400','Mike-Paramore-9-14-2025'],['Mike Paramore','Dr. Grins Comedy Club at The B.O.B.','Grand Rapids, MI','Thursday','9/18/2025','8:00 PM','7260830','Mike-Paramore-9-18-2025'],['Mike Paramore','Dr. Grins Comedy Club at The B.O.B.','Grand Rapids, MI','Friday','9/19/2025','7:15 PM','7260831','Mike-Paramore-9-19-2025'],['Mike Paramore','Dr. Grins Comedy Club at The B.O.B.','Grand Rapids, MI','Friday','9/19/2025','9:45 PM','7260835','Mike-Paramore-9-19-2025'],['Mike Paramore','Dr. Grins Comedy Club at The B.O.B.','Grand Rapids, MI','Saturday','9/20/2025','7:15 PM','7260832','Mike-Paramore-9-20-2025'],['Mike Paramore','Dr. Grins Comedy Club at The B.O.B.','Grand Rapids, MI','Saturday','9/20/2025','9:45 PM','7260836','Mike-Paramore-9-20-2025'],['Fake Happy - Tribute to Paramore','Dingbatz','Clifton, NJ','Friday','10/10/2025','7:00 PM','7151154','Fake-Happy---Tribute-to-Paramore-10-10-2025'],['Mike Paramore','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Friday','10/10/2025','9:30 PM','7201825','Mike-Paramore-10-10-2025'],['Mike Paramore','Laughs Unlimited Comedy Club and Lounge','Sacramento, CA','Saturday','10/11/2025','9:30 PM','7201827','Mike-Paramore-10-11-2025']],'Paramore','http://www.ticketnetwork.com/en/search/?text=Paramore');