// 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','Mishler Theatre','Altoona, PA','Thursday','5/2/2024','7:30 PM','6240748','Into-the-Woods-5-2-2024'],['Into the Woods','Mishler Theatre','Altoona, PA','Friday','5/3/2024','7:30 PM','6240749','Into-the-Woods-5-3-2024'],['Into the Woods','Bay City Players','Bay City, MI','Friday','5/3/2024','7:30 PM','5797768','Into-the-Woods-5-3-2024'],['Into the Woods','Mishler Theatre','Altoona, PA','Saturday','5/4/2024','7:30 PM','6240750','Into-the-Woods-5-4-2024'],['Into the Woods','Bay City Players','Bay City, MI','Saturday','5/4/2024','7:30 PM','5797769','Into-the-Woods-5-4-2024'],['Into the Woods','Mishler Theatre','Altoona, PA','Sunday','5/5/2024','2:00 PM','6240751','Into-the-Woods-5-5-2024'],['Into the Woods','Bay City Players','Bay City, MI','Sunday','5/5/2024','3:00 PM','5797770','Into-the-Woods-5-5-2024'],['Into the Woods','Dr. Phillips Center - Alexis & Jim Pugh Theater','Orlando, FL','Thursday','5/23/2024','7:00 PM','6316250','Into-the-Woods-5-23-2024'],['Into the Woods','Dr. Phillips Center - Alexis & Jim Pugh Theater','Orlando, FL','Friday','5/24/2024','7:00 PM','6316256','Into-the-Woods-5-24-2024'],['Into the Woods','Dr. Phillips Center - Alexis & Jim Pugh Theater','Orlando, FL','Saturday','5/25/2024','2:00 PM','6316257','Into-the-Woods-5-25-2024'],['Into the Woods','Dr. Phillips Center - Alexis & Jim Pugh Theater','Orlando, FL','Sunday','5/26/2024','2:00 PM','6316258','Into-the-Woods-5-26-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Saturday','9/21/2024','3:30 PM','6235232','Into-the-Woods-9-21-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Monday','9/23/2024','7:30 PM','6235234','Into-the-Woods-9-23-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Tuesday','9/24/2024','7:30 PM','6235235','Into-the-Woods-9-24-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Thursday','9/26/2024','7:30 PM','6235237','Into-the-Woods-9-26-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Friday','9/27/2024','7:30 PM','6235238','Into-the-Woods-9-27-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Saturday','9/28/2024','7:30 PM','6235240','Into-the-Woods-9-28-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Monday','9/30/2024','7:30 PM','6235241','Into-the-Woods-9-30-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Wednesday','10/2/2024','7:30 PM','6235243','Into-the-Woods-10-2-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Thursday','10/3/2024','7:30 PM','6235244','Into-the-Woods-10-3-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Saturday','10/5/2024','3:30 PM','6235246','Into-the-Woods-10-5-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Saturday','10/5/2024','7:30 PM','6235247','Into-the-Woods-10-5-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Tuesday','10/8/2024','7:30 PM','6235249','Into-the-Woods-10-8-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Wednesday','10/9/2024','7:30 PM','6235250','Into-the-Woods-10-9-2024'],['Into the Woods','Barlow Stage At CenterPoint Legacy Theatre','Centerville, UT','Friday','10/11/2024','7:30 PM','6235252','Into-the-Woods-10-11-2024']],'into the woods','http://www.ticketnetwork.com/en/search/?text=into%20the%20woods');