// 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([['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'],['Greggie and the Jets - A Tribute to Elton John','House Of Blues - Myrtle Beach','North Myrtle Beach, SC','Sunday','12/28/2025','8:00 PM','7512066','Greggie-and-the-Jets---A-Tribute-to-Elton-John-12-28-2025'],['The Elton Johns - Elton John Tribute','Granada Theater - Dallas','Dallas, TX','Monday','12/29/2025','8:00 PM','7565067','The-Elton-Johns---Elton-John-Tribute-12-29-2025'],['The Piano Men: The Music of Elton John & Billy Joel','Chrome Showroom at Santa Fe Station Casino','Las Vegas, NV','Wednesday','12/31/2025','8:00 PM','7537314','The-Piano-Men--The-Music-of-Elton-John---Billy-Joel-12-31-2025'],['The Rocket Man Show - Elton John Musical Tribute','Athens Theatre - FL','Deland, FL','Friday','1/2/2026','7:30 PM','7308881','The-Rocket-Man-Show---Elton-John-Musical-Tribute-1-2-2026'],['The Rocket Man Show - Elton John Musical Tribute','Athens Theatre - FL','Deland, FL','Saturday','1/3/2026','7:30 PM','7308882','The-Rocket-Man-Show---Elton-John-Musical-Tribute-1-3-2026'],['Yellow Brick Joel - Elton John and Billy Joel Tribute','Mayo Performing Arts Center','Morristown, NJ','Thursday','1/8/2026','8:00 PM','7559805','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-1-8-2026'],['Yellow Brick Joel - Elton John and Billy Joel Tribute','Mayo Performing Arts Center','Morristown, NJ','Friday','1/9/2026','8:00 PM','7232819','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-1-9-2026'],['Philadelphia Freedom - Tribute To Elton John','The Milton Theatre','Milton, DE','Saturday','1/10/2026','3:00 PM','7548360','Philadelphia-Freedom---Tribute-To-Elton-John-1-10-2026']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');