// 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([['Marty Stuart and His Fabulous Superlatives','Sundance Mountain Resort Outdoor Amphitheatre ','Provo, UT','Saturday','8/1/2026','8:00 PM','7802699','Marty-Stuart-and-His-Fabulous-Superlatives-8-1-2026'],['Marty Stuart and His Fabulous Superlatives','Southern Kentucky Performing Arts Center','Bowling Green, KY','Thursday','8/6/2026','7:30 PM','7658512','Marty-Stuart-and-His-Fabulous-Superlatives-8-6-2026'],['Marty Stuart','Alabama Theatre - Birmingham','Birmingham, AL','Friday','8/7/2026','7:00 PM','7551960','Marty-Stuart-8-7-2026'],['Marty Stuart','Bell Auditorium','Augusta, GA','Saturday','8/8/2026','8:00 PM','7551959','Marty-Stuart-8-8-2026'],['Marty Stuart & Molly Tuttle','Ellis Theater','Choctaw, MS','Sunday','8/9/2026','7:30 PM','8024235','Marty-Stuart---Molly-Tuttle-8-9-2026'],['Marty Stuart and His Fabulous Superlatives','Newton Theatre','Newton, NJ','Wednesday','8/12/2026','8:00 PM','8024224','Marty-Stuart-and-His-Fabulous-Superlatives-8-12-2026'],['Marty Stuart and His Fabulous Superlatives','The Ramkat','Winston Salem, NC','Friday','8/14/2026','8:00 PM','8087295','Marty-Stuart-and-His-Fabulous-Superlatives-8-14-2026'],['Grand Ole Opry: Marty Stuart & Connie Smith','Grand Ole Opry House','Nashville, TN','Friday','8/21/2026','7:00 PM','7512473','Grand-Ole-Opry--Marty-Stuart---Connie-Smith-8-21-2026'],['Marty Stuart and His Fabulous Superlatives','Merryman Performing Arts Center','Kearney, NE','Thursday','8/27/2026','7:00 PM','7658501','Marty-Stuart-and-His-Fabulous-Superlatives-8-27-2026'],['Buckaroo: Old Crow Medicine Show & Marty Stuart - Friday','The Essentia Health Plaza at the Lights','West Fargo, ND','Friday','8/28/2026','6:00 PM','7735418','Buckaroo--Old-Crow-Medicine-Show---Marty-Stuart---Friday-8-28-2026']],'Marty Stuart','https://www.ticketnetwork.com');