//
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','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'],['UK Dept. of Theatre: Into The Woods','Guignol Theater ','Lexington, KY','Thursday','10/16/2025','7:30 PM','7261915','UK-Dept--of-Theatre--Into-The-Woods-10-16-2025'],['UK Dept. of Theatre: Into The Woods','Guignol Theater ','Lexington, KY','Friday','10/17/2025','7:30 PM','7261917','UK-Dept--of-Theatre--Into-The-Woods-10-17-2025'],['UK Dept. of Theatre: Into The Woods','Guignol Theater ','Lexington, KY','Saturday','10/18/2025','2:00 PM','7261920','UK-Dept--of-Theatre--Into-The-Woods-10-18-2025'],['UK Dept. of Theatre: Into The Woods','Guignol Theater ','Lexington, KY','Saturday','10/18/2025','7:30 PM','7261922','UK-Dept--of-Theatre--Into-The-Woods-10-18-2025'],['UK Dept. of Theatre: Into The Woods','Guignol Theater ','Lexington, KY','Sunday','10/19/2025','2:00 PM','7261924','UK-Dept--of-Theatre--Into-The-Woods-10-19-2025'],['Into the Woods','Class Act Theater','Spring, TX','Thursday','10/23/2025','7:30 PM','7402450','Into-the-Woods-10-23-2025'],['Into the Woods','Class Act Theater','Spring, TX','Friday','10/24/2025','7:30 PM','7402451','Into-the-Woods-10-24-2025'],['Into the Woods','Class Act Theater','Spring, TX','Saturday','10/25/2025','2:30 PM','7402452','Into-the-Woods-10-25-2025'],['Into the Woods','Class Act Theater','Spring, TX','Saturday','10/25/2025','7:30 PM','7402453','Into-the-Woods-10-25-2025'],['Into the Woods','Class Act Theater','Spring, TX','Sunday','10/26/2025','2:30 PM','7402454','Into-the-Woods-10-26-2025'],['Into the Woods','Class Act Theater','Spring, TX','Thursday','10/30/2025','7:30 PM','7402455','Into-the-Woods-10-30-2025'],['Into the Woods','Class Act Theater','Spring, TX','Saturday','11/1/2025','2:30 PM','7402456','Into-the-Woods-11-1-2025'],['Into the Woods','Class Act Theater','Spring, TX','Saturday','11/1/2025','7:30 PM','7402457','Into-the-Woods-11-1-2025'],['Into the Woods','Class Act Theater','Spring, TX','Sunday','11/2/2025','2:30 PM','7402458','Into-the-Woods-11-2-2025'],['Into the Woods - Preview','San Francisco Playhouse','San Francisco, CA','Thursday','11/20/2025','7:00 PM','7258098','Into-the-Woods---Preview-11-20-2025']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');