// 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-04A 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([['Dave Matthews Tribute Band','Middle Ages Beer Hall','Syracuse, NY','Friday','11/7/2025','8:00 PM','7408001','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','Ocean Mist','Wakefield, RI','Saturday','11/15/2025','9:00 PM','7529161','Dave-Matthews-Tribute-Band-11-15-2025'],['Dave Matthews Tribute Band','Titusville Iron Works Tap House','Titusville, PA','Friday','11/21/2025','6:00 PM','7534584','Dave-Matthews-Tribute-Band-11-21-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','Ludlow Garage','Cincinnati, OH','Saturday','11/29/2025','7:30 PM','7201179','Trippin-Billies-11-29-2025'],['Dave Matthews Tribute Band','Town Ballroom','Buffalo, NY','Saturday','12/27/2025','7:00 PM','7419104','Dave-Matthews-Tribute-Band-12-27-2025'],['Dave Matthews Tribute Band','Park City Music Hall','Bridgeport, CT','Sunday','12/28/2025','8:00 PM','7487311','Dave-Matthews-Tribute-Band-12-28-2025'],['Dave Matthews Tribute Band','Garcia's at The Capitol Theatre','Port Chester, NY','Monday','12/29/2025','8:00 PM','7488097','Dave-Matthews-Tribute-Band-12-29-2025'],['Dave Matthews Tribute Band','Pickle Barrel Nightclub','Killington, VT','Tuesday','12/30/2025','8:00 PM','7487310','Dave-Matthews-Tribute-Band-12-30-2025'],['Dave Matthews Tribute Band','Cohoes Music Hall','Cohoes, NY','Friday','1/9/2026','7:30 PM','7499690','Dave-Matthews-Tribute-Band-1-9-2026'],['Dave Matthews Tribute Band','Tupelo Music Hall','Derry, NH','Saturday','1/17/2026','8:00 PM','7229398','Dave-Matthews-Tribute-Band-1-17-2026'],['Dave Matthews Tribute Band','State Theatre - VA','Falls Church, VA','Friday','1/23/2026','8:30 PM','7466488','Dave-Matthews-Tribute-Band-1-23-2026'],['Dave Matthews Tribute Band','Rams Head On Stage','Annapolis, MD','Sunday','1/25/2026','8:00 PM','7354353','Dave-Matthews-Tribute-Band-1-25-2026'],['Monkeys on a String - Dave Matthews Band Tribute','Sanctuary at The Southgate House Revival','Newport, KY','Friday','1/30/2026','8:00 PM','7241465','Monkeys-on-a-String---Dave-Matthews-Band-Tribute-1-30-2026'],['Dave Matthews Tribute Band','Headliners Music Hall - KY','Louisville, KY','Friday','1/30/2026','8:00 PM','7495529','Dave-Matthews-Tribute-Band-1-30-2026'],['Dave Matthews Tribute Band','Goodyear Theater','Akron, OH','Saturday','1/31/2026','7:30 PM','7410621','Dave-Matthews-Tribute-Band-1-31-2026'],['Dave Matthews Tribute Band','The Ardmore Music Hall','Ardmore, PA','Friday','2/6/2026','8:00 PM','7380005','Dave-Matthews-Tribute-Band-2-6-2026'],['Trippin Billies','House Of Blues - Chicago','Chicago, IL','Saturday','2/7/2026','7:30 PM','7539003','Trippin-Billies-2-7-2026'],['Dave Matthews Tribute Band','The Vine at Del Lago Resort','Waterloo, NY','Saturday','2/7/2026','8:00 PM','7534415','Dave-Matthews-Tribute-Band-2-7-2026'],['Dave Matthews Tribute Band','Aura - ME','Portland, ME','Friday','2/13/2026','9:00 PM','7488032','Dave-Matthews-Tribute-Band-2-13-2026'],['Monkeys on a String - Dave Matthews Band Tribute','Charline McCombs Empire Theatre','San Antonio, TX','Saturday','2/21/2026','7:30 PM','7491692','Monkeys-on-a-String---Dave-Matthews-Band-Tribute-2-21-2026'],['Dave Matthews Tribute Band','Amos' Southend','Charlotte, NC','Saturday','2/21/2026','8:30 PM','7430435','Dave-Matthews-Tribute-Band-2-21-2026'],['Dave Matthews Tribute Band','The Radio Room Greenville','Greenville, SC','Sunday','2/22/2026','8:00 PM','7488566','Dave-Matthews-Tribute-Band-2-22-2026']],'dave matthews','http://www.ticketnetwork.com/en/search/?text=dave%20matthews');