//
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-01A
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','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'],['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']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');