// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Dance Fusion','Orpheum Theatre - Phoenix','Phoenix, AZ','Thursday','2/20/2025','6:00 PM','6817914','Dance-Fusion-2-20-2025'],['Dance Fusion','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','2/21/2025','1:00 PM','6817916','Dance-Fusion-2-21-2025'],['Dance Fusion','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','2/21/2025','6:00 PM','6817915','Dance-Fusion-2-21-2025'],['Bored Teachers Comedy Tour','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','2/23/2025','3:00 PM','6701452','Bored-Teachers-Comedy-Tour-2-23-2025'],['Bored Teachers Comedy Tour','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','2/23/2025','7:30 PM','6825624','Bored-Teachers-Comedy-Tour-2-23-2025'],['Gillian Welch & David Rawlings','Orpheum Theatre - Phoenix','Phoenix, AZ','Tuesday','3/4/2025','7:30 PM','6817936','Gillian-Welch---David-Rawlings-3-4-2025'],['Henry Cho','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','3/14/2025','8:00 PM','6884947','Henry-Cho-3-14-2025'],['Jessica Kirson','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','3/15/2025','7:00 PM','6911799','Jessica-Kirson-3-15-2025'],['Arizona Grand Gala of the Stars','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','3/22/2025','7:00 PM','6848126','Arizona-Grand-Gala-of-the-Stars-3-22-2025'],['Ballet Arizona: Spring Mix','Orpheum Theatre - Phoenix','Phoenix, AZ','Thursday','3/27/2025','7:00 PM','6957877','Ballet-Arizona--Spring-Mix-3-27-2025'],['Ballet Arizona: Spring Mix','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','3/28/2025','7:30 PM','6957878','Ballet-Arizona--Spring-Mix-3-28-2025'],['Ballet Arizona: Spring Mix','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','3/29/2025','2:00 PM','6957879','Ballet-Arizona--Spring-Mix-3-29-2025'],['Ballet Arizona: Spring Mix','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','3/29/2025','7:30 PM','6957880','Ballet-Arizona--Spring-Mix-3-29-2025'],['Ballet Arizona: Spring Mix','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','3/30/2025','1:00 PM','6957881','Ballet-Arizona--Spring-Mix-3-30-2025'],['Kraftwerk','Orpheum Theatre - Phoenix','Phoenix, AZ','Monday','4/14/2025','8:00 PM','6946742','Kraftwerk-4-14-2025'],['Whitney Cummings','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','4/19/2025','7:00 PM','6874772','Whitney-Cummings-4-19-2025'],['Heather McMahan','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','4/25/2025','8:00 PM','6819775','Heather-McMahan-4-25-2025'],['State Ballet Theatre of Ukraine: Swan Lake','Orpheum Theatre - Phoenix','Phoenix, AZ','Wednesday','5/14/2025','7:30 PM','6718926','State-Ballet-Theatre-of-Ukraine--Swan-Lake-5-14-2025'],['Ryan Adams','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','5/17/2025','8:00 PM','6823954','Ryan-Adams-5-17-2025'],['Girls Gone Bible','Orpheum Theatre - Phoenix','Phoenix, AZ','Sunday','5/18/2025','7:00 PM','6911801','Girls-Gone-Bible-5-18-2025'],['Becky Robinson','Orpheum Theatre - Phoenix','Phoenix, AZ','Saturday','9/20/2025','8:00 PM','6787780','Becky-Robinson-9-20-2025'],['Zucchero','Orpheum Theatre - Phoenix','Phoenix, AZ','Friday','10/24/2025','7:30 PM','6870720','Zucchero-10-24-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');