// 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([['Mariah The Scientist','Ryman Auditorium','Nashville, TN','Wednesday','2/18/2026','8:00 PM','7410350','Mariah-The-Scientist-2-18-2026'],['Shane Smith and The Saints','Ryman Auditorium','Nashville, TN','Friday','2/20/2026','8:00 PM','7480124','Shane-Smith-and-The-Saints-2-20-2026'],['Shane Smith and The Saints','Ryman Auditorium','Nashville, TN','Saturday','2/21/2026','8:00 PM','7480125','Shane-Smith-and-The-Saints-2-21-2026'],['Billy Strings','Ryman Auditorium','Nashville, TN','Sunday','2/22/2026','7:30 PM','7415421','Billy-Strings-2-22-2026'],['70th Anniversary Tribute To The Gatlin Brothers: The Gatlin Brothers, The Oak Ridge Boys, & Big and Rich','Ryman Auditorium','Nashville, TN','Monday','2/23/2026','7:00 PM','7635901','70th-Anniversary-Tribute-To-The-Gatlin-Brothers--The-Gatlin-Brothers--The-Oak-Ridge-Boys----Big-and-Rich-2-23-2026'],['Jesse Welles','Ryman Auditorium','Nashville, TN','Tuesday','2/24/2026','8:00 PM','7353722','Jesse-Welles-2-24-2026'],['Aaron Lewis and the Stateliners','Ryman Auditorium','Nashville, TN','Friday','2/27/2026','8:00 PM','7510351','Aaron-Lewis-and-the-Stateliners-2-27-2026'],['Kenny Wayne Shepherd','Ryman Auditorium','Nashville, TN','Saturday','2/28/2026','8:00 PM','7457961','Kenny-Wayne-Shepherd-2-28-2026'],['The Listening Room 20th Anniversary: Hardy, Mitchell Tenpenny & Jo Dee Messina','Ryman Auditorium','Nashville, TN','Tuesday','3/3/2026','7:30 PM','7558692','The-Listening-Room-20th-Anniversary--Hardy--Mitchell-Tenpenny---Jo-Dee-Messina-3-3-2026'],['Priscilla Block','Ryman Auditorium','Nashville, TN','Wednesday','3/4/2026','7:30 PM','7478012','Priscilla-Block-3-4-2026']],'"Ryman Auditorium"','https://www.ticketnetwork.com');