//
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 dateArray = row[4].split('/');
var date = months[dateArray[0]] + " " + dateArray[1];
var parking = row[0].split(':')[0]
if (parking !== "PARKING") {
return "
";
}
},
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 newResults = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newResults.join('') + '
';
} else
document.write('' + newResults.join('') + '
');
if(eventData.length >= 101 && kwds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css');
TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css');
TN_Widget.CreateTable([['Dance Theatre of Harlem','Zellerbach Theater at Annenberg Center','Philadelphia, PA','Friday','1/16/2026','7:30 PM','7376627','Dance-Theatre-of-Harlem-1-16-2026'],['Dance Theatre of Harlem','Zellerbach Theater at Annenberg Center','Philadelphia, PA','Saturday','1/17/2026','2:00 PM','7376628','Dance-Theatre-of-Harlem-1-17-2026'],['Dance Theatre of Harlem','Zellerbach Theater at Annenberg Center','Philadelphia, PA','Saturday','1/17/2026','7:30 PM','7176170','Dance-Theatre-of-Harlem-1-17-2026'],['Dance Theatre of Harlem','Zellerbach Theater at Annenberg Center','Philadelphia, PA','Sunday','1/18/2026','2:00 PM','7376724','Dance-Theatre-of-Harlem-1-18-2026'],['Dance Theatre of Harlem','Southam Hall at National Arts Centre','Ottawa, Canada','Friday','1/30/2026','8:00 PM','7312939','Dance-Theatre-of-Harlem-1-30-2026'],['Dance Theatre of Harlem','Chrysler Hall','Norfolk, VA','Friday','3/20/2026','7:30 PM','7431762','Dance-Theatre-of-Harlem-3-20-2026'],['Dance Theatre of Harlem','Chrysler Hall','Norfolk, VA','Saturday','3/21/2026','7:30 PM','7431772','Dance-Theatre-of-Harlem-3-21-2026'],['Dance Theatre of Harlem','Chrysler Hall','Norfolk, VA','Sunday','3/22/2026','3:00 PM','7432132','Dance-Theatre-of-Harlem-3-22-2026'],['Dance Theatre of Harlem','MainStage At New York City Center','New York, NY','Thursday','4/16/2026','7:30 PM','7372303','Dance-Theatre-of-Harlem-4-16-2026'],['Dance Theatre of Harlem','MainStage At New York City Center','New York, NY','Friday','4/17/2026','6:30 PM','7372305','Dance-Theatre-of-Harlem-4-17-2026'],['Dance Theatre of Harlem','MainStage At New York City Center','New York, NY','Saturday','4/18/2026','7:30 PM','7372307','Dance-Theatre-of-Harlem-4-18-2026'],['Dance Theatre of Harlem','MainStage At New York City Center','New York, NY','Sunday','4/19/2026','3:00 PM','7372308','Dance-Theatre-of-Harlem-4-19-2026'],['Dance Theatre of Harlem','Hofmann Theatre at Lesher Center for the Arts','Walnut Creek, CA','Friday','4/24/2026','7:30 PM','7272788','Dance-Theatre-of-Harlem-4-24-2026'],['Dance Theatre of Harlem','Hofmann Theatre at Lesher Center for the Arts','Walnut Creek, CA','Saturday','4/25/2026','7:30 PM','7272789','Dance-Theatre-of-Harlem-4-25-2026'],['Dance Theatre of Harlem','Arlene Schnitzer Concert Hall','Portland, OR','Wednesday','4/29/2026','7:30 PM','7411771','Dance-Theatre-of-Harlem-4-29-2026'],['Dance Theatre of Harlem','The Lensic Performing Arts Center','Santa Fe, NM','Wednesday','5/6/2026','7:30 PM','7160131','Dance-Theatre-of-Harlem-5-6-2026'],['Dance Theatre of Harlem','The Hanover Theatre for the Performing Arts','Worcester, MA','Saturday','5/9/2026','7:30 PM','7146635','Dance-Theatre-of-Harlem-5-9-2026']],'dance theatre of harlem','http://www.ticketnetwork.com/en/search/?text=dance%20theatre%20of%20harlem');