// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Morgan Wallen Experience - Tribute','Belly Up Tavern','Solana Beach, CA','Thursday','8/13/2026','8:00 PM','8006097','The-Morgan-Wallen-Experience---Tribute-8-13-2026'],['Wallen & Wilson - Tribute To Morgan Wallen & Lainey Wilson','Vinoski Winery','Belle Vernon, PA','Friday','8/21/2026','7:00 PM','7944849','Wallen---Wilson---Tribute-To-Morgan-Wallen---Lainey-Wilson-8-21-2026'],['Chasin' U - Tribute to Morgan Wallen','Wave - KS','Wichita, KS','Friday','8/21/2026','8:00 PM','7675609','Chasin--U---Tribute-to-Morgan-Wallen-8-21-2026'],['Morgan Wallen Tribute UK','The Historic Bal Theatre','San Leandro, CA','Friday','8/21/2026','8:00 PM','7837661','Morgan-Wallen-Tribute-UK-8-21-2026'],['Chasin' U - Tribute to Morgan Wallen','The Astro Amphitheater','La Vista, NE','Saturday','8/22/2026','7:30 PM','7877822','Chasin--U---Tribute-to-Morgan-Wallen-8-22-2026'],['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'],['Whiskey Friends - Tribute to Morgan Wallen','Warner Vineyards','Paw Paw, MI','Thursday','9/3/2026','7:30 PM','8037874','Whiskey-Friends---Tribute-to-Morgan-Wallen-9-3-2026'],['Whiskey Friends - Tribute to Morgan Wallen','Live at the Lakefront','Michigan City, IN','Friday','9/4/2026','8:00 PM','8105139','Whiskey-Friends---Tribute-to-Morgan-Wallen-9-4-2026'],['Chasin' U - Tribute to Morgan Wallen','2920 Roadhouse Restaurant','Hockley, TX','Saturday','9/12/2026','8:00 PM','8105450','Chasin--U---Tribute-to-Morgan-Wallen-9-12-2026'],['Whiskey Friends - Tribute to Morgan Wallen','Pop's Nightclub and Concert Venue','East St. Louis, IL','Saturday','9/19/2026','7:00 PM','7767466','Whiskey-Friends---Tribute-to-Morgan-Wallen-9-19-2026']],'Morgan Wallen','https://www.ticketnetwork.com');