// 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','Palace Theatre - PA','Greensburg, PA','Friday','3/6/2026','8:00 PM','7313715','Yellow-Brick-Joel---Elton-John-and-Billy-Joel-Tribute-3-6-2026'],['Electric Elton - A Tribute to Elton John','Vacaville Performing Arts Theatre','Vacaville, CA','Sunday','3/8/2026','7:30 PM','7661786','Electric-Elton---A-Tribute-to-Elton-John-3-8-2026'],['Electric Elton - A Tribute to Elton John','Tower Theatre - Fresno','Fresno, CA','Tuesday','3/10/2026','6:30 PM','7408018','Electric-Elton---A-Tribute-to-Elton-John-3-10-2026'],['Classic Elton - The Ultimate Elton John Experience','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Thursday','3/12/2026','8:00 PM','7464984','Classic-Elton---The-Ultimate-Elton-John-Experience-3-12-2026'],['Electric Elton - A Tribute to Elton John','The Lobero Theatre','Santa Barbara, CA','Friday','3/13/2026','7:30 PM','7550618','Electric-Elton---A-Tribute-to-Elton-John-3-13-2026'],['The Piano Men: The Music of Elton John & Billy Joel','City Winery - Nashville','Nashville, TN','Saturday','3/14/2026','12:00 PM','7775904','The-Piano-Men--The-Music-of-Elton-John---Billy-Joel-3-14-2026'],['Electric Elton - A Tribute to Elton John','The Historic Bakersfield Fox Theater','Bakersfield, CA','Saturday','3/14/2026','7:30 PM','7502587','Electric-Elton---A-Tribute-to-Elton-John-3-14-2026'],['Face 2 Face: Billy Joel & Elton John Tribute','Charleston Music Hall','Charleston, SC','Sunday','3/15/2026','2:00 PM','7526648','Face-2-Face--Billy-Joel---Elton-John-Tribute-3-15-2026'],['Face 2 Face: Billy Joel & Elton John Tribute','Charleston Music Hall','Charleston, SC','Sunday','3/15/2026','7:00 PM','7526649','Face-2-Face--Billy-Joel---Elton-John-Tribute-3-15-2026'],['Phoenix Pops: The Music of Elton John With Michael Cavanaugh','Phoenix Symphony Hall','Phoenix, AZ','Friday','3/20/2026','7:30 PM','7553645','Phoenix-Pops--The-Music-of-Elton-John-With-Michael-Cavanaugh-3-20-2026']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');