// 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([['Still Standing - A Tribute to Elton John','Griffin Opera House','Griffin, GA','Saturday','7/19/2025','8:00 PM','7224724','Still-Standing---A-Tribute-to-Elton-John-7-19-2025'],['Philadelphia Freedom - Tribute To Elton John','Philip S. Miller Park','Castle Rock, CO','Saturday','7/19/2025','8:30 PM','7179661','Philadelphia-Freedom---Tribute-To-Elton-John-7-19-2025'],['Piano Man vs. Rocket Man - Billy Joel and Elton John Tribute','Madlife Stage & Studios','Woodstock, GA','Friday','7/25/2025','7:00 PM','7202310','Piano-Man-vs--Rocket-Man---Billy-Joel-and-Elton-John-Tribute-7-25-2025'],['The Elton Johns - Elton John Tribute','Tannahill's Tavern and Music Hall','Fort Worth, TX','Friday','7/25/2025','9:00 PM','7214381','The-Elton-Johns---Elton-John-Tribute-7-25-2025'],['Piano Man vs. Rocket Man - Billy Joel and Elton John Tribute','Madlife Stage & Studios','Woodstock, GA','Friday','7/25/2025','9:30 PM','7202311','Piano-Man-vs--Rocket-Man---Billy-Joel-and-Elton-John-Tribute-7-25-2025'],['The Yellow Brick Band - Tribute To Elton John','Yoshi's - Oakland','Oakland, CA','Thursday','7/31/2025','7:30 PM','7258709','The-Yellow-Brick-Band---Tribute-To-Elton-John-7-31-2025'],['Piano Men: Generations - Tribute to Billy Joel & Elton John','Egyptian Theatre - DeKalb','Dekalb, IL','Friday','8/1/2025','7:30 PM','7238333','Piano-Men--Generations---Tribute-to-Billy-Joel---Elton-John-8-1-2025'],['Piano Men: Generations - Tribute to Billy Joel & Elton John','Shelton Auditorium At Butler Arts Center','Indianapolis, IN','Wednesday','8/6/2025','7:30 PM','7097018','Piano-Men--Generations---Tribute-to-Billy-Joel---Elton-John-8-6-2025'],['Piano Men: Generations - The Music of Billy Joel and Elton John','Jarson Kaplan Theater at Aronoff Center','Cincinnati, OH','Thursday','8/7/2025','7:30 PM','7115198','Piano-Men--Generations---The-Music-of-Billy-Joel-and-Elton-John-8-7-2025'],['Billy vs. Elton - Tribute To Billy Joel & Elton John','Hard Rock Live - Mississippi','Biloxi, MS','Thursday','8/7/2025','8:00 PM','7068594','Billy-vs--Elton---Tribute-To-Billy-Joel---Elton-John-8-7-2025']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');