// 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([['Cole Swindell & Priscilla Block','Erie Insurance Arena','Erie, PA','Friday','9/12/2025','7:00 PM','7081347','Cole-Swindell---Priscilla-Block-9-12-2025'],['Cole Swindell & Priscilla Block','Mohegan Sun Arena at Casey Plaza','Wilkes Barre, PA','Saturday','9/13/2025','7:00 PM','7080690','Cole-Swindell---Priscilla-Block-9-13-2025'],['Cole Swindell','Eastern States Exposition - The Big E Xfinity Arena','West Springfield, MA','Sunday','9/14/2025','7:30 PM','7239303','Cole-Swindell-9-14-2025'],['Cole Swindell & Priscilla Block','Rupp Arena At Central Bank Center','Lexington, KY','Thursday','9/18/2025','7:00 PM','7080691','Cole-Swindell---Priscilla-Block-9-18-2025'],['Cole Swindell & Priscilla Block','Akins Arena at The Classic Center','Athens, GA','Friday','9/19/2025','7:00 PM','7082252','Cole-Swindell---Priscilla-Block-9-19-2025'],['Cole Swindell & Priscilla Block','Atrium Health Amphitheater','Macon, GA','Saturday','9/20/2025','7:00 PM','7080692','Cole-Swindell---Priscilla-Block-9-20-2025'],['Cole Swindell & Priscilla Block','Dacotah Bank Center','Brookings, SD','Thursday','9/25/2025','7:00 PM','7080693','Cole-Swindell---Priscilla-Block-9-25-2025'],['Cole Swindell & Priscilla Block','Alliant Energy PowerHouse','Cedar Rapids, IA','Friday','9/26/2025','7:00 PM','7080694','Cole-Swindell---Priscilla-Block-9-26-2025'],['Cole Swindell & Priscilla Block','Alerus Center','Grand Forks, ND','Saturday','9/27/2025','7:00 PM','7080695','Cole-Swindell---Priscilla-Block-9-27-2025'],['Cole Swindell & Priscilla Block','Blue Federal Credit Union Arena','Loveland, CO','Thursday','10/2/2025','7:00 PM','7082749','Cole-Swindell---Priscilla-Block-10-2-2025']],'Cole Swindell','https://www.ticketnetwork.com');