//
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-03A
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([['Into the Woods','Reedley Opera House','Reedley, CA','Friday','8/7/2026','7:00 PM','8162698','Into-the-Woods-8-7-2026'],['Into the Woods Sr.','Memorial Opera House - IN','Valparaiso, IN','Wednesday','8/12/2026','2:00 PM','8004178','Into-the-Woods-Sr--8-12-2026'],['Into the Woods Sr.','Memorial Opera House - IN','Valparaiso, IN','Thursday','8/13/2026','2:00 PM','8004179','Into-the-Woods-Sr--8-13-2026'],['Into the Woods Sr.','Memorial Opera House - IN','Valparaiso, IN','Friday','8/14/2026','7:00 PM','8004180','Into-the-Woods-Sr--8-14-2026'],['Into the Woods','Reedley Opera House','Reedley, CA','Friday','8/14/2026','7:00 PM','8162699','Into-the-Woods-8-14-2026'],['Into the Woods','Reedley Opera House','Reedley, CA','Saturday','8/15/2026','7:00 PM','8162706','Into-the-Woods-8-15-2026'],['Into the Woods','Reedley Opera House','Reedley, CA','Sunday','8/16/2026','2:00 PM','8162707','Into-the-Woods-8-16-2026'],['Into the Woods','Bell Theater at Bell Works','Holmdel, NJ','Thursday','8/27/2026','7:00 PM','8166151','Into-the-Woods-8-27-2026'],['Into the Woods','Bell Theater at Bell Works','Holmdel, NJ','Friday','8/28/2026','2:00 PM','8166152','Into-the-Woods-8-28-2026'],['Into the Woods','Bell Theater at Bell Works','Holmdel, NJ','Friday','8/28/2026','7:00 PM','8166153','Into-the-Woods-8-28-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Tuesday','9/22/2026','7:30 PM','8035206','Into-the-Woods-9-22-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Wednesday','9/23/2026','7:30 PM','8035207','Into-the-Woods-9-23-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Thursday','9/24/2026','7:30 PM','8035208','Into-the-Woods-9-24-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Friday','9/25/2026','7:30 PM','8035209','Into-the-Woods-9-25-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Saturday','9/26/2026','2:30 PM','8035210','Into-the-Woods-9-26-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Saturday','9/26/2026','7:30 PM','8035211','Into-the-Woods-9-26-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Monday','9/28/2026','7:30 PM','8035212','Into-the-Woods-9-28-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Tuesday','9/29/2026','7:30 PM','8035213','Into-the-Woods-9-29-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Wednesday','9/30/2026','7:30 PM','8035214','Into-the-Woods-9-30-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Thursday','10/1/2026','2:30 PM','8035215','Into-the-Woods-10-1-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Thursday','10/1/2026','7:30 PM','8035216','Into-the-Woods-10-1-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Friday','10/2/2026','7:30 PM','8035217','Into-the-Woods-10-2-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Saturday','10/3/2026','2:30 PM','8035218','Into-the-Woods-10-3-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Saturday','10/3/2026','7:30 PM','8035219','Into-the-Woods-10-3-2026'],['Into the Woods','Noel Coward Theatre','London, United Kingdom','Monday','10/5/2026','7:30 PM','8035220','Into-the-Woods-10-5-2026']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');