// 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([['The Infamous Stringdusters & The California Honeydrops','Ting Pavilion','Charlottesville, VA','Saturday','10/11/2025','7:00 PM','7212975','The-Infamous-Stringdusters---The-California-Honeydrops-10-11-2025'],['The Infamous Stringdusters','The Hall at Spartanburg Memorial Auditorium','Spartanburg, SC','Wednesday','10/29/2025','7:00 PM','7277717','The-Infamous-Stringdusters-10-29-2025'],['moe. & The Infamous Stringdusters - 2 Day Pass','The Joy Theater','New Orleans, LA','Friday','10/31/2025','TBD','7146769','moe----The-Infamous-Stringdusters---2-Day-Pass-10-31-2025'],['moe. & The Infamous Stringdusters','The Joy Theater','New Orleans, LA','Friday','10/31/2025','8:00 PM','7146766','moe----The-Infamous-Stringdusters-10-31-2025'],['moe. & The Infamous Stringdusters','The Joy Theater','New Orleans, LA','Saturday','11/1/2025','8:00 PM','7146767','moe----The-Infamous-Stringdusters-11-1-2025'],['The Infamous Stringdusters','Princess Theatre - Decatur','Decatur, AL','Sunday','11/2/2025','7:00 PM','7279951','The-Infamous-Stringdusters-11-2-2025'],['The Infamous Stringdusters','Manchester Music Hall','Lexington, KY','Tuesday','11/4/2025','7:00 PM','7271605','The-Infamous-Stringdusters-11-4-2025'],['The Infamous Stringdusters','Moontown Brewing Company','Whitestown, IN','Wednesday','11/5/2025','8:00 PM','7271301','The-Infamous-Stringdusters-11-5-2025'],['The Infamous Stringdusters','Old Rock House','St. Louis, MO','Thursday','11/6/2025','7:15 PM','7271606','The-Infamous-Stringdusters-11-6-2025'],['The Infamous Stringdusters','Tower Theatre - OK','Oklahoma City, OK','Friday','11/7/2025','7:00 PM','7276256','The-Infamous-Stringdusters-11-7-2025']],'The Infamous Stringdusters','https://www.ticketnetwork.com');