// 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-03A 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 Band','O2 Apollo Manchester','Manchester, United Kingdom','Monday','4/29/2024','TBD','6009741','Dave-Matthews-Band-4-29-2024'],['Dave Matthews Band','Salle Pleyel ','Paris, France','Thursday','5/2/2024','TBD','6009742','Dave-Matthews-Band-5-2-2024'],['The Dave Matthews Tribute Band','The Hamilton','Washington, DC','Friday','5/3/2024','8:00 PM','6260152','The-Dave-Matthews-Tribute-Band-5-3-2024'],['Dave Matthews Band','Altice Arena','Lisboa, Portugal','Sunday','5/5/2024','TBD','6009743','Dave-Matthews-Band-5-5-2024'],['The Dave Matthews Tribute Band','Park City Music Hall','Bridgeport, CT','Friday','5/10/2024','9:00 PM','6358067','The-Dave-Matthews-Tribute-Band-5-10-2024'],['Dave Matthews Band','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Wednesday','5/22/2024','7:30 PM','6229383','Dave-Matthews-Band-5-22-2024'],['Dave Matthews Band - 2 Day Pass','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','5/24/2024','TBD','6264281','Dave-Matthews-Band---2-Day-Pass-5-24-2024'],['Dave Matthews Band','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','5/24/2024','7:30 PM','6229453','Dave-Matthews-Band-5-24-2024'],['Dave Matthews Band','iTHINK Financial Amphitheatre','West Palm Beach, FL','Saturday','5/25/2024','7:30 PM','6229454','Dave-Matthews-Band-5-25-2024'],['Dave Matthews Band','Daily's Place Amphitheater','Jacksonville, FL','Tuesday','5/28/2024','7:30 PM','6229381','Dave-Matthews-Band-5-28-2024'],['Dave Matthews Band','Daily's Place Amphitheater','Jacksonville, FL','Wednesday','5/29/2024','7:30 PM','6229382','Dave-Matthews-Band-5-29-2024'],['Dave Matthews Band','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','5/31/2024','7:30 PM','6229384','Dave-Matthews-Band-5-31-2024'],['Dave Matthews Tribute Band','Tybee Post Theater','Tybee Island, GA','Friday','5/31/2024','8:00 PM','6405396','Dave-Matthews-Tribute-Band-5-31-2024'],['Dave Matthews Band','Dos Equis Pavilion','Dallas, TX','Saturday','6/1/2024','7:30 PM','6229386','Dave-Matthews-Band-6-1-2024'],['Antz Marching - A Tribute to Dave Matthews','The Lamp Theatre','Irwin, PA','Saturday','6/1/2024','8:00 PM','6368233','Antz-Marching---A-Tribute-to-Dave-Matthews-6-1-2024'],['Rock and Roll Playhouse - The Music of Dave Matthews Band','Brooklyn Bowl - NY','Brooklyn, NY','Sunday','6/2/2024','12:30 PM','6377145','Rock-and-Roll-Playhouse---The-Music-of-Dave-Matthews-Band-6-2-2024'],['Dave Matthews Tribute Band','XL Live','Harrisburg, PA','Friday','6/7/2024','8:00 PM','6385109','Dave-Matthews-Tribute-Band-6-7-2024'],['Dave Matthews Band','Ameris Bank Amphitheatre','Alpharetta, GA','Wednesday','6/12/2024','7:30 PM','6229387','Dave-Matthews-Band-6-12-2024'],['Dave Matthews Band','Coastal Credit Union Music Park at Walnut Creek','Raleigh, NC','Friday','6/14/2024','7:30 PM','6229389','Dave-Matthews-Band-6-14-2024'],['Trippin Billies','Mercury Ballroom','Louisville, KY','Friday','6/14/2024','8:30 PM','6208918','Trippin-Billies-6-14-2024'],['Dave Matthews Band','Veterans United Home Loans Amphitheater','Virginia Beach, VA','Saturday','6/15/2024','7:30 PM','6229390','Dave-Matthews-Band-6-15-2024'],['Dave Matthews Band - 2 Day Pass','Alpine Valley Music Theatre','East Troy, WI','Friday','6/21/2024','TBD','6229815','Dave-Matthews-Band---2-Day-Pass-6-21-2024'],['Dave Matthews Band','Alpine Valley Music Theatre','East Troy, WI','Friday','6/21/2024','7:00 PM','6229391','Dave-Matthews-Band-6-21-2024'],['Dave Matthews Tribute Band','Dr. Pepper Park','Roanoke, VA','Saturday','6/22/2024','6:00 PM','6386224','Dave-Matthews-Tribute-Band-6-22-2024'],['Dave Matthews Band','Alpine Valley Music Theatre','East Troy, WI','Saturday','6/22/2024','7:00 PM','6229392','Dave-Matthews-Band-6-22-2024']],'dave matthews','http://www.ticketnetwork.com/en/search/?text=dave%20matthews');