// 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([['Boston Calling Music Festival: Dave Matthews Band, Luke Combs, Fall Out Boy & Avril Lavigne - 3 Day Pass','Harvard Athletic Complex','Cambridge, MA','Friday','5/23/2025','TBD','6820475','Boston-Calling-Music-Festival--Dave-Matthews-Band--Luke-Combs--Fall-Out-Boy---Avril-Lavigne---3-Day-Pass-5-23-2025'],['Boston Calling Music Festival: Dave Matthews Band, Vampire Weekend, Sublime & Public Enemy - Sunday','Harvard Athletic Complex','Cambridge, MA','Sunday','5/25/2025','1:00 PM','6820479','Boston-Calling-Music-Festival--Dave-Matthews-Band--Vampire-Weekend--Sublime---Public-Enemy---Sunday-5-25-2025'],['Vampire Weekend','Midway Lawn at Champlain Valley Expo','Essex Junction, VT','Tuesday','5/27/2025','7:00 PM','7004886','Vampire-Weekend-5-27-2025'],['Vampire Weekend','Thompson's Point','Portland, ME','Thursday','5/29/2025','6:30 PM','7000914','Vampire-Weekend-5-29-2025'],['Vampire Weekend','The Met Presented by Highmark','Philadelphia, PA','Friday','5/30/2025','7:00 PM','7000915','Vampire-Weekend-5-30-2025'],['Vampire Weekend','The Met Presented by Highmark','Philadelphia, PA','Saturday','5/31/2025','7:00 PM','7000916','Vampire-Weekend-5-31-2025'],['Vampire Weekend','KEMBA Live!','Columbus, OH','Monday','6/2/2025','7:30 PM','7001031','Vampire-Weekend-6-2-2025'],['Vampire Weekend','Stage AE','Pittsburgh, PA','Tuesday','6/3/2025','7:30 PM','7001032','Vampire-Weekend-6-3-2025'],['Vampire Weekend','Saratoga Performing Arts Center','Saratoga Springs, NY','Wednesday','6/4/2025','7:00 PM','7000917','Vampire-Weekend-6-4-2025'],['Vampire Weekend','Firefly Distillery','North Charleston, SC','Friday','6/6/2025','7:00 PM','7000918','Vampire-Weekend-6-6-2025'],['Vampire Weekend','Asheville Yards Amphitheater','Asheville, NC','Monday','6/9/2025','7:00 PM','7000926','Vampire-Weekend-6-9-2025'],['Vampire Weekend','Daily's Place Amphitheater','Jacksonville, FL','Thursday','6/12/2025','7:00 PM','7000927','Vampire-Weekend-6-12-2025'],['Vampire Weekend','FPL Solar Amphitheater','Miami, FL','Friday','6/13/2025','7:00 PM','7000928','Vampire-Weekend-6-13-2025'],['Bonnaroo Music & Arts Festival: Hozier, Vampire Weekend & Queens of the Stone Age - Sunday','The Bonnaroo Farm','Manchester, TN','Sunday','6/15/2025','12:00 PM','6549315','Bonnaroo-Music---Arts-Festival--Hozier--Vampire-Weekend---Queens-of-the-Stone-Age---Sunday-6-15-2025'],['Shaky Knees Music Festival: Deftones, My Chemical Romance & Blink 182 - 3 Day Pass','Piedmont Park','Atlanta, GA','Friday','9/19/2025','TBD','6849683','Shaky-Knees-Music-Festival--Deftones--My-Chemical-Romance---Blink-182---3-Day-Pass-9-19-2025'],['Iron Blossom Music Festival: The Lumineers, Vampire Weekend & Khruangbin - 2 Day Pass','Midtown Green','Richmond, VA','Saturday','9/20/2025','TBD','6951116','Iron-Blossom-Music-Festival--The-Lumineers--Vampire-Weekend---Khruangbin---2-Day-Pass-9-20-2025'],['Shaky Knees Music Festival: Blink 182, Vampire Weekend & Alabama Shakes - Sunday (Time: TBD)','Piedmont Park','Atlanta, GA','Sunday','9/21/2025','12:00 PM','6852990','Shaky-Knees-Music-Festival--Blink-182--Vampire-Weekend---Alabama-Shakes---Sunday--Time--TBD--9-21-2025'],['Oceans Calling Festival: Noah Kahan, Vampire Weekend & Good Charlotte - Saturday','Ocean City Inlet','Ocean City, MD','Saturday','9/27/2025','12:00 PM','6972662','Oceans-Calling-Festival--Noah-Kahan--Vampire-Weekend---Good-Charlotte---Saturday-9-27-2025']],'Vampire Weekend','http://www.ticketnetwork.com/en/search/?text=Vampire%20Weekend');