// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A 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([['Lainey Wilson','T-Mobile Arena','Las Vegas, NV','Sunday','12/7/2025','8:00 PM','7191540','Lainey-Wilson-12-7-2025'],['Opry Country Christmas Show: Lainey Wilson, Mandy Barnett, The Gatlin Brothers & Charlie McCoy','Grand Ole Opry House','Nashville, TN','Wednesday','12/10/2025','7:00 PM','6762482','Opry-Country-Christmas-Show--Lainey-Wilson--Mandy-Barnett--The-Gatlin-Brothers---Charlie-McCoy-12-10-2025'],['Lainey Wilson','Spark Arena','Auckland, New Zealand','Friday','2/6/2026','7:00 PM','7333778','Lainey-Wilson-2-6-2026'],['Lainey Wilson','Wolfbrook Arena','Christchurch, New Zealand','Sunday','2/8/2026','7:00 PM','7333779','Lainey-Wilson-2-8-2026'],['Lainey Wilson','Rod Laver Arena','Melbourne, Australia','Thursday','2/19/2026','7:00 PM','7333175','Lainey-Wilson-2-19-2026'],['Lainey Wilson','Lucas Oil Live At WinStar Casino','Thackerville, OK','Friday','3/20/2026','8:00 PM','7509874','Lainey-Wilson-3-20-2026'],['Lainey Wilson','Lucas Oil Live At WinStar Casino','Thackerville, OK','Saturday','3/21/2026','8:00 PM','7509875','Lainey-Wilson-3-21-2026'],['Lainey Wilson','Laughlin Event Center','Laughlin, NV','Saturday','4/11/2026','8:00 PM','7540253','Lainey-Wilson-4-11-2026'],['Wallen & Wilson - Tribute To Morgan Wallen & Lainey Wilson','The Venue At Thunder Valley Casino','Lincoln, CA','Thursday','4/16/2026','7:30 PM','7474686','Wallen---Wilson---Tribute-To-Morgan-Wallen---Lainey-Wilson-4-16-2026'],['Stagecoach Festival: Cody Johnson, Lainey Wilson & Post Malone - 3 Day Pass','Empire Polo Field','Indio, CA','Friday','4/24/2026','TBD','7203845','Stagecoach-Festival--Cody-Johnson--Lainey-Wilson---Post-Malone---3-Day-Pass-4-24-2026'],['Stagecoach Festival: Lainey Wilson, Riley Green & Journey - Saturday','Empire Polo Field','Indio, CA','Saturday','4/25/2026','12:00 PM','7203848','Stagecoach-Festival--Lainey-Wilson--Riley-Green---Journey---Saturday-4-25-2026'],['Windy City Smokeout Festival: Hootie and The Blowfish, Jordan Davis & Lainey Wilson - 4 Day Pass','Windy City Smokeout','Chicago, IL','Thursday','7/9/2026','TBD','7522489','Windy-City-Smokeout-Festival--Hootie-and-The-Blowfish--Jordan-Davis---Lainey-Wilson---4-Day-Pass-7-9-2026'],['WE Fest: Thomas Rhett, Lainey Wilson & Brooks and Dunn - 3 Day Pass','Soo Pass Ranch','Detroit Lakes, MN','Thursday','8/6/2026','TBD','7424953','WE-Fest--Thomas-Rhett--Lainey-Wilson---Brooks-and-Dunn---3-Day-Pass-8-6-2026'],['Pro Football Hall of Fame Concert of Legends: Lainey Wilson','Tom Benson Hall of Fame Stadium','Canton, OH','Sunday','8/9/2026','7:30 PM','7301992','Pro-Football-Hall-of-Fame-Concert-of-Legends--Lainey-Wilson-8-9-2026'],['Lainey Wilson','Illinois State Fairgrounds','Springfield, IL','Saturday','8/15/2026','8:00 PM','7536872','Lainey-Wilson-8-15-2026']],'Lainey Wilson','http://www.ticketnetwork.com/en/search/?text=Lainey%20Wilson');