// 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([['Legends of New Country - Tribute To Morgan Wallen & Lainey Wilson','Madlife Stage & Studios','Woodstock, GA','Saturday','8/29/2026','9:30 PM','8037469','Legends-of-New-Country---Tribute-To-Morgan-Wallen---Lainey-Wilson-8-29-2026'],['Lainey Wilson','The Novo','Los Angeles, CA','Thursday','9/17/2026','8:00 PM','8200264','Lainey-Wilson-9-17-2026'],['iHeartRadio Music Festival: Benson Boone, Snoop Dogg, Major Lazer & Lainey Wilson - Saturday','T-Mobile Arena','Las Vegas, NV','Saturday','9/19/2026','7:30 PM','7703591','iHeartRadio-Music-Festival--Benson-Boone--Snoop-Dogg--Major-Lazer---Lainey-Wilson---Saturday-9-19-2026'],['Country Calling Festival: Lainey Wilson & Chris Stapleton - 2 Day Pass','Ocean City Inlet','Ocean City, MD','Friday','10/2/2026','TBD','7679245','Country-Calling-Festival--Lainey-Wilson---Chris-Stapleton---2-Day-Pass-10-2-2026'],['Country Calling Festival: Lainey Wilson, Rascal Flatts & Dierks Bentley - Friday','Ocean City Inlet','Ocean City, MD','Friday','10/2/2026','12:00 PM','7897101','Country-Calling-Festival--Lainey-Wilson--Rascal-Flatts---Dierks-Bentley---Friday-10-2-2026'],['Lainey Wilson','Mohegan Sun Arena - CT','Uncasville, CT','Saturday','10/10/2026','7:30 PM','8113673','Lainey-Wilson-10-10-2026'],['Lainey Wilson','Ellis Theater','Philadelphia, MS','Tuesday','10/20/2026','5:30 PM','8178006','Lainey-Wilson-10-20-2026'],['Lainey Wilson','Ellis Theater','Philadelphia, MS','Tuesday','10/20/2026','8:30 PM','8185987','Lainey-Wilson-10-20-2026'],['Bell Bottom Revival - Lainey Wilson Tribute','Sandwich Opera House Performing Arts Theater','Sandwich, IL','Saturday','1/9/2027','4:00 PM','8133027','Bell-Bottom-Revival---Lainey-Wilson-Tribute-1-9-2027'],['Bell Bottom Revival - Lainey Wilson Tribute','Sandwich Opera House Performing Arts Theater','Sandwich, IL','Saturday','1/9/2027','8:00 PM','8133029','Bell-Bottom-Revival---Lainey-Wilson-Tribute-1-9-2027']],'Lainey Wilson','https://www.ticketnetwork.com');