//
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([['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Sunday','8/31/2025','2:00 PM','6907880','Into-the-Woods-8-31-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Wednesday','9/3/2025','7:30 PM','7052269','Into-the-Woods-9-3-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Wednesday','9/3/2025','8:00 PM','6851321','Into-the-Woods-9-3-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Thursday','9/4/2025','7:30 PM','6907881','Into-the-Woods-9-4-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Friday','9/5/2025','8:00 PM','6907882','Into-the-Woods-9-5-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Friday','9/5/2025','8:00 PM','6851323','Into-the-Woods-9-5-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Saturday','9/6/2025','2:00 PM','6907883','Into-the-Woods-9-6-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Saturday','9/6/2025','8:00 PM','6907884','Into-the-Woods-9-6-2025'],['Into the Woods','Seacoast Repertory Theatre','Portsmouth, NH','Sunday','9/7/2025','2:00 PM','6907885','Into-the-Woods-9-7-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Sunday','9/7/2025','8:00 PM','7365913','Into-the-Woods-9-7-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','9/9/2025','8:00 PM','6851324','Into-the-Woods-9-9-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Thursday','9/11/2025','8:00 PM','6851325','Into-the-Woods-9-11-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Saturday','9/13/2025','8:00 PM','6851326','Into-the-Woods-9-13-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Wednesday','9/17/2025','8:00 PM','6851327','Into-the-Woods-9-17-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Friday','9/19/2025','8:00 PM','6851329','Into-the-Woods-9-19-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Sunday','9/21/2025','8:00 PM','6851331','Into-the-Woods-9-21-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','9/23/2025','8:00 PM','6851332','Into-the-Woods-9-23-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Thursday','9/25/2025','8:00 PM','6851333','Into-the-Woods-9-25-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Saturday','9/27/2025','8:00 PM','6851335','Into-the-Woods-9-27-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Wednesday','10/1/2025','8:00 PM','6851338','Into-the-Woods-10-1-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Friday','10/3/2025','8:00 PM','6851339','Into-the-Woods-10-3-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Sunday','10/5/2025','8:00 PM','6851341','Into-the-Woods-10-5-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','10/7/2025','8:00 PM','6851342','Into-the-Woods-10-7-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Thursday','10/9/2025','8:00 PM','6851344','Into-the-Woods-10-9-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Saturday','10/11/2025','8:00 PM','6851346','Into-the-Woods-10-11-2025']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');