// 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 Droptines','Barnato','Omaha, NE','Thursday','4/9/2026','8:00 PM','7752106','The-Droptines-4-9-2026'],['The Droptines','Wave - KS','Wichita, KS','Friday','4/10/2026','8:00 PM','7728938','The-Droptines-4-10-2026'],['The Droptines','Rose Music Hall','Columbia, MO','Saturday','4/11/2026','8:00 PM','7686744','The-Droptines-4-11-2026'],['The Droptines','Old Rock House','St. Louis, MO','Wednesday','4/15/2026','8:00 PM','7767212','The-Droptines-4-15-2026'],['The Droptines','Turntable','Indianapolis, IN','Thursday','4/16/2026','8:00 PM','7667011','The-Droptines-4-16-2026'],['The Droptines','The Burl ','Lexington, KY','Saturday','4/18/2026','8:00 PM','7772188','The-Droptines-4-18-2026'],['The Droptines','Off The Rails Music Venue','Worcester, MA','Wednesday','4/22/2026','8:00 PM','7767217','The-Droptines-4-22-2026'],['The Droptines','MilkBoy Philly','Philadelphia, PA','Thursday','4/23/2026','8:00 PM','7785385','The-Droptines-4-23-2026'],['The Droptines','Pearl Street Warehouse','Washington, DC','Friday','4/24/2026','8:00 PM','7772189','The-Droptines-4-24-2026'],['The Droptines','Mercury Lounge - NY','New York, NY','Saturday','4/25/2026','9:00 PM','7768340','The-Droptines-4-25-2026'],['The Droptines','The Liberty Inc','Roswell, NM','Saturday','5/2/2026','8:30 PM','7694999','The-Droptines-5-2-2026'],['The Droptines','The Heights','Houston, TX','Friday','5/8/2026','8:00 PM','7772187','The-Droptines-5-8-2026'],['The Droptines','The Kessler','Dallas, TX','Saturday','5/9/2026','8:00 PM','7772185','The-Droptines-5-9-2026'],['The Droptines','Stable Hall','San Antonio, TX','Friday','5/29/2026','8:00 PM','7767550','The-Droptines-5-29-2026']],'The Droptines','http://www.ticketnetwork.com/en/search/?text=The%20Droptines');