// 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-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([['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Sunday','7/6/2025','7:30 PM','6230715','Little-Shop-Of-Horrors-7-6-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','7/6/2025','7:30 PM','7167409','Perfect-Crime-7-6-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','7/7/2025','7:00 PM','6956578','The-Play-That-Goes-Wrong--7-7-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Monday','7/7/2025','7:00 PM','7059179','Duke---Roya-7-7-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','7/7/2025','7:00 PM','7070875','Heathers---The-Musical-7-7-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Monday','7/7/2025','8:00 PM','7167410','Perfect-Crime-7-7-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','7/8/2025','7:00 PM','6230721','Little-Shop-Of-Horrors-7-8-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Tuesday','7/8/2025','7:00 PM','7059180','Duke---Roya-7-8-2025'],['Friends! The Musical Parody','Jerry Orbach Theater at The Theater Center','New York, NY','Tuesday','7/8/2025','7:30 PM','7166559','Friends--The-Musical-Parody-7-8-2025'],['Dilaria','Dr2 Theatre','New York, NY','Tuesday','7/8/2025','8:00 PM','7146253','Dilaria-7-8-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Tuesday','7/8/2025','8:00 PM','7167411','Perfect-Crime-7-8-2025'],['Bandits on the Run','Off Broadway','St. Louis, MO','Tuesday','7/8/2025','8:00 PM','7152254','Bandits-on-the-Run-7-8-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','7/9/2025','2:00 PM','6230726','Little-Shop-Of-Horrors-7-9-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','7/9/2025','7:00 PM','6956585','The-Play-That-Goes-Wrong--7-9-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','7/9/2025','7:00 PM','7070880','Heathers---The-Musical-7-9-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Wednesday','7/9/2025','7:00 PM','7059181','Duke---Roya-7-9-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Wednesday','7/9/2025','8:00 PM','6230732','Little-Shop-Of-Horrors-7-9-2025'],['Dilaria','Dr2 Theatre','New York, NY','Wednesday','7/9/2025','8:00 PM','7146258','Dilaria-7-9-2025'],['Dale Watson and His Lonestars','Off Broadway','St. Louis, MO','Wednesday','7/9/2025','8:00 PM','7104513','Dale-Watson-and-His-Lonestars-7-9-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Thursday','7/10/2025','11:00 AM','7059711','The-Gazillion-Bubble-Show-7-10-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','7/10/2025','2:00 PM','6956591','The-Play-That-Goes-Wrong--7-10-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Thursday','7/10/2025','2:00 PM','7070890','Heathers---The-Musical-7-10-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Thursday','7/10/2025','2:00 PM','7059717','The-Gazillion-Bubble-Show-7-10-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Thursday','7/10/2025','2:00 PM','7059183','Duke---Roya-7-10-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Thursday','7/10/2025','7:00 PM','7059182','Duke---Roya-7-10-2025']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');