// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Halsey','Toyota Pavilion At Concord','Concord, CA','Saturday','5/10/2025','7:00 PM','6989482','Halsey-5-10-2025'],['Simple Minds','Toyota Pavilion At Concord','Concord, CA','Tuesday','5/20/2025','7:00 PM','6955429','Simple-Minds-5-20-2025'],['Styx, Kevin Cronin & Don Felder','Toyota Pavilion At Concord','Concord, CA','Friday','6/13/2025','6:45 PM','6868937','Styx--Kevin-Cronin---Don-Felder-6-13-2025'],['Pierce The Veil, Sleeping with Sirens & Beach Weather','Toyota Pavilion At Concord','Concord, CA','Wednesday','6/25/2025','7:00 PM','6861101','Pierce-The-Veil--Sleeping-with-Sirens---Beach-Weather-6-25-2025'],['Summer of Loud Tour: Parkway Drive, Killswitch Engage, I Prevail & Beartooth','Toyota Pavilion At Concord','Concord, CA','Sunday','7/6/2025','3:00 PM','7008436','Summer-of-Loud-Tour--Parkway-Drive--Killswitch-Engage--I-Prevail---Beartooth-7-6-2025'],['Nelly, Ja Rule & Eve','Toyota Pavilion At Concord','Concord, CA','Friday','8/22/2025','8:00 PM','6872270','Nelly--Ja-Rule---Eve-8-22-2025'],['Toto, Christopher Cross, & Men at Work','Toyota Pavilion At Concord','Concord, CA','Monday','8/25/2025','6:45 PM','6874432','Toto--Christopher-Cross----Men-at-Work-8-25-2025'],['Big Time Rush & Katelyn Tarver','Toyota Pavilion At Concord','Concord, CA','Wednesday','8/27/2025','7:00 PM','7001306','Big-Time-Rush---Katelyn-Tarver-8-27-2025']],'','https://www.ticketnetwork.com');