// 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([['Aaron Lewis and the Stateliners','Hard Rock Live - Rockford','Rockford, IL','Thursday','12/4/2025','7:00 PM','7169405','Aaron-Lewis-and-the-Stateliners-12-4-2025'],['Aaron Lewis and the Stateliners','Star Pavilion at Ameristar Casino and Hotel - Kansas City','Kansas City, MO','Friday','12/5/2025','8:30 PM','7216485','Aaron-Lewis-and-the-Stateliners-12-5-2025'],['Aaron Lewis and the Stateliners','Star Pavilion at Ameristar Casino and Hotel - Kansas City','Kansas City, MO','Saturday','12/6/2025','8:30 PM','7257433','Aaron-Lewis-and-the-Stateliners-12-6-2025'],['Aaron Lewis and the Stateliners','Quad-Cities Waterfront Convention Center','Bettendorf, IA','Sunday','12/7/2025','8:00 PM','7366772','Aaron-Lewis-and-the-Stateliners-12-7-2025'],['Aaron Lewis and the Stateliners','MGM Northfield Park - Center Stage','Northfield, OH','Wednesday','12/10/2025','7:30 PM','7169406','Aaron-Lewis-and-the-Stateliners-12-10-2025'],['Aaron Lewis and the Stateliners','Hard Rock Live Northern Indiana','Gary, IN','Friday','12/12/2025','7:00 PM','7237660','Aaron-Lewis-and-the-Stateliners-12-12-2025'],['Aaron Lewis and the Stateliners','Hollywood Casino at Charles Town Races','Charles Town, WV','Saturday','12/13/2025','8:00 PM','7169407','Aaron-Lewis-and-the-Stateliners-12-13-2025'],['Aaron Lewis and the Stateliners','The Pantheon at Caesars Virginia','Danville, VA','Sunday','12/14/2025','6:00 PM','7306878','Aaron-Lewis-and-the-Stateliners-12-14-2025'],['Aaron Lewis and the Stateliners','1st Summit Arena at Cambria County War Memorial ','Johnstown, PA','Thursday','12/18/2025','8:00 PM','7366894','Aaron-Lewis-and-the-Stateliners-12-18-2025'],['Aaron Lewis and the Stateliners','Xcite Center At Parx Casino and Racing','Bensalem, PA','Friday','12/19/2025','7:00 PM','7169408','Aaron-Lewis-and-the-Stateliners-12-19-2025']],'Aaron Lewis','https://www.ticketnetwork.com');