//
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-01B
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','The Milford Theater','Milford, PA','Friday','5/2/2025','8:00 PM','6977731','Into-the-Woods-5-2-2025'],['Into the Woods','The Milford Theater','Milford, PA','Saturday','5/3/2025','8:00 PM','6977897','Into-the-Woods-5-3-2025'],['Into the Woods','The Milford Theater','Milford, PA','Sunday','5/4/2025','2:00 PM','6978505','Into-the-Woods-5-4-2025'],['Into the Woods','The Milford Theater','Milford, PA','Friday','5/9/2025','8:00 PM','6978515','Into-the-Woods-5-9-2025'],['Into the Woods','The Milford Theater','Milford, PA','Saturday','5/10/2025','8:00 PM','6978478','Into-the-Woods-5-10-2025'],['Into the Woods','The Milford Theater','Milford, PA','Sunday','5/11/2025','2:00 PM','6977732','Into-the-Woods-5-11-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Wednesday','5/21/2025','7:00 PM','6624067','Into-the-Woods-5-21-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Thursday','5/22/2025','7:00 PM','6705902','Into-the-Woods-5-22-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Friday','5/23/2025','7:00 PM','6714322','Into-the-Woods-5-23-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Saturday','5/24/2025','7:00 PM','6702065','Into-the-Woods-5-24-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Wednesday','5/28/2025','7:00 PM','6624068','Into-the-Woods-5-28-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Thursday','5/29/2025','1:30 PM','6624069','Into-the-Woods-5-29-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Thursday','5/29/2025','7:00 PM','6624070','Into-the-Woods-5-29-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Friday','5/30/2025','7:00 PM','6624071','Into-the-Woods-5-30-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Saturday','5/31/2025','7:00 PM','6702137','Into-the-Woods-5-31-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Saturday','5/31/2025','8:00 PM','6851276','Into-the-Woods-5-31-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Sunday','6/1/2025','1:30 PM','6715459','Into-the-Woods-6-1-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Wednesday','6/4/2025','7:00 PM','6624072','Into-the-Woods-6-4-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Thursday','6/5/2025','1:30 PM','6624073','Into-the-Woods-6-5-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Thursday','6/5/2025','7:00 PM','6624074','Into-the-Woods-6-5-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Thursday','6/5/2025','8:00 PM','6851277','Into-the-Woods-6-5-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Friday','6/6/2025','7:00 PM','6788383','Into-the-Woods-6-6-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Saturday','6/7/2025','7:00 PM','6702245','Into-the-Woods-6-7-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Saturday','6/7/2025','8:00 PM','6851278','Into-the-Woods-6-7-2025'],['Into the Woods','Hormel Theatre at Phoenix Theatre','Phoenix, AZ','Sunday','6/8/2025','7:00 PM','6624075','Into-the-Woods-6-8-2025']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');