// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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','Palace Theatre Columbus','Columbus, OH','Friday','3/7/2025','7:00 PM','6938864','Into-the-Woods-3-7-2025'],['Into the Woods - Family Friendly, First Act Only','Palace Theatre Columbus','Columbus, OH','Saturday','3/8/2025','1:00 PM','6938890','Into-the-Woods---Family-Friendly--First-Act-Only-3-8-2025'],['Into the Woods','Palace Theatre Columbus','Columbus, OH','Saturday','3/8/2025','7:00 PM','6938919','Into-the-Woods-3-8-2025'],['Into the Woods','Palace Theatre Columbus','Columbus, OH','Sunday','3/9/2025','1:00 PM','6938946','Into-the-Woods-3-9-2025'],['Into the Woods','Palace Theatre Columbus','Columbus, OH','Sunday','3/9/2025','6:00 PM','6939030','Into-the-Woods-3-9-2025'],['Into The Woods Jr.','The Ritz Theatre Company','Oaklyn, NJ','Friday','4/11/2025','7:00 PM','7017072','Into-The-Woods-Jr--4-11-2025'],['Into The Woods Jr.','The Ritz Theatre Company','Oaklyn, NJ','Saturday','4/12/2025','7:00 PM','7017073','Into-The-Woods-Jr--4-12-2025'],['Into The Woods Jr.','The Ritz Theatre Company','Oaklyn, NJ','Sunday','4/13/2025','2:00 PM','7017074','Into-The-Woods-Jr--4-13-2025'],['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','Ellicott Creek Playhouse','Tonawanda, NY','Saturday','5/10/2025','3:00 PM','6952604','Into-the-Woods-5-10-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','Ellicott Creek Playhouse','Tonawanda, NY','Friday','5/16/2025','7:30 PM','6952606','Into-the-Woods-5-16-2025'],['Into the Woods','Ellicott Creek Playhouse','Tonawanda, NY','Saturday','5/17/2025','3:00 PM','6952607','Into-the-Woods-5-17-2025'],['Into the Woods','Ellicott Creek Playhouse','Tonawanda, NY','Saturday','5/17/2025','7:30 PM','6952608','Into-the-Woods-5-17-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','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');