// 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 Avett Brothers','The Orion Amphitheater','Huntsville, AL','Saturday','5/10/2025','7:30 PM','6734330','The-Avett-Brothers-5-10-2025'],['The Avett Brothers','Wolf Trap National Park for the Performing Arts','Vienna, VA','Friday','5/30/2025','7:30 PM','6982778','The-Avett-Brothers-5-30-2025'],['The Avett Brothers','Wolf Trap National Park for the Performing Arts','Vienna, VA','Saturday','5/31/2025','7:30 PM','6982779','The-Avett-Brothers-5-31-2025'],['The Avett Brothers','Providence Performing Arts Center','Providence, RI','Wednesday','6/4/2025','7:30 PM','6741251','The-Avett-Brothers-6-4-2025'],['The Avett Brothers','Beak & Skiff Apple Hill Campus','La Fayette, NY','Friday','6/6/2025','7:00 PM','6952717','The-Avett-Brothers-6-6-2025'],['The Avett Brothers','Beak & Skiff Apple Hill Campus','La Fayette, NY','Saturday','6/7/2025','7:00 PM','6952718','The-Avett-Brothers-6-7-2025'],['The Avett Brothers','BMO Pavilion','Milwaukee, WI','Thursday','6/26/2025','7:30 PM','6818656','The-Avett-Brothers-6-26-2025'],['The Avett Brothers','Wings Event Center','Kalamazoo, MI','Friday','6/27/2025','7:30 PM','6958727','The-Avett-Brothers-6-27-2025'],['The Avett Brothers','Fraze Pavilion','Kettering, OH','Saturday','6/28/2025','8:00 PM','6952499','The-Avett-Brothers-6-28-2025'],['Willie Nelson's 4th of July Picnic and Fireworks: Willie Nelson, Bob Dylan, The Avett Brothers, The Mavericks & Asleep At The Wheel','Germania Insurance Amphitheater','Austin, TX','Friday','7/4/2025','3:30 PM','7020083','Willie-Nelson-s-4th-of-July-Picnic-and-Fireworks--Willie-Nelson--Bob-Dylan--The-Avett-Brothers--The-Mavericks---Asleep-At-The-Wheel-7-4-2025']],'"The Avett Brothers"','https://www.ticketnetwork.com');