// 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-02A 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([['Zara Larsson','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Tuesday','4/7/2026','8:00 PM','7380487','Zara-Larsson-4-7-2026'],['Verka Serduchka','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Wednesday','4/8/2026','8:00 PM','7343975','Verka-Serduchka-4-8-2026'],['Feid','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','4/9/2026','8:00 PM','7825638','Feid-4-9-2026'],['Beto Cuevas','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Saturday','4/11/2026','8:00 PM','7706424','Beto-Cuevas-4-11-2026'],['The Midnight','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','4/16/2026','8:00 PM','7467406','The-Midnight-4-16-2026'],['Manuel Medrano','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Saturday','4/18/2026','8:00 PM','7206181','Manuel-Medrano-4-18-2026'],['Maren Morris','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','4/23/2026','7:00 PM','7542092','Maren-Morris-4-23-2026'],['Baby Keem','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Friday','4/24/2026','8:30 PM','7732550','Baby-Keem-4-24-2026'],['PinkPantheress','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Sunday','4/26/2026','8:00 PM','7615887','PinkPantheress-4-26-2026'],['Driven - An Evening with Susie & Toto Wolff','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','4/30/2026','6:30 PM','7843989','Driven---An-Evening-with-Susie---Toto-Wolff-4-30-2026'],['Ashnikko','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Wednesday','5/6/2026','8:00 PM','7410713','Ashnikko-5-6-2026'],['Ari Lennox','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','5/7/2026','8:00 PM','7717846','Ari-Lennox-5-7-2026'],['Ethel Cain','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Saturday','5/9/2026','8:00 PM','7472144','Ethel-Cain-5-9-2026'],['Cuban Classical Ballet of Miami: Le Corsaire Suite','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Saturday','5/16/2026','8:00 PM','7797549','Cuban-Classical-Ballet-of-Miami--Le-Corsaire-Suite-5-16-2026'],['Paulo Londra','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Tuesday','5/26/2026','8:00 PM','7742483','Paulo-Londra-5-26-2026'],['Dance Gavin Dance & The Fall of Troy','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Wednesday','6/3/2026','6:30 PM','7741806','Dance-Gavin-Dance---The-Fall-of-Troy-6-3-2026'],['CA7RIEL & Paco Amoroso','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Friday','6/12/2026','8:00 PM','7825123','CA7RIEL---Paco-Amoroso-6-12-2026'],['Lord Huron','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Tuesday','7/28/2026','8:00 PM','7829795','Lord-Huron-7-28-2026'],['Mon Laferte ','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Friday','8/7/2026','8:00 PM','7827808','Mon-Laferte--8-7-2026'],['Gabrielle Bernstein','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Thursday','9/24/2026','7:30 PM','7729550','Gabrielle-Bernstein-9-24-2026'],['Bethel Music','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Sunday','10/11/2026','7:00 PM','7647347','Bethel-Music-10-11-2026'],['El Cuarteto de Nos','The Fillmore Miami Beach At Jackie Gleason Theater','Miami Beach, FL','Saturday','11/14/2026','8:00 PM','7626881','El-Cuarteto-de-Nos-11-14-2026']],'the fillmore miami beach at jackie gleason theater ','http://www.ticketnetwork.com/en/search/?text=the fillmore miami beach at jackie gleason theater ');