// 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([['Tribute to Earth, Wind and Fire & Tribute to Kool and The Gang','Music Box Concert Hall','Cleveland, OH','Friday','11/7/2025','7:30 PM','7383761','Tribute-to-Earth--Wind-and-Fire---Tribute-to-Kool-and-The-Gang-11-7-2025'],['Hot Brass: Chicago, Earth, Wind & Fire Experience','Aventura Arts & Cultural Center - Aventura','Miami, FL','Friday','11/14/2025','8:00 PM','7017765','Hot-Brass--Chicago--Earth--Wind---Fire-Experience-11-14-2025'],['In Gratitude: A Tribute to Earth, Wind & Fire','Historic Academy of Music Theatre','Lynchburg, VA','Saturday','11/15/2025','7:30 PM','7297363','In-Gratitude--A-Tribute-to-Earth--Wind---Fire-11-15-2025'],['Earth, Wind and Fire','Hard Rock Live At Etess Arena','Atlantic City, NJ','Friday','12/5/2025','8:00 PM','7138649','Earth--Wind-and-Fire-12-5-2025'],['Earth, Wind and Fire','Hard Rock Live At Etess Arena','Atlantic City, NJ','Saturday','12/6/2025','8:00 PM','7138650','Earth--Wind-and-Fire-12-6-2025'],['Earth, Wind and Fire','Mohegan Sun Arena - CT','Uncasville, CT','Sunday','12/7/2025','7:00 PM','7138651','Earth--Wind-and-Fire-12-7-2025'],['Earth, Wind and Fire','Providence Performing Arts Center','Providence, RI','Tuesday','12/9/2025','7:30 PM','7144039','Earth--Wind-and-Fire-12-9-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Friday','12/12/2025','8:00 PM','7138655','Earth--Wind-and-Fire-12-12-2025'],['Serpentine Fire - A Tribute To Earth, Wind & Fire','The Railhead - Boulder Station Hotel Casino','Las Vegas, NV','Friday','12/12/2025','8:00 PM','7511382','Serpentine-Fire---A-Tribute-To-Earth--Wind---Fire-12-12-2025'],['Earth, Wind and Fire','The Theater at MGM National Harbor','Oxon Hill, MD','Saturday','12/13/2025','8:00 PM','7138662','Earth--Wind-and-Fire-12-13-2025'],['Earth, Wind and Fire','Beacon Theatre - NY','New York, NY','Monday','12/15/2025','8:00 PM','7138663','Earth--Wind-and-Fire-12-15-2025'],['Earth, Wind and Fire','Beacon Theatre - NY','New York, NY','Tuesday','12/16/2025','8:00 PM','7138666','Earth--Wind-and-Fire-12-16-2025'],['Devotion - A Tribute to Earth, Wind & Fire','Birchmere Music Hall','Alexandria, VA','Friday','1/23/2026','7:30 PM','7526756','Devotion---A-Tribute-to-Earth--Wind---Fire-1-23-2026'],['Kalimba - Tribute To Earth Wind & Fire','Grand Theatre Center for The Arts','Tracy, CA','Friday','2/20/2026','8:00 PM','7521572','Kalimba---Tribute-To-Earth-Wind---Fire-2-20-2026'],['Earth, Wind and Fire Tribute Band','Arbogast Performing Arts Center','Troy, OH','Saturday','2/28/2026','7:00 PM','7460888','Earth--Wind-and-Fire-Tribute-Band-2-28-2026'],['Larry Dunn's Anthology of Earth, Wind and Fire','Saban Theatre','Beverly Hills, CA','Saturday','3/7/2026','8:00 PM','7493269','Larry-Dunn-s-Anthology-of-Earth--Wind-and-Fire-3-7-2026'],['Elements - The Ultimate Earth, Wind & Fire Tribute','Barbara B Mann Performing Arts Hall','Fort Myers, FL','Wednesday','3/25/2026','8:00 PM','7090869','Elements---The-Ultimate-Earth--Wind---Fire-Tribute-3-25-2026'],['Long Beach Symphony Pops: Earth, Wind & Fire Dance Party','Long Beach Arena at Long Beach Convention Center','Long Beach, CA','Saturday','5/9/2026','7:30 PM','7241699','Long-Beach-Symphony-Pops--Earth--Wind---Fire-Dance-Party-5-9-2026']],'earth wind and fire','http://www.ticketnetwork.com/en/search/?text=earth%20wind%20and%20fire');