// 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-04A 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([['Piano Men: Generations - Tribute to Billy Joel & Elton John','Mainstage Theater At Clermont Performing Arts Center','Clermont, FL','Saturday','11/15/2025','7:00 PM','7271474','Piano-Men--Generations---Tribute-to-Billy-Joel---Elton-John-11-15-2025'],['Face 2 Face: Billy Joel & Elton John Tribute','Miller Theater - GA','Augusta, GA','Saturday','11/15/2025','7:30 PM','7366835','Face-2-Face--Billy-Joel---Elton-John-Tribute-11-15-2025'],['Sir Eltom John - Elton John Tribute','The Wiltern','Los Angeles, CA','Monday','11/17/2025','8:00 PM','7366185','Sir-Eltom-John---Elton-John-Tribute-11-17-2025'],['Pianomen - Tribute to Sir Elton John & Billy Joel','Hobart Art Theater','Hobart, IN','Friday','11/21/2025','8:00 PM','7398059','Pianomen---Tribute-to-Sir-Elton-John---Billy-Joel-11-21-2025'],['Yellow Brick Joel - Elton John and Billy Joel Tribute','Saenger Theatre - FL','Pensacola, FL','Saturday','11/22/2025','8:00 PM','7244604','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-11-22-2025'],['Madman Across the Water - Elton John Tribute','Lincoln Theatre - Mount Vernon','Mount Vernon, WA','Wednesday','11/26/2025','7:30 PM','7523424','Madman-Across-the-Water---Elton-John-Tribute-11-26-2025'],['Face 2 Face: Billy Joel & Elton John Tribute','Clyde Theatre','Fort Wayne, IN','Saturday','11/29/2025','8:00 PM','6861698','Face-2-Face--Billy-Joel---Elton-John-Tribute-11-29-2025'],['Yellow Brick Joel - Elton John and Billy Joel Tribute','The Theater at North ','Scranton, PA','Friday','12/5/2025','7:00 PM','7419964','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-12-5-2025'],['Yellow Brick Joel - Elton John and Billy Joel Tribute','Westbury Music Fair','Westbury, NY','Friday','12/26/2025','8:00 PM','7281239','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-12-26-2025'],['Face 2 Face: Billy Joel & Elton John Tribute','The Carolina Theatre At Belk Place','Charlotte, NC','Saturday','12/27/2025','8:00 PM','7302561','Face-2-Face--Billy-Joel---Elton-John-Tribute-12-27-2025']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');