//
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 t = row[4].split("/");
t[0] = months[t[0]];
t[2] = ", " + t[2];
return "
" +
t[0] + " " + "" + t[1] + "" +
t[2] + " " +
row[3].substring(0,3) + " " +
row[5] + " | " +
row[0] + " " +
row[1] + " - " +
row[2] + " | " + this.btnText + "" +
" |
";
},
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 newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
var footerLink = "";
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else if(document.querySelector(".tnpl_results_container") != null) {
document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
";
}
else
document.write("" + newTable.join('') + "" + footerLink + "
");
}
};
}();
//BPW-TNSERV-04A
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['RUF MMA 66','Celebrity Theatre - AZ','Phoenix, AZ','Saturday','2/7/2026','7:00 PM','7653625','RUF-MMA-66-2-7-2026'],['Phoenix Suns vs. Philadelphia 76ers','Mortgage Matchup Center','Phoenix, AZ','Saturday','2/7/2026','7:00 PM','7341614','Phoenix-Suns-vs--Philadelphia-76ers-2-7-2026'],['Geena Fontanella','Last Exit Live','Phoenix, AZ','Saturday','2/7/2026','7:30 PM','7619326','Geena-Fontanella-2-7-2026'],['Phoenix Symphony: Sibelius Violin Concerto & Enigma Variations','Phoenix Symphony Hall','Phoenix, AZ','Saturday','2/7/2026','7:30 PM','7551187','Phoenix-Symphony--Sibelius-Violin-Concerto---Enigma-Variations-2-7-2026'],['Suzanne Vega','Musical Instrument Museum - Music Theater','Phoenix, AZ','Saturday','2/7/2026','7:30 PM','7370033','Suzanne-Vega-2-7-2026'],['Club 90s: Heated RivalRave','The Van Buren','Phoenix, AZ','Saturday','2/7/2026','8:30 PM','7677837','Club-90s--Heated-RivalRave-2-7-2026'],['Drunk Shakespeare','The Rose Theatre - Phoenix','Phoenix, AZ','Saturday','2/7/2026','9:00 PM','7652436','Drunk-Shakespeare-2-7-2026'],['Jurassic Quest (Multiple Dates and Times)','Arizona State Fairgrounds','Phoenix, AZ','Sunday','2/8/2026','TBD','7625539','Jurassic-Quest--Multiple-Dates-and-Times--2-8-2026'],['WM Phoenix Open - Sunday','TPC Scottsdale','Scottsdale, AZ','Sunday','2/8/2026','8:00 AM','7000961','WM-Phoenix-Open---Sunday-2-8-2026'],['Paw Patrol Live','Arizona Financial Theatre','Phoenix, AZ','Sunday','2/8/2026','10:00 AM','7562759','Paw-Patrol-Live-2-8-2026']],'Phoenix Az','https://www.ticketnetwork.com');