// 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([['Country Night: Tributes to Chris Stapleton, Eric Church, & Lainey Wilson','The Rust Belt','East Moline, IL','Friday','1/9/2026','8:00 PM','7630341','Country-Night--Tributes-to-Chris-Stapleton--Eric-Church----Lainey-Wilson-1-9-2026'],['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']],'Lainey Wilson','https://www.ticketnetwork.com');