//
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-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Major League Pickleball Chicago - Sunday (Time: TBD)','Life Time North Shore Sport and Racquet','Northbrook, IL','Sunday','7/26/2026','12:00 PM','7691250','Major-League-Pickleball-Chicago---Sunday--Time--TBD--7-26-2026'],['& Juliet','Auditorium Theatre - IL','Chicago, IL','Sunday','7/26/2026','1:00 PM','6876676','--Juliet-7-26-2026'],['Champions Of Magic','Studebaker Theater','Chicago, IL','Sunday','7/26/2026','1:00 PM','8068897','Champions-Of-Magic-7-26-2026'],['Chicago White Sox vs. Houston Astros','Rate Field','Chicago, IL','Sunday','7/26/2026','1:10 PM','7368990','Chicago-White-Sox-vs--Houston-Astros-7-26-2026'],['Iceboy! The Musical or The Completely Untrue Story of How Eugene O'Neill Came to Write "The Iceman Cometh"','Albert Ivar Goodman Theatre','Chicago, IL','Sunday','7/26/2026','2:00 PM','7822296','Iceboy--The-Musical-or-The-Completely-Untrue-Story-of-How-Eugene-O-Neill-Came-to-Write--The-Iceman-Cometh--7-26-2026'],['Savannah Bananas vs. Firefighters','Wrigley Field','Chicago, IL','Sunday','7/26/2026','3:00 PM','7483619','Savannah-Bananas-vs--Firefighters-7-26-2026'],['Nephew Tommy','City Winery - Chicago','Chicago, IL','Sunday','7/26/2026','4:00 PM','7888867','Nephew-Tommy-7-26-2026'],['& Juliet','Auditorium Theatre - IL','Chicago, IL','Sunday','7/26/2026','6:30 PM','7432381','--Juliet-7-26-2026'],['Slightly Stoopid','The Salt Shed Outdoors - Chicago','Chicago, IL','Sunday','7/26/2026','6:30 PM','7772991','Slightly-Stoopid-7-26-2026'],['Hilary Duff, La Roux & Jade LeMac','Credit Union 1 Amphitheatre','Tinley Park, IL','Sunday','7/26/2026','7:00 PM','7734977','Hilary-Duff--La-Roux---Jade-LeMac-7-26-2026']],'Chicago Il','https://www.ticketnetwork.com');