// 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-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([['Elton John & Brandi Carlile','London Palladium','London, United Kingdom','Wednesday','3/26/2025','TBD','7011520','Elton-John---Brandi-Carlile-3-26-2025'],['Billy Joel 2 Elton John - A Tribute to Billy Joel and Elton John','Belly Up Tavern','Solana Beach, CA','Thursday','3/27/2025','8:00 PM','6972082','Billy-Joel-2-Elton-John---A-Tribute-to-Billy-Joel-and-Elton-John-3-27-2025'],['The Piano Men: The Music of Elton John & Billy Joel','Event Centre At Club Regent Casino','Winnipeg, Canada','Saturday','3/29/2025','7:00 PM','6811265','The-Piano-Men--The-Music-of-Elton-John---Billy-Joel-3-29-2025'],['Legends Concert Series: Billy Joel and Elton John Tribute','Paradise Coast Sports Complex','Naples, FL','Friday','4/4/2025','6:00 PM','6994066','Legends-Concert-Series--Billy-Joel-and-Elton-John-Tribute-4-4-2025'],['Aida','Murphy Fine Arts Center','Baltimore, MD','Friday','4/4/2025','7:30 PM','6922888','Aida-4-4-2025'],['Aida','Murphy Fine Arts Center','Baltimore, MD','Saturday','4/5/2025','2:00 PM','6922889','Aida-4-5-2025'],['Aida','Murphy Fine Arts Center','Baltimore, MD','Saturday','4/5/2025','7:30 PM','6922890','Aida-4-5-2025'],['Philadelphia Freedom - Tribute To Elton John','Kirby Center for the Performing Arts','Wilkes Barre, PA','Saturday','4/5/2025','8:00 PM','6978557','Philadelphia-Freedom---Tribute-To-Elton-John-4-5-2025'],['Aida','Murphy Fine Arts Center','Baltimore, MD','Sunday','4/6/2025','3:00 PM','6922891','Aida-4-6-2025'],['Aida','Murphy Fine Arts Center','Baltimore, MD','Thursday','4/10/2025','10:30 AM','6922892','Aida-4-10-2025']],'Elton John','http://www.ticketnetwork.com/en/search/?text=Elton%20John');