//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "Tickets",
tixUrl : "https://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[3] +" "+"" +
row[4] + " "+"" +
row[5] + " | "+"" +
row[0] +" | " +
row[1] +" " +
row[2] +" | "+""+ 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-01A
TN_Widget.CreateTable([['Yo Gabba Gabba','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','8/30/2025','6:00 PM','7247696','Yo-Gabba-Gabba-8-30-2025'],['The Goonies Live Screening with Sean Astin','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','9/13/2025','7:00 PM','7197309','The-Goonies-Live-Screening-with-Sean-Astin-9-13-2025'],['Becky Robinson','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','9/20/2025','8:00 PM','6787780','Becky-Robinson-9-20-2025'],['Molotov','Orpheum Theatre - Phoenix','Phoenix, AZ','Thursday','9/25/2025','8:00 PM','7046595','Molotov-9-25-2025'],['Hip-Hop Orchestra','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','9/27/2025','8:00 PM','7059490','Hip-Hop-Orchestra-9-27-2025'],['Zakir Khan','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','9/28/2025','7:00 PM','7191441','Zakir-Khan-9-28-2025'],['Ehrlich Brothers','Orpheum Theatre - Phoenix','Phoenix, AZ','Wednesday','10/8/2025','7:30 PM','7189741','Ehrlich-Brothers-10-8-2025'],['Ehrlich Brothers','Orpheum Theatre - Phoenix','Phoenix, AZ','Thursday','10/9/2025','7:30 PM','7189633','Ehrlich-Brothers-10-9-2025'],['Zucchero','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','10/24/2025','7:30 PM','6870720','Zucchero-10-24-2025'],['Evil Dead In Concert - A Live To Film Experience','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','11/2/2025','7:00 PM','7211706','Evil-Dead-In-Concert---A-Live-To-Film-Experience-11-2-2025'],['Sigur Ros','Orpheum Theatre - Phoenix','Phoenix, AZ','Tuesday','11/4/2025','8:00 PM','7186177','Sigur-Ros-11-4-2025'],['Grand Kyiv Ballet: The Snow Queen','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','11/7/2025','7:00 PM','7012568','Grand-Kyiv-Ballet--The-Snow-Queen-11-7-2025'],['Sarah Millican','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','11/9/2025','7:30 PM','6739128','Sarah-Millican-11-9-2025'],['William Shatner Live After a Screening of Star Trek II: Wrath of Khan','Orpheum Theatre - Phoenix','Phoenix, AZ','Thursday','11/13/2025','7:30 PM','7024003','William-Shatner-Live-After-a-Screening-of-Star-Trek-II--Wrath-of-Khan-11-13-2025'],['Gottmik vs. Violet Chachki','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','11/14/2025','8:00 PM','7252636','Gottmik-vs--Violet-Chachki-11-14-2025'],['-X- & Los Lobos','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','11/15/2025','8:00 PM','7239792','-X----Los-Lobos-11-15-2025'],['MC Magic','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','11/29/2025','7:00 PM','7138664','MC-Magic-11-29-2025'],['International Ballet Stars: The Nutcracker','Orpheum Theatre - Phoenix','Phoenix, AZ','Tuesday','12/9/2025','7:00 PM','7181853','International-Ballet-Stars--The-Nutcracker-12-9-2025'],['Ingrid Contreras','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','9/23/2073','8:00 PM','5882712','Ingrid-Contreras-9-23-2073']],'Orpheum Theatre Phoenix','https://www.ticketnetwork.com/ticket/Orpheum-Theatre-Phoenix-events.aspx');