// 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([['The Bad Plus','One Longfellow Square','Portland, ME','Monday','6/15/2026','8:00 PM','7730442','The-Bad-Plus-6-15-2026'],['The Bad Plus','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Tuesday','6/16/2026','7:30 PM','7730443','The-Bad-Plus-6-16-2026'],['The Bad Plus','Iron Horse Music Hall - MA','Northampton, MA','Wednesday','6/17/2026','7:00 PM','7727927','The-Bad-Plus-6-17-2026'],['The Bad Plus','Sony Hall','New York, NY','Friday','6/19/2026','8:00 PM','7718485','The-Bad-Plus-6-19-2026'],['The Bad Plus','Blues Alley','Washington, DC','Saturday','6/20/2026','7:00 PM','7730415','The-Bad-Plus-6-20-2026'],['The Bad Plus','Blues Alley','Washington, DC','Saturday','6/20/2026','9:30 PM','7730414','The-Bad-Plus-6-20-2026'],['The Bad Plus','Blues Alley','Washington, DC','Sunday','6/21/2026','5:30 PM','7730416','The-Bad-Plus-6-21-2026'],['The Bad Plus','Blues Alley','Washington, DC','Sunday','6/21/2026','8:00 PM','7730417','The-Bad-Plus-6-21-2026'],['The Bad Plus','Swyer Theatre At The Egg','Albany, NY','Tuesday','6/23/2026','8:00 PM','7730109','The-Bad-Plus-6-23-2026'],['The Bad Plus','AM/FM - Lounge','Dallas, TX','Monday','9/21/2026','9:00 PM','7913099','The-Bad-Plus-9-21-2026'],['The Bad Plus','AM/FM - Backyard','Dallas, TX','Monday','9/21/2026','9:00 PM','7992152','The-Bad-Plus-9-21-2026'],['The Bad Plus','04 Center','Austin, TX','Tuesday','9/22/2026','8:00 PM','7889877','The-Bad-Plus-9-22-2026'],['The Bad Plus','Stable Hall','San Antonio, TX','Wednesday','9/23/2026','8:00 PM','7830677','The-Bad-Plus-9-23-2026'],['The Bad Plus','Musical Instrument Museum - Music Theater','Phoenix, AZ','Friday','9/25/2026','7:30 PM','7950705','The-Bad-Plus-9-25-2026'],['The Bad Plus','Irvine Barclay Theatre','Irvine, CA','Saturday','9/26/2026','8:00 PM','7862728','The-Bad-Plus-9-26-2026'],['The Bad Plus','City Winery - Nashville','Nashville, TN','Saturday','10/10/2026','7:30 PM','7969516','The-Bad-Plus-10-10-2026'],['The Bad Plus','The Great Hall At Younes and Soraya Nazarian Center for the Performing Arts','Northridge, CA','Thursday','12/3/2026','8:00 PM','7969914','The-Bad-Plus-12-3-2026']],'The Bad Plus','http://www.ticketnetwork.com/en/search/?text=The Bad Plus');