//
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 dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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 newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.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','http://www.ticketnetwork.com/en/search/?text=Lainey%20Wilson');