// 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([['The Strumbellas','Wilbur Theatre - MA','Boston, MA','Wednesday','2/18/2026','8:00 PM','7351784','The-Strumbellas-2-18-2026'],['The Strumbellas','Le Poisson Rouge - NY','New York, NY','Thursday','2/19/2026','7:00 PM','7351810','The-Strumbellas-2-19-2026'],['The Strumbellas','The Ardmore Music Hall','Ardmore, PA','Friday','2/20/2026','8:00 PM','7351812','The-Strumbellas-2-20-2026'],['The Strumbellas','Lincoln Theatre - DC','Washington, DC','Saturday','2/21/2026','8:00 PM','7351785','The-Strumbellas-2-21-2026'],['The Strumbellas','Neighborhood Theatre','Charlotte, NC','Monday','2/23/2026','8:00 PM','7351813','The-Strumbellas-2-23-2026'],['The Strumbellas','The Loft - Atlanta','Atlanta, GA','Tuesday','2/24/2026','8:00 PM','7351786','The-Strumbellas-2-24-2026'],['The Strumbellas','3rd & Lindsley','Nashville, TN','Wednesday','2/25/2026','8:00 PM','7351787','The-Strumbellas-2-25-2026'],['The Strumbellas','The Kessler','Dallas, TX','Friday','2/27/2026','8:00 PM','7351816','The-Strumbellas-2-27-2026'],['The Strumbellas','Scoot Inn','Austin, TX','Saturday','2/28/2026','6:00 PM','7351788','The-Strumbellas-2-28-2026'],['The Strumbellas','Meow Wolf - Santa Fe','Santa Fe, NM','Monday','3/2/2026','8:00 PM','7351817','The-Strumbellas-3-2-2026'],['The Strumbellas','The Van Buren','Phoenix, AZ','Tuesday','3/3/2026','8:00 PM','7351426','The-Strumbellas-3-3-2026'],['The Strumbellas','Music Box - San Diego','San Diego, CA','Thursday','3/5/2026','8:00 PM','7351789','The-Strumbellas-3-5-2026'],['The Strumbellas','Regent Theatre - CA','Los Angeles, CA','Friday','3/6/2026','8:00 PM','7351790','The-Strumbellas-3-6-2026'],['The Strumbellas','August Hall','San Francisco, CA','Saturday','3/7/2026','8:00 PM','7351425','The-Strumbellas-3-7-2026'],['The Strumbellas','Aladdin Theater','Portland, OR','Monday','3/9/2026','8:00 PM','7351819','The-Strumbellas-3-9-2026'],['The Strumbellas','The Crocodile','Seattle, WA','Tuesday','3/10/2026','8:00 PM','7351424','The-Strumbellas-3-10-2026'],['The Strumbellas','Knitting Factory Concert House - Boise','Boise, ID','Thursday','3/12/2026','8:00 PM','7351791','The-Strumbellas-3-12-2026'],['The Strumbellas','The Grand At The Complex','Salt Lake City, UT','Friday','3/13/2026','8:00 PM','7351827','The-Strumbellas-3-13-2026'],['The Strumbellas','Gothic Theatre','Englewood, CO','Saturday','3/14/2026','8:00 PM','7351828','The-Strumbellas-3-14-2026'],['The Strumbellas','Aggie Theatre','Fort Collins, CO','Sunday','3/15/2026','8:00 PM','7351830','The-Strumbellas-3-15-2026'],['The Strumbellas','Fine Line Music Cafe','Minneapolis, MN','Wednesday','3/18/2026','7:00 PM','7351833','The-Strumbellas-3-18-2026'],['The Strumbellas','Majestic Theatre Madison','Madison, WI','Thursday','3/19/2026','8:00 PM','7353847','The-Strumbellas-3-19-2026'],['The Strumbellas','House Of Blues - Chicago','Chicago, IL','Friday','3/20/2026','8:00 PM','7351332','The-Strumbellas-3-20-2026'],['The Strumbellas','Saint Andrews Hall - Detroit','Detroit, MI','Saturday','3/21/2026','7:00 PM','7351795','The-Strumbellas-3-21-2026']],'The Strumbellas','http://www.ticketnetwork.com/en/search/?text=The%20Strumbellas');