// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Aaron Lewis and The Stateliners','Music Hall Center','Detroit, MI','Sunday','10/19/2025','7:30 PM','7169329','Aaron-Lewis-and-The-Stateliners-10-19-2025'],['Aaron Lewis and The Stateliners','Mayo Performing Arts Center','Morristown, NJ','Wednesday','10/22/2025','7:30 PM','7169330','Aaron-Lewis-and-The-Stateliners-10-22-2025'],['Aaron Lewis and The Stateliners','Bergen Performing Arts Center','Englewood, NJ','Friday','10/24/2025','8:00 PM','7169331','Aaron-Lewis-and-The-Stateliners-10-24-2025'],['Aaron Lewis and The Stateliners','Seneca Allegany Events Center At Seneca Allegany Resort & Casino','Salamanca, NY','Saturday','10/25/2025','8:00 PM','7169345','Aaron-Lewis-and-The-Stateliners-10-25-2025'],['Aaron Lewis and The Stateliners','Billy Bobs','Fort Worth, TX','Thursday','11/6/2025','9:00 PM','7169068','Aaron-Lewis-and-The-Stateliners-11-6-2025'],['Aaron Lewis and The Stateliners','L'Auberge Casino & Hotel Baton Rouge','Baton Rouge, LA','Friday','11/7/2025','8:00 PM','7169371','Aaron-Lewis-and-The-Stateliners-11-7-2025'],['Aaron Lewis and The Stateliners','Margaritaville Resort Casino','Bossier City, LA','Saturday','11/8/2025','8:00 PM','7169395','Aaron-Lewis-and-The-Stateliners-11-8-2025'],['Aaron Lewis and The Stateliners','John T. Floore Country Store','Helotes, TX','Sunday','11/9/2025','8:30 PM','7169100','Aaron-Lewis-and-The-Stateliners-11-9-2025'],['Aaron Lewis and The Stateliners','EPIC Event Center - WI','Green Bay, WI','Thursday','11/13/2025','7:30 PM','7169396','Aaron-Lewis-and-The-Stateliners-11-13-2025'],['Aaron Lewis and The Stateliners','Treasure Island Event Center - MN','Welch, MN','Friday','11/14/2025','8:00 PM','7352153','Aaron-Lewis-and-The-Stateliners-11-14-2025']],'Aaron Lewis','https://www.ticketnetwork.com');