// 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 = "" + this.footerText + ""; 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([['Billy Idol & Joan Jett and The Blackhearts','Credit Union 1 Amphitheatre','Tinley Park, IL','Tuesday','5/20/2025','7:30 PM','6944281','Billy-Idol---Joan-Jett-and-The-Blackhearts-5-20-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','6/7/2025','7:00 PM','6861098','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-7-2025'],['Chris Stapleton','Credit Union 1 Amphitheatre','Tinley Park, IL','Friday','6/27/2025','7:00 PM','6919624','Chris-Stapleton-6-27-2025'],['Chris Stapleton','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','6/28/2025','7:30 PM','6938578','Chris-Stapleton-6-28-2025'],['Rod Stewart','Credit Union 1 Amphitheatre','Tinley Park, IL','Friday','8/8/2025','7:30 PM','6834038','Rod-Stewart-8-8-2025'],['Toto, Christopher Cross, & Men at Work','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','8/9/2025','6:45 PM','6874423','Toto--Christopher-Cross----Men-at-Work-8-9-2025'],['Nelly, Ja Rule & Eve','Credit Union 1 Amphitheatre','Tinley Park, IL','Wednesday','8/13/2025','8:00 PM','6872267','Nelly--Ja-Rule---Eve-8-13-2025'],['Styx, Kevin Cronin & Don Felder','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','8/23/2025','6:45 PM','6868964','Styx--Kevin-Cronin---Don-Felder-8-23-2025'],['Jason Aldean, Nate Smith & RaeLynn','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','9/13/2025','7:30 PM','6944235','Jason-Aldean--Nate-Smith---RaeLynn-9-13-2025'],['Papa Roach & Rise Against','Credit Union 1 Amphitheatre','Tinley Park, IL','Saturday','9/27/2025','7:00 PM','6814088','Papa-Roach---Rise-Against-9-27-2025']],'','https://www.ticketnetwork.com');