// 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([['Telluride Bluegrass Festival: Gregory Alan Isakov, Flatland Cavalry, The Infamous Stringdusters & Sierra Hull - Sunday','Town Park Telluride','Telluride, CO','Sunday','6/21/2026','8:00 AM','7513108','Telluride-Bluegrass-Festival--Gregory-Alan-Isakov--Flatland-Cavalry--The-Infamous-Stringdusters---Sierra-Hull---Sunday-6-21-2026'],['Grassfire Festival: Greensky Bluegrass, The Del McCoury Band, The Infamous Stringdusters & Peter Rowan - 3 Day Pass','Nelson Ledges Quarry Park ','Garrettsville, OH','Friday','7/3/2026','TBD','7983666','Grassfire-Festival--Greensky-Bluegrass--The-Del-McCoury-Band--The-Infamous-Stringdusters---Peter-Rowan---3-Day-Pass-7-3-2026'],['The Infamous Stringdusters','Warner Vineyards','Paw Paw, MI','Sunday','7/12/2026','6:30 PM','7845609','The-Infamous-Stringdusters-7-12-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 Bristol','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','Mishawaka Amphitheatre','Bellvue, CO','Saturday','8/1/2026','8:00 PM','7833703','The-Infamous-Stringdusters-8-1-2026'],['The Infamous Stringdusters','Denver Botanic Gardens','Denver, CO','Tuesday','8/4/2026','6:30 PM','7746777','The-Infamous-Stringdusters-8-4-2026'],['The Infamous Stringdusters','The Showbox','Seattle, WA','Thursday','9/10/2026','7:30 PM','7919083','The-Infamous-Stringdusters-9-10-2026'],['The Infamous Stringdusters','Revolution Hall - Portland','Portland, OR','Friday','9/11/2026','7:30 PM','7917374','The-Infamous-Stringdusters-9-11-2026']],'The Infamous Stringdusters','https://www.ticketnetwork.com');