// 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-03A TN_Widget.CreateTable([['The Magic Of Motown','Byham Theater','Pittsburgh, PA','Saturday','7/25/2026','7:30 PM','7835001','The-Magic-Of-Motown-7-25-2026'],['Justin Willman','Byham Theater','Pittsburgh, PA','Thursday','9/24/2026','7:00 PM','7863244','Justin-Willman-9-24-2026'],['Golden Girls: The Laughs Continue','Byham Theater','Pittsburgh, PA','Friday','10/2/2026','7:00 PM','7890733','Golden-Girls--The-Laughs-Continue-10-2-2026'],['Golden Girls: The Laughs Continue','Byham Theater','Pittsburgh, PA','Saturday','10/3/2026','2:00 PM','8000626','Golden-Girls--The-Laughs-Continue-10-3-2026'],['Golden Girls: The Laughs Continue','Byham Theater','Pittsburgh, PA','Saturday','10/3/2026','7:00 PM','7890734','Golden-Girls--The-Laughs-Continue-10-3-2026'],['Fred Armisen','Byham Theater','Pittsburgh, PA','Thursday','10/8/2026','7:00 PM','7916285','Fred-Armisen-10-8-2026'],['Pilobolus','Byham Theater','Pittsburgh, PA','Saturday','10/10/2026','7:30 PM','7902112','Pilobolus-10-10-2026'],['Jazz at Lincoln Center Orchestra & Wynton Marsalis','Byham Theater','Pittsburgh, PA','Saturday','10/17/2026','7:30 PM','7894952','Jazz-at-Lincoln-Center-Orchestra---Wynton-Marsalis-10-17-2026'],['A Drag Queen Christmas','Byham Theater','Pittsburgh, PA','Tuesday','11/24/2026','7:30 PM','8018545','A-Drag-Queen-Christmas-11-24-2026'],['Jim Brickman: A Christmas Celebration','Byham Theater','Pittsburgh, PA','Saturday','11/28/2026','7:30 PM','7890339','Jim-Brickman--A-Christmas-Celebration-11-28-2026'],['Hubbard Street Dance Chicago','Byham Theater','Pittsburgh, PA','Saturday','1/30/2027','7:30 PM','7902111','Hubbard-Street-Dance-Chicago-1-30-2027'],['Yamato - The Drummers of Japan','Byham Theater','Pittsburgh, PA','Wednesday','2/3/2027','7:30 PM','7902139','Yamato---The-Drummers-of-Japan-2-3-2027'],['Rhiannon Giddens','Byham Theater','Pittsburgh, PA','Saturday','2/20/2027','7:30 PM','7894964','Rhiannon-Giddens-2-20-2027'],['Niladri Kumar','Byham Theater','Pittsburgh, PA','Thursday','4/22/2027','7:30 PM','7895015','Niladri-Kumar-4-22-2027'],['Clifford The Big Red Dog','Byham Theater','Pittsburgh, PA','Saturday','5/15/2027','11:00 AM','7902183','Clifford-The-Big-Red-Dog-5-15-2027']],'Byham Theatre','https://www.ticketnetwork.com/ticket/Byham-Theatre-events.aspx');