//
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-02A
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([['Harry Potter and The Chamber of Secrets In Concert','Powell Symphony Hall','St. Louis, MO','Friday','9/18/2026','7:00 PM','7768497','Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-9-18-2026'],['Harry Potter and The Chamber of Secrets In Concert','Powell Symphony Hall','St. Louis, MO','Saturday','9/19/2026','7:00 PM','7768498','Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-9-19-2026'],['Harry Potter and The Chamber of Secrets In Concert','Powell Symphony Hall','St. Louis, MO','Sunday','9/20/2026','2:00 PM','7768499','Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-9-20-2026'],['Indianapolis Symphony Orchestra: Harry Potter and The Chamber of Secrets in Concert','Hilbert Circle Theatre','Indianapolis, IN','Friday','10/30/2026','7:00 PM','8123718','Indianapolis-Symphony-Orchestra--Harry-Potter-and-The-Chamber-of-Secrets-in-Concert-10-30-2026'],['Indianapolis Symphony Orchestra: Harry Potter and The Chamber of Secrets in Concert','Hilbert Circle Theatre','Indianapolis, IN','Saturday','10/31/2026','2:00 PM','8123719','Indianapolis-Symphony-Orchestra--Harry-Potter-and-The-Chamber-of-Secrets-in-Concert-10-31-2026'],['Indianapolis Symphony Orchestra: Harry Potter and The Chamber of Secrets in Concert','Hilbert Circle Theatre','Indianapolis, IN','Sunday','11/1/2026','2:00 PM','8123720','Indianapolis-Symphony-Orchestra--Harry-Potter-and-The-Chamber-of-Secrets-in-Concert-11-1-2026'],['Milwaukee Symphony Orchestra: Harry Potter and The Chamber of Secrets In Concert','Riverside Theater - WI','Milwaukee, WI','Saturday','12/5/2026','8:00 PM','7613693','Milwaukee-Symphony-Orchestra--Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-12-5-2026'],['Milwaukee Symphony Orchestra: Harry Potter and The Chamber of Secrets In Concert','Riverside Theater - WI','Milwaukee, WI','Sunday','12/6/2026','2:30 PM','7613694','Milwaukee-Symphony-Orchestra--Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-12-6-2026'],['Harry Potter and The Chamber of Secrets In Concert','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Friday','2/12/2027','7:00 PM','8125898','Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-2-12-2027'],['Harry Potter and The Chamber of Secrets In Concert','Jacoby Symphony Hall At Jacksonville Center for the Performing Arts','Jacksonville, FL','Saturday','2/13/2027','7:00 PM','8125899','Harry-Potter-and-The-Chamber-of-Secrets-In-Concert-2-13-2027'],['St. Louis Symphony Orchestra: Secrets of the Whales in Concert','Powell Symphony Hall','St. Louis, MO','Friday','4/23/2027','10:30 AM','8058369','St--Louis-Symphony-Orchestra--Secrets-of-the-Whales-in-Concert-4-23-2027'],['St. Louis Symphony Orchestra: Secrets of the Whales in Concert','Powell Symphony Hall','St. Louis, MO','Friday','4/23/2027','7:00 PM','8058370','St--Louis-Symphony-Orchestra--Secrets-of-the-Whales-in-Concert-4-23-2027'],['St. Louis Symphony Orchestra: Secrets of the Whales in Concert','Powell Symphony Hall','St. Louis, MO','Saturday','4/24/2027','2:00 PM','8058371','St--Louis-Symphony-Orchestra--Secrets-of-the-Whales-in-Concert-4-24-2027']],'Secrets','http://www.ticketnetwork.com/en/search/?text=Secrets');