// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['The Infamous Stringdusters','The Refinery - SC','North Charleston, SC','Friday','4/24/2026','7:30 PM','7699456','The-Infamous-Stringdusters-4-24-2026'],['Delfest: The Del McCoury Band, The Travelin' McCourys, Punch Brothers & The Infamous Stringdusters - 4 Day Pass','Allegany County Fairgrounds','Cumberland, MD','Thursday','5/21/2026','TBD','7582102','Delfest--The-Del-McCoury-Band--The-Travelin--McCourys--Punch-Brothers---The-Infamous-Stringdusters---4-Day-Pass-5-21-2026'],['The Infamous Stringdusters','The Lincoln Theatre - Raleigh','Raleigh, NC','Thursday','5/28/2026','8:00 PM','7757358','The-Infamous-Stringdusters-5-28-2026'],['The Infamous Stringdusters','Ryman Auditorium','Nashville, TN','Tuesday','7/14/2026','7:30 PM','7714926','The-Infamous-Stringdusters-7-14-2026'],['The Infamous Stringdusters','Paramount Center For The Performing Arts','Bristol, TN','Wednesday','7/15/2026','7:30 PM','7764129','The-Infamous-Stringdusters-7-15-2026'],['The Infamous Stringdusters','Point of the Bluff Vineyards','Hammondsport, NY','Friday','7/17/2026','6:30 PM','7590868','The-Infamous-Stringdusters-7-17-2026'],['The Infamous Stringdusters','Denver Botanic Gardens','Denver, CO','Tuesday','8/4/2026','6:30 PM','7746777','The-Infamous-Stringdusters-8-4-2026'],['Bluegrass Island Music Festival: Infamous Stringdusters & Michael Cleveland and Jason Carter - Friday','Roanoke Island Festival Park','Manteo, NC','Friday','10/16/2026','11:00 AM','7557555','Bluegrass-Island-Music-Festival--Infamous-Stringdusters---Michael-Cleveland-and-Jason-Carter---Friday-10-16-2026']],'The Infamous Stringdusters','https://www.ticketnetwork.com');