//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-02A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['The Roots Picnic: Maxwell, Meek Mill, Lenny Kravitz & GloRilla - 2 Day Pass','Fairmount Park - PA','Philadelphia, PA','Saturday','5/31/2025','TBD','7013191','The-Roots-Picnic--Maxwell--Meek-Mill--Lenny-Kravitz---GloRilla---2-Day-Pass-5-31-2025'],['The Roots Picnic: Maxwell, Miguel, Tems, & Latto - Saturday','Fairmount Park - PA','Philadelphia, PA','Saturday','5/31/2025','TBD','7033005','The-Roots-Picnic--Maxwell--Miguel--Tems----Latto---Saturday-5-31-2025'],['Reading Fightin Phils vs. Erie Seawolves','FirstEnergy Stadium - Reading','Reading, PA','Saturday','5/31/2025','6:45 PM','6607365','Reading-Fightin-Phils-vs--Erie-Seawolves-5-31-2025'],['Mayday Parade','The Fillmore - Philadelphia','Philadelphia, PA','Saturday','5/31/2025','7:00 PM','6932310','Mayday-Parade-5-31-2025'],['Vampire Weekend','The Met Presented by Highmark','Philadelphia, PA','Saturday','5/31/2025','7:00 PM','7000916','Vampire-Weekend-5-31-2025'],['Philadelphia Youth Orchestra','Marian Anderson Hall at The Kimmel Center','Philadelphia, PA','Saturday','5/31/2025','7:30 PM','7045611','Philadelphia-Youth-Orchestra-5-31-2025'],['John Violinist','City Winery - Philadelphia ','Philadelphia, PA','Saturday','5/31/2025','7:30 PM','6890732','John-Violinist-5-31-2025'],['Some Like It Hot','Forrest Theatre','Philadelphia, PA','Saturday','5/31/2025','7:30 PM','6333268','Some-Like-It-Hot-5-31-2025'],['Parsons Dance','Zellerbach Theater at Annenberg Center','Philadelphia, PA','Saturday','5/31/2025','8:00 PM','6650608','Parsons-Dance-5-31-2025'],['Ok Go','Union Transfer','Philadelphia, PA','Saturday','5/31/2025','8:00 PM','6936176','Ok-Go-5-31-2025']],'Philadelphia Pa','https://www.ticketnetwork.com');