// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['The Avett Brothers','WhiteWater Amphitheater','New Braunfels, TX','Saturday','9/21/2024','8:00 PM','6324172','The-Avett-Brothers-9-21-2024'],['The Avett Brothers','The Rady Shell at Jacobs Park','San Diego, CA','Sunday','10/6/2024','7:30 PM','6329374','The-Avett-Brothers-10-6-2024'],['The Avett Brothers','Arizona Financial Theatre','Phoenix, AZ','Wednesday','10/9/2024','7:30 PM','6324203','The-Avett-Brothers-10-9-2024'],['The Avett Brothers','Texas Trust CU Theatre at Grand Prairie','Grand Prairie, TX','Friday','10/11/2024','8:00 PM','6324214','The-Avett-Brothers-10-11-2024'],['The Avett Brothers','Smart Financial Centre','Sugar Land, TX','Saturday','10/12/2024','8:00 PM','6325708','The-Avett-Brothers-10-12-2024'],['The Avett Brothers & Trampled By Turtles','Xcel Energy Center','Saint Paul, MN','Thursday','10/24/2024','7:00 PM','6324204','The-Avett-Brothers---Trampled-By-Turtles-10-24-2024'],['The Avett Brothers','Vibrant Arena at The MARK','Moline, IL','Friday','10/25/2024','7:30 PM','6324205','The-Avett-Brothers-10-25-2024'],['The Avett Brothers & Houndmouth','Rupp Arena At Central Bank Center','Lexington, KY','Saturday','10/26/2024','8:00 PM','6324206','The-Avett-Brothers---Houndmouth-10-26-2024'],['The Avett Brothers','Saenger Theatre - New Orleans','New Orleans, LA','Thursday','11/7/2024','8:00 PM','6329376','The-Avett-Brothers-11-7-2024'],['Moon Crush Avett Moon: The Avett Brothers, Grace Potter & Jamestown Revival - Saturday (Time: TBD)','Seascape Golf, Beach and Tennis Resort','Miramar Beach, FL','Saturday','11/9/2024','12:00 PM','6215867','Moon-Crush-Avett-Moon--The-Avett-Brothers--Grace-Potter---Jamestown-Revival---Saturday--Time--TBD--11-9-2024'],['Moon Crush Avett Moon: The Avett Brothers, Band of Horses & The Brook and The Bluff - Sunday (Time: TBD)','Seascape Golf, Beach and Tennis Resort','Miramar Beach, FL','Sunday','11/10/2024','12:00 PM','6215869','Moon-Crush-Avett-Moon--The-Avett-Brothers--Band-of-Horses---The-Brook-and-The-Bluff---Sunday--Time--TBD--11-10-2024'],['The Avett Brothers','St. Augustine Amphitheatre','St. Augustine, FL','Friday','11/15/2024','7:30 PM','6324207','The-Avett-Brothers-11-15-2024'],['The Avett Brothers','The BayCare Sound','Clearwater, FL','Saturday','11/16/2024','7:00 PM','6324215','The-Avett-Brothers-11-16-2024'],['The Avett Brothers','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Sunday','11/17/2024','7:00 PM','6324208','The-Avett-Brothers-11-17-2024'],['The Avett Brothers','Bojangles Coliseum','Charlotte, NC','Tuesday','12/31/2024','8:30 PM','6707053','The-Avett-Brothers-12-31-2024']],'Avett Brothers','http://www.ticketnetwork.com/en/search/?text=Avett%20Brothers');