// 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([['HBCU Awarefest: Jill Scott, John Legend, & Earth, Wind and Fire','State Farm Arena - GA','Atlanta, GA','Thursday','3/26/2026','7:30 PM','7566448','HBCU-Awarefest--Jill-Scott--John-Legend----Earth--Wind-and-Fire-3-26-2026'],['Earth, Wind and Fire','Hertz Arena','Estero, FL','Wednesday','4/22/2026','7:00 PM','7566451','Earth--Wind-and-Fire-4-22-2026'],['Earth, Wind and Fire','The Adderley Amphitheater at Cascades Park','Tallahassee, FL','Friday','4/24/2026','8:30 PM','7567912','Earth--Wind-and-Fire-4-24-2026'],['Earth, Wind and Fire','Bell Auditorium','Augusta, GA','Saturday','4/25/2026','8:00 PM','7566452','Earth--Wind-and-Fire-4-25-2026'],['Earth, Wind and Fire','North Charleston Performing Arts Center','North Charleston, SC','Tuesday','4/28/2026','8:00 PM','7566453','Earth--Wind-and-Fire-4-28-2026'],['Earth, Wind and Fire','CCNB Amphitheatre at Heritage Park','Simpsonville, SC','Wednesday','4/29/2026','8:30 PM','7566454','Earth--Wind-and-Fire-4-29-2026'],['Earth, Wind and Fire','Coca-Cola Amphitheater at the BJCC','Birmingham, AL','Friday','5/1/2026','8:00 PM','7566456','Earth--Wind-and-Fire-5-1-2026'],['Earth, Wind and Fire','Smart Financial Centre','Sugar Land, TX','Tuesday','5/5/2026','8:00 PM','7567753','Earth--Wind-and-Fire-5-5-2026'],['Earth, Wind and Fire','Paradise Cove At River Spirit','Tulsa, OK','Friday','5/8/2026','8:00 PM','7570348','Earth--Wind-and-Fire-5-8-2026'],['Earth, Wind and Fire','Simmons Bank Arena','North Little Rock, AR','Sunday','5/10/2026','7:00 PM','7566457','Earth--Wind-and-Fire-5-10-2026'],['Earth, Wind and Fire','FirstBank Amphitheater','Franklin, TN','Tuesday','5/12/2026','7:00 PM','7566458','Earth--Wind-and-Fire-5-12-2026'],['Earth, Wind and Fire','Louisville Palace','Louisville, KY','Wednesday','5/13/2026','8:00 PM','7566459','Earth--Wind-and-Fire-5-13-2026'],['Earth, Wind and Fire','Harrah's Cherokee Resort Event Center','Cherokee, NC','Saturday','5/16/2026','7:30 PM','7566461','Earth--Wind-and-Fire-5-16-2026'],['Earth, Wind and Fire','Live Oak Bank Pavilion At Riverfront Park','Wilmington, NC','Sunday','5/17/2026','8:30 PM','7566462','Earth--Wind-and-Fire-5-17-2026']],'Earth, Wind and Fire','http://www.ticketnetwork.com/en/search/?text=Earth, Wind and Fire');