// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Dallas Opera: Carmen','Winspear Opera House','Dallas, TX','Friday','10/17/2025','8:00 PM','7033703','Dallas-Opera--Carmen-10-17-2025'],['Dallas Opera: Carmen','Winspear Opera House','Dallas, TX','Sunday','10/19/2025','2:00 PM','7033704','Dallas-Opera--Carmen-10-19-2025'],['Dallas Opera: Carmen','Winspear Opera House','Dallas, TX','Wednesday','10/22/2025','7:30 PM','7035175','Dallas-Opera--Carmen-10-22-2025'],['Dallas Opera: Carmen','Winspear Opera House','Dallas, TX','Saturday','10/25/2025','7:30 PM','7033705','Dallas-Opera--Carmen-10-25-2025'],['Dallas Opera: Dialogues of the Carmelites','Winspear Opera House','Dallas, TX','Friday','11/7/2025','7:30 PM','7033712','Dallas-Opera--Dialogues-of-the-Carmelites-11-7-2025'],['Dallas Opera: Dialogues of the Carmelites','Winspear Opera House','Dallas, TX','Sunday','11/9/2025','2:00 PM','7033713','Dallas-Opera--Dialogues-of-the-Carmelites-11-9-2025'],['Dallas Opera: Dialogues of the Carmelites','Winspear Opera House','Dallas, TX','Wednesday','11/12/2025','7:30 PM','7035179','Dallas-Opera--Dialogues-of-the-Carmelites-11-12-2025'],['Dallas Opera: Dialogues of the Carmelites','Winspear Opera House','Dallas, TX','Saturday','11/15/2025','7:30 PM','7033714','Dallas-Opera--Dialogues-of-the-Carmelites-11-15-2025'],['Dallas Opera: The Little Prince','Winspear Opera House','Dallas, TX','Friday','2/6/2026','7:30 PM','7033709','Dallas-Opera--The-Little-Prince-2-6-2026'],['Dallas Opera: The Little Prince','Winspear Opera House','Dallas, TX','Sunday','2/8/2026','2:00 PM','7033710','Dallas-Opera--The-Little-Prince-2-8-2026'],['Dallas Opera: The Little Prince','Winspear Opera House','Dallas, TX','Wednesday','2/11/2026','7:30 PM','7035177','Dallas-Opera--The-Little-Prince-2-11-2026'],['Dallas Opera: The Little Prince','Winspear Opera House','Dallas, TX','Saturday','2/14/2026','7:30 PM','7033711','Dallas-Opera--The-Little-Prince-2-14-2026'],['Dallas Opera: Don Carlo','Winspear Opera House','Dallas, TX','Friday','2/27/2026','7:30 PM','7033706','Dallas-Opera--Don-Carlo-2-27-2026'],['Dallas Opera: Don Carlo','Winspear Opera House','Dallas, TX','Sunday','3/1/2026','2:00 PM','7033707','Dallas-Opera--Don-Carlo-3-1-2026'],['Dallas Opera: Don Carlo','Winspear Opera House','Dallas, TX','Wednesday','3/4/2026','7:30 PM','7035176','Dallas-Opera--Don-Carlo-3-4-2026'],['Dallas Opera: Don Carlo','Winspear Opera House','Dallas, TX','Saturday','3/7/2026','7:30 PM','7033708','Dallas-Opera--Don-Carlo-3-7-2026']],'','https://www.ticketnetwork.com');