// 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-02A 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([['Phoenix Symphony: Alex Amel - Triumph and Tragedy: The Greatest Opera Choruses','Phoenix Symphony Hall','Phoenix, AZ','Saturday','5/2/2026','7:30 PM','7557339','Phoenix-Symphony--Alex-Amel---Triumph-and-Tragedy--The-Greatest-Opera-Choruses-5-2-2026'],['Star Wars' Return Of The Jedi In Concert - Film With Live Orchestra','Phoenix Symphony Hall','Phoenix, AZ','Friday','5/22/2026','7:30 PM','7553536','Star-Wars--Return-Of-The-Jedi-In-Concert---Film-With-Live-Orchestra-5-22-2026'],['Star Wars' Return Of The Jedi In Concert - Film With Live Orchestra','Phoenix Symphony Hall','Phoenix, AZ','Saturday','5/23/2026','2:00 PM','7553537','Star-Wars--Return-Of-The-Jedi-In-Concert---Film-With-Live-Orchestra-5-23-2026'],['Star Wars' Return Of The Jedi In Concert - Film With Live Orchestra','Phoenix Symphony Hall','Phoenix, AZ','Saturday','5/23/2026','7:30 PM','7553538','Star-Wars--Return-Of-The-Jedi-In-Concert---Film-With-Live-Orchestra-5-23-2026'],['Star Wars' Return Of The Jedi In Concert - Film With Live Orchestra','Phoenix Symphony Hall','Phoenix, AZ','Sunday','5/24/2026','2:00 PM','7553539','Star-Wars--Return-Of-The-Jedi-In-Concert---Film-With-Live-Orchestra-5-24-2026'],['Greensboro Symphony Orchestra: Harry Potter and the Order of the Phoenix','Steven Tanger Center for the Performing Arts','Greensboro, NC','Saturday','6/13/2026','7:00 PM','7230238','Greensboro-Symphony-Orchestra--Harry-Potter-and-the-Order-of-the-Phoenix-6-13-2026'],['Greensboro Symphony Orchestra: Harry Potter and the Order of the Phoenix','Steven Tanger Center for the Performing Arts','Greensboro, NC','Sunday','6/14/2026','3:00 PM','7228489','Greensboro-Symphony-Orchestra--Harry-Potter-and-the-Order-of-the-Phoenix-6-14-2026'],['Houston Symphony: Harry Potter and the Order of the Phoenix In Concert','Jones Hall for the Performing Arts','Houston, TX','Friday','6/26/2026','7:30 PM','7762560','Houston-Symphony--Harry-Potter-and-the-Order-of-the-Phoenix-In-Concert-6-26-2026'],['Houston Symphony: Harry Potter and the Order of the Phoenix In Concert','Jones Hall for the Performing Arts','Houston, TX','Saturday','6/27/2026','2:00 PM','7762561','Houston-Symphony--Harry-Potter-and-the-Order-of-the-Phoenix-In-Concert-6-27-2026'],['Colorado Symphony Orchestra: Harry Potter and the Order of the Phoenix in Concert','Boettcher Concert Hall','Denver, CO','Friday','1/8/2027','7:00 PM','7807303','Colorado-Symphony-Orchestra--Harry-Potter-and-the-Order-of-the-Phoenix-in-Concert-1-8-2027'],['Harry Potter and the Order of the Phoenix In Concert - Film With Live Orchestra','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Saturday','1/9/2027','1:00 PM','7810110','Harry-Potter-and-the-Order-of-the-Phoenix-In-Concert---Film-With-Live-Orchestra-1-9-2027'],['Harry Potter and the Order of the Phoenix In Concert - Film With Live Orchestra','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Saturday','1/9/2027','7:00 PM','7810111','Harry-Potter-and-the-Order-of-the-Phoenix-In-Concert---Film-With-Live-Orchestra-1-9-2027'],['Colorado Symphony Orchestra: Harry Potter and the Order of the Phoenix in Concert','Boettcher Concert Hall','Denver, CO','Saturday','1/9/2027','7:00 PM','7807304','Colorado-Symphony-Orchestra--Harry-Potter-and-the-Order-of-the-Phoenix-in-Concert-1-9-2027'],['Harry Potter and the Order of the Phoenix In Concert - Film With Live Orchestra','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Sunday','1/10/2027','2:00 PM','7810112','Harry-Potter-and-the-Order-of-the-Phoenix-In-Concert---Film-With-Live-Orchestra-1-10-2027'],['Colorado Symphony Orchestra: Harry Potter and the Order of the Phoenix in Concert','Boettcher Concert Hall','Denver, CO','Sunday','1/10/2027','7:00 PM','7807306','Colorado-Symphony-Orchestra--Harry-Potter-and-the-Order-of-the-Phoenix-in-Concert-1-10-2027']],'phoenix symphony','http://www.ticketnetwork.com/en/search/?text=phoenix%20symphony');