// 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-04A 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','San Francisco Playhouse','San Francisco, CA','Thursday','12/4/2025','7:00 PM','7258112','Into-the-Woods-12-4-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Friday','12/5/2025','8:00 PM','7258113','Into-the-Woods-12-5-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Saturday','12/6/2025','3:00 PM','7258114','Into-the-Woods-12-6-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Saturday','12/6/2025','7:30 PM','7498450','Into-the-Woods-12-6-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Saturday','12/6/2025','8:00 PM','7258115','Into-the-Woods-12-6-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Sunday','12/7/2025','2:00 PM','7258116','Into-the-Woods-12-7-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Monday','12/8/2025','7:30 PM','7131406','Into-the-Woods-12-8-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Tuesday','12/9/2025','7:00 PM','7258117','Into-the-Woods-12-9-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Tuesday','12/9/2025','7:30 PM','7131407','Into-the-Woods-12-9-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Wednesday','12/10/2025','7:00 PM','7258119','Into-the-Woods-12-10-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Wednesday','12/10/2025','7:30 PM','7131408','Into-the-Woods-12-10-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Thursday','12/11/2025','7:00 PM','7258120','Into-the-Woods-12-11-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Friday','12/12/2025','8:00 PM','7258121','Into-the-Woods-12-12-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Saturday','12/13/2025','2:30 PM','7131410','Into-the-Woods-12-13-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Saturday','12/13/2025','3:00 PM','7258122','Into-the-Woods-12-13-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Saturday','12/13/2025','8:00 PM','7258123','Into-the-Woods-12-13-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Sunday','12/14/2025','2:00 PM','7258124','Into-the-Woods-12-14-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Monday','12/15/2025','7:30 PM','7131412','Into-the-Woods-12-15-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Tuesday','12/16/2025','7:00 PM','7258125','Into-the-Woods-12-16-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Wednesday','12/17/2025','2:00 PM','7258126','Into-the-Woods-12-17-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Wednesday','12/17/2025','7:00 PM','7258127','Into-the-Woods-12-17-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Wednesday','12/17/2025','7:30 PM','7131414','Into-the-Woods-12-17-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Thursday','12/18/2025','2:30 PM','7313787','Into-the-Woods-12-18-2025'],['Into the Woods','San Francisco Playhouse','San Francisco, CA','Thursday','12/18/2025','7:00 PM','7258128','Into-the-Woods-12-18-2025'],['Into the Woods','Bridge Theatre - London','London, United Kingdom','Thursday','12/18/2025','7:30 PM','7131415','Into-the-Woods-12-18-2025']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');