// 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 = "" + this.footerText + ""; 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Thursday','12/18/2025','7:00 PM','7291402','Cirque-Du-Soleil---Twas-The-Night-Before-12-18-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Friday','12/19/2025','7:00 PM','7291349','Cirque-Du-Soleil---Twas-The-Night-Before-12-19-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/20/2025','1:00 PM','7291403','Cirque-Du-Soleil---Twas-The-Night-Before-12-20-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/20/2025','4:00 PM','7291404','Cirque-Du-Soleil---Twas-The-Night-Before-12-20-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/20/2025','7:30 PM','7291405','Cirque-Du-Soleil---Twas-The-Night-Before-12-20-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Sunday','12/21/2025','12:00 PM','7291406','Cirque-Du-Soleil---Twas-The-Night-Before-12-21-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Sunday','12/21/2025','3:00 PM','7291407','Cirque-Du-Soleil---Twas-The-Night-Before-12-21-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Sunday','12/21/2025','6:00 PM','7291350','Cirque-Du-Soleil---Twas-The-Night-Before-12-21-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Tuesday','12/23/2025','4:00 PM','7291408','Cirque-Du-Soleil---Twas-The-Night-Before-12-23-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Tuesday','12/23/2025','7:30 PM','7291409','Cirque-Du-Soleil---Twas-The-Night-Before-12-23-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Wednesday','12/24/2025','12:00 PM','7291351','Cirque-Du-Soleil---Twas-The-Night-Before-12-24-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Wednesday','12/24/2025','3:00 PM','7291372','Cirque-Du-Soleil---Twas-The-Night-Before-12-24-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Friday','12/26/2025','1:00 PM','7291412','Cirque-Du-Soleil---Twas-The-Night-Before-12-26-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Friday','12/26/2025','4:00 PM','7291413','Cirque-Du-Soleil---Twas-The-Night-Before-12-26-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/27/2025','1:00 PM','7291415','Cirque-Du-Soleil---Twas-The-Night-Before-12-27-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/27/2025','4:00 PM','7291414','Cirque-Du-Soleil---Twas-The-Night-Before-12-27-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Saturday','12/27/2025','7:30 PM','7291416','Cirque-Du-Soleil---Twas-The-Night-Before-12-27-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Sunday','12/28/2025','12:00 PM','7291417','Cirque-Du-Soleil---Twas-The-Night-Before-12-28-2025'],['Cirque Du Soleil - Twas The Night Before','Arizona Financial Theatre','Phoenix, AZ','Sunday','12/28/2025','3:00 PM','7291373','Cirque-Du-Soleil---Twas-The-Night-Before-12-28-2025']],'Cirque Du Soleil','https://www.ticketnetwork.com');