// 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([['Farm Aid 40: Willie Nelson & Family, Neil Young, John Mellencamp, Dave Matthews, Tim Reynolds & Billy Strings','Huntington Bank Stadium','Minneapolis, MN','Saturday','9/20/2025','TBD','7154484','Farm-Aid-40--Willie-Nelson---Family--Neil-Young--John-Mellencamp--Dave-Matthews--Tim-Reynolds---Billy-Strings-9-20-2025'],['Dave Matthews Tribute Band','Ymca Boulton Center For The Performing Arts','Bay Shore, NY','Friday','9/26/2025','8:00 PM','7121336','Dave-Matthews-Tribute-Band-9-26-2025'],['The Dave Matthews Tribute Band','Tally Ho Theater','Leesburg, VA','Friday','10/10/2025','7:00 PM','7295716','The-Dave-Matthews-Tribute-Band-10-10-2025'],['Dave Matthews Tribute Band','Buck's Backyard','Buda, TX','Friday','10/10/2025','8:00 PM','7372002','Dave-Matthews-Tribute-Band-10-10-2025'],['Trippin Billies','Cubby Bear','Chicago, IL','Saturday','10/11/2025','8:00 PM','7151098','Trippin-Billies-10-11-2025'],['Monkeys on a String - Dave Matthews Band Tribute','Tannahill's Tavern and Music Hall','Fort Worth, TX','Saturday','10/11/2025','9:00 PM','7284447','Monkeys-on-a-String---Dave-Matthews-Band-Tribute-10-11-2025'],['Dave Matthews Band Tribute','Morris Farm','Barco, NC','Sunday','10/12/2025','11:00 AM','7099532','Dave-Matthews-Band-Tribute-10-12-2025'],['The Dave Matthews Tribute Band','Colonial Oak Music Park','St. Augustine, FL','Wednesday','10/15/2025','7:00 PM','7295717','The-Dave-Matthews-Tribute-Band-10-15-2025'],['Monkeys on a String - Dave Matthews Band Tribute','The Hamilton','Washington, DC','Friday','10/17/2025','8:00 PM','7085572','Monkeys-on-a-String---Dave-Matthews-Band-Tribute-10-17-2025'],['Monkeys on a String - Dave Matthews Tribute','World Cafe Live','Philadelphia, PA','Saturday','10/18/2025','8:30 PM','7286327','Monkeys-on-a-String---Dave-Matthews-Tribute-10-18-2025'],['The Dave Matthews Tribute Band','Woodlands Tavern','Columbus, OH','Wednesday','10/22/2025','7:00 PM','7334202','The-Dave-Matthews-Tribute-Band-10-22-2025'],['The Dave Matthews Tribute Band','Music Box Concert Hall','Cleveland, OH','Thursday','10/23/2025','7:30 PM','7383753','The-Dave-Matthews-Tribute-Band-10-23-2025'],['Trippin Billies','Cubby Bear','Chicago, IL','Friday','10/24/2025','9:00 PM','7238021','Trippin-Billies-10-24-2025'],['The Dave Matthews Tribute Band','Middle Ages Beer Hall','Syracuse, NY','Friday','11/7/2025','8:00 PM','7408001','The-Dave-Matthews-Tribute-Band-11-7-2025'],['Dave Matthews Tribute Band','Sherman Theater','Stroudsburg, PA','Saturday','11/8/2025','8:00 PM','7295289','Dave-Matthews-Tribute-Band-11-8-2025'],['Trippin Billies','Old Rock House','St. Louis, MO','Friday','11/14/2025','8:00 PM','7351870','Trippin-Billies-11-14-2025'],['Dave Matthews Tribute Band','Water Street Music Hall','Rochester, NY','Saturday','11/22/2025','7:00 PM','7387440','Dave-Matthews-Tribute-Band-11-22-2025'],['Trippin Billies','Live at the Ludlow Garage','Cincinnati, OH','Saturday','11/29/2025','7:30 PM','7201179','Trippin-Billies-11-29-2025'],['The Dave Matthews Tribute Band','Tupelo Music Hall','Derry, NH','Saturday','1/17/2026','8:00 PM','7229398','The-Dave-Matthews-Tribute-Band-1-17-2026'],['The Dave Matthews Tribute Band','Rams Head On Stage','Annapolis, MD','Sunday','1/25/2026','8:00 PM','7354353','The-Dave-Matthews-Tribute-Band-1-25-2026'],['Dave Matthews Tribute Band','Goodyear Theater','Akron, OH','Saturday','1/31/2026','7:30 PM','7410621','Dave-Matthews-Tribute-Band-1-31-2026'],['The Dave Matthews Tribute Band','The Ardmore Music Hall','Ardmore, PA','Friday','2/6/2026','8:00 PM','7380005','The-Dave-Matthews-Tribute-Band-2-6-2026'],['The Dave Matthews Tribute Band','Key West Theater','Key West, FL','Wednesday','2/25/2026','8:00 PM','7371422','The-Dave-Matthews-Tribute-Band-2-25-2026'],['The Dave Matthews Tribute Band','The Ranch Concert Hall & Saloon','Fort Myers, FL','Saturday','10/13/2074','9:00 PM','6668491','The-Dave-Matthews-Tribute-Band-10-13-2074']],'dave matthews','http://www.ticketnetwork.com/en/search/?text=dave%20matthews');