// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Grand Ole Opry','Grand Ole Opry House','Nashville, TN','Friday','2/7/2025','7:00 PM','6762272','Grand-Ole-Opry-2-7-2025'],['Grand Ole Opry','Grand Ole Opry House','Nashville, TN','Saturday','2/8/2025','7:00 PM','6762273','Grand-Ole-Opry-2-8-2025'],['Dream Theater','Grand Ole Opry House','Nashville, TN','Monday','2/10/2025','7:30 PM','6698182','Dream-Theater-2-10-2025'],['Grand Ole Opry: Opry 100 - Henry Cho, Chris Janson, JOHNNYSWIM & Ashley McBryde','Grand Ole Opry House','Nashville, TN','Tuesday','2/11/2025','7:00 PM','6762274','Grand-Ole-Opry--Opry-100---Henry-Cho--Chris-Janson--JOHNNYSWIM---Ashley-McBryde-2-11-2025'],['Giggly Squad Podcast','Grand Ole Opry House','Nashville, TN','Thursday','2/13/2025','7:00 PM','6876787','Giggly-Squad-Podcast-2-13-2025'],['Grand Ole Opry','Grand Ole Opry House','Nashville, TN','Friday','2/14/2025','7:00 PM','6762275','Grand-Ole-Opry-2-14-2025'],['Grand Ole Opry','Grand Ole Opry House','Nashville, TN','Saturday','2/15/2025','7:00 PM','6762276','Grand-Ole-Opry-2-15-2025'],['Grand Ole Opry: Jelly Roll, Ashley McBryde, & Riley Green','Grand Ole Opry House','Nashville, TN','Tuesday','2/18/2025','7:00 PM','6762277','Grand-Ole-Opry--Jelly-Roll--Ashley-McBryde----Riley-Green-2-18-2025'],['Grand Ole Opry: Jelly Roll','Grand Ole Opry House','Nashville, TN','Wednesday','2/19/2025','7:00 PM','6972516','Grand-Ole-Opry--Jelly-Roll-2-19-2025'],['Dancing with the Stars Live','Grand Ole Opry House','Nashville, TN','Thursday','2/20/2025','7:30 PM','6752061','Dancing-with-the-Stars-Live-2-20-2025']],'The Grand Ole Opry','https://www.ticketnetwork.com');