//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
| " +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-02A
TN_Widget.CreateTable([['Arizona Opera: Rossini's La Cenerentola - Semi-Staged','Phoenix Symphony Hall','Phoenix, AZ','Saturday','4/18/2026','7:30 PM','7669738','Arizona-Opera--Rossini-s-La-Cenerentola---Semi-Staged-4-18-2026'],['Arizona Opera: Rossini's La Cenerentola - Semi-Staged','Phoenix Symphony Hall','Phoenix, AZ','Sunday','4/19/2026','2:00 PM','7669739','Arizona-Opera--Rossini-s-La-Cenerentola---Semi-Staged-4-19-2026'],['Phoenix Symphony: Case Seaglione - Shostakovich Symphony No. 5','Phoenix Symphony Hall','Phoenix, AZ','Friday','4/24/2026','11:00 AM','7557333','Phoenix-Symphony--Case-Seaglione---Shostakovich-Symphony-No--5-4-24-2026'],['Phoenix Symphony: Case Seaglione - Shostakovich Symphony No. 5','Phoenix Symphony Hall','Phoenix, AZ','Saturday','4/25/2026','7:30 PM','7557334','Phoenix-Symphony--Case-Seaglione---Shostakovich-Symphony-No--5-4-25-2026'],['Phoenix Symphony: Case Seaglione - Shostakovich Symphony No. 5','Phoenix Symphony Hall','Phoenix, AZ','Sunday','4/26/2026','2:00 PM','7557335','Phoenix-Symphony--Case-Seaglione---Shostakovich-Symphony-No--5-4-26-2026'],['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'],['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'],['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'],['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']],'Phoenix Symphony Hall','http://www.ticketnetwork.com/ticket/Phoenix-Symphony-Hall-events.aspx');