//
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 = "";
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-03B
TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css');
TN_Widget.CreateTable([['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Friday','5/9/2025','7:30 PM','7001675','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-9-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Saturday','5/10/2025','2:00 PM','7005736','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-10-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Saturday','5/10/2025','7:30 PM','7008322','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-10-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Sunday','5/11/2025','2:00 PM','7009941','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-11-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Friday','5/16/2025','7:30 PM','7011120','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-16-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Saturday','5/17/2025','2:00 PM','7021557','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-17-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Saturday','5/17/2025','7:30 PM','7021558','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-17-2025'],['Pittsburgh Ballet Theatre & Pittsburgh Ballet Theatre Orchestra: The Wizard of Oz','Benedum Center','Pittsburgh, PA','Sunday','5/18/2025','2:00 PM','7028039','Pittsburgh-Ballet-Theatre---Pittsburgh-Ballet-Theatre-Orchestra--The-Wizard-of-Oz-5-18-2025'],['Pittsburgh Ballet Theatre: Dracula','Benedum Center','Pittsburgh, PA','Friday','10/31/2025','7:30 PM','7087596','Pittsburgh-Ballet-Theatre--Dracula-10-31-2025'],['Pittsburgh Ballet Theatre: Dracula','Benedum Center','Pittsburgh, PA','Saturday','11/1/2025','2:00 PM','7087597','Pittsburgh-Ballet-Theatre--Dracula-11-1-2025'],['Pittsburgh Ballet Theatre: Dracula','Benedum Center','Pittsburgh, PA','Saturday','11/1/2025','7:30 PM','7087598','Pittsburgh-Ballet-Theatre--Dracula-11-1-2025'],['Pittsburgh Ballet Theatre: Dracula','Benedum Center','Pittsburgh, PA','Sunday','11/2/2025','2:00 PM','7087599','Pittsburgh-Ballet-Theatre--Dracula-11-2-2025']],'pittsburgh ballet','https://www.ticketnetwork.com');