// 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([['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Friday','10/10/2025','8:30 PM','7045431','Earth--Wind-and-Fire-10-10-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Saturday','10/11/2025','8:30 PM','7045432','Earth--Wind-and-Fire-10-11-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Sunday','10/12/2025','8:30 PM','7045433','Earth--Wind-and-Fire-10-12-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Wednesday','10/15/2025','8:30 PM','7045434','Earth--Wind-and-Fire-10-15-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Friday','10/17/2025','8:30 PM','7045435','Earth--Wind-and-Fire-10-17-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Saturday','10/18/2025','8:30 PM','7045436','Earth--Wind-and-Fire-10-18-2025'],['Earth, Wind and Fire','Summit At Pechanga Resort & Casino','Temecula, CA','Sunday','10/19/2025','7:30 PM','7204448','Earth--Wind-and-Fire-10-19-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Wednesday','10/22/2025','8:30 PM','7045437','Earth--Wind-and-Fire-10-22-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Friday','10/24/2025','8:30 PM','7045438','Earth--Wind-and-Fire-10-24-2025'],['Earth, Wind and Fire','Venetian Theatre At the Venetian Hotel Las Vegas','Las Vegas, NV','Saturday','10/25/2025','8:30 PM','7045439','Earth--Wind-and-Fire-10-25-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'],['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']],'Earth, Wind and Fire','http://www.ticketnetwork.com/en/search/?text=Earth, Wind and Fire');