// 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([['Othello - Preview Performance','The Otto M. Budig Theater','Cincinnati, OH','Wednesday','3/4/2026','7:30 PM','7278343','Othello---Preview-Performance-3-4-2026'],['Othello - Preview Performance','The Otto M. Budig Theater','Cincinnati, OH','Thursday','3/5/2026','7:30 PM','7278344','Othello---Preview-Performance-3-5-2026'],['Othello - Opening Night','The Otto M. Budig Theater','Cincinnati, OH','Friday','3/6/2026','7:30 PM','7278345','Othello---Opening-Night-3-6-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Saturday','3/7/2026','7:30 PM','7250658','Othello-3-7-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Thursday','3/12/2026','7:30 PM','7250659','Othello-3-12-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Friday','3/13/2026','7:30 PM','7250660','Othello-3-13-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Saturday','3/14/2026','7:30 PM','7250661','Othello-3-14-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Sunday','3/15/2026','2:00 PM','7250722','Othello-3-15-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Thursday','3/19/2026','7:30 PM','7250662','Othello-3-19-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Friday','3/20/2026','7:30 PM','7250663','Othello-3-20-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Saturday','3/21/2026','7:30 PM','7250664','Othello-3-21-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Sunday','3/22/2026','2:00 PM','7250723','Othello-3-22-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Thursday','3/26/2026','7:30 PM','7250665','Othello-3-26-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Friday','3/27/2026','7:30 PM','7250666','Othello-3-27-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Saturday','3/28/2026','7:30 PM','7250667','Othello-3-28-2026'],['Othello','Cincinnati Shakespeare Company','Cincinnati, OH','Sunday','3/29/2026','2:00 PM','7250724','Othello-3-29-2026'],['Othello','Sidney Harman Hall','Washington, DC','Saturday','6/6/2026','2:00 PM','7288364','Othello-6-6-2026']],'Othello','https://www.ticketnetwork.com/ticket/Othello-events.aspx');