//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Earth, Wind and Fire','Fiddlers Green Amphitheatre','Englewood, CO','Saturday','6/14/2025','7:30 PM','6956893','Earth--Wind-and-Fire-6-14-2025'],['Earth, Wind and Fire','Maverik Center','Salt Lake City, UT','Monday','6/16/2025','7:30 PM','6955670','Earth--Wind-and-Fire-6-16-2025'],['Earth, Wind and Fire','Outlaw Field at The Idaho Botanical Garden','Boise, ID','Tuesday','6/17/2025','7:00 PM','6955671','Earth--Wind-and-Fire-6-17-2025'],['Earth, Wind and Fire','Hayden Homes Amphitheater','Bend, OR','Sunday','6/22/2025','8:00 PM','6955672','Earth--Wind-and-Fire-6-22-2025'],['Earth, Wind and Fire','Greek Theatre - U.C. Berkeley','Berkeley, CA','Friday','6/27/2025','8:00 PM','6955683','Earth--Wind-and-Fire-6-27-2025'],['Earth, Wind and Fire','Lake Tahoe Outdoor Arena at Harveys','Stateline, NV','Saturday','6/28/2025','8:00 PM','6955684','Earth--Wind-and-Fire-6-28-2025'],['July 4th Fireworks Spectacular: Earth, Wind and Fire','Hollywood Bowl','Los Angeles, CA','Wednesday','7/2/2025','7:30 PM','6824815','July-4th-Fireworks-Spectacular--Earth--Wind-and-Fire-7-2-2025'],['July 4th Fireworks Spectacular: Earth, Wind and Fire','Hollywood Bowl','Los Angeles, CA','Thursday','7/3/2025','7:30 PM','6824816','July-4th-Fireworks-Spectacular--Earth--Wind-and-Fire-7-3-2025'],['July 4th Fireworks Spectacular: Earth, Wind and Fire','Hollywood Bowl','Los Angeles, CA','Friday','7/4/2025','7:30 PM','6824817','July-4th-Fireworks-Spectacular--Earth--Wind-and-Fire-7-4-2025'],['Earth, Wind and Fire','The Astro Amphitheater','La Vista, NE','Wednesday','7/16/2025','7:00 PM','6955699','Earth--Wind-and-Fire-7-16-2025'],['Earth, Wind and Fire','Starlight Theatre - Kansas City','Kansas City, MO','Friday','7/18/2025','8:00 PM','6955700','Earth--Wind-and-Fire-7-18-2025'],['Earth, Wind and Fire','Ozarks Amphitheater - Missouri','Camdenton, MO','Saturday','7/19/2025','7:00 PM','6955701','Earth--Wind-and-Fire-7-19-2025'],['Earth, Wind and Fire','Saint Louis Music Park','Maryland Heights, MO','Tuesday','7/22/2025','7:30 PM','6955702','Earth--Wind-and-Fire-7-22-2025'],['Earth, Wind and Fire','Everwise Amphitheater at White River State Park','Indianapolis, IN','Wednesday','7/23/2025','7:30 PM','6955703','Earth--Wind-and-Fire-7-23-2025'],['Earth, Wind and Fire','Embassy Theatre','Fort Wayne, IN','Saturday','7/26/2025','8:00 PM','6955704','Earth--Wind-and-Fire-7-26-2025'],['Earth, Wind and Fire','Toledo Zoo Amphitheatre','Toledo, OH','Tuesday','7/29/2025','7:30 PM','6955705','Earth--Wind-and-Fire-7-29-2025'],['Earth, Wind and Fire','E.J. Thomas Hall','Akron, OH','Wednesday','7/30/2025','7:30 PM','6955706','Earth--Wind-and-Fire-7-30-2025'],['Earth, Wind and Fire','Fox Theatre - Detroit','Detroit, MI','Saturday','8/2/2025','8:00 PM','6955707','Earth--Wind-and-Fire-8-2-2025'],['Earth, Wind and Fire','Miller High Life Theatre','Milwaukee, WI','Saturday','8/9/2025','8:00 PM','6955975','Earth--Wind-and-Fire-8-9-2025'],['Earth, Wind and Fire','The Ledge Waite Park Amphitheater','Waite Park, MN','Sunday','8/10/2025','7:00 PM','6955708','Earth--Wind-and-Fire-8-10-2025']],'Earth, Wind and Fire','http://www.ticketnetwork.com/en/search/?text=Earth, Wind and Fire');