// 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([['Pinkalicious','Actors Temple Theater','New York, NY','Sunday','3/22/2026','11:00 AM','7643161','Pinkalicious-3-22-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','3/22/2026','12:00 PM','7478626','The-Gazillion-Bubble-Show-3-22-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Sunday','3/22/2026','12:00 PM','7609204','Jamie-Allan-s-Amaze-3-22-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Sunday','3/22/2026','1:00 PM','7675766','11-to-Midnight-3-22-2026'],['Calling All Toys - The Musical','Actors Temple Theater','New York, NY','Sunday','3/22/2026','1:30 PM','7807194','Calling-All-Toys---The-Musical-3-22-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Sunday','3/22/2026','2:00 PM','6956108','Little-Shop-Of-Horrors-3-22-2026'],['Night Side Songs','Lincoln Center Theater - Claire Tow Theater','New York, NY','Sunday','3/22/2026','2:00 PM','7394776','Night-Side-Songs-3-22-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Sunday','3/22/2026','2:00 PM','7546510','Heathers---The-Musical-3-22-2026'],['The Unknown with Sean Hayes','Studio Seaview','New York, NY','Sunday','3/22/2026','3:00 PM','7566972','The-Unknown-with-Sean-Hayes-3-22-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Sunday','3/22/2026','3:00 PM','7570582','The-25th-Annual-Putnam-County-Spelling-Bee-3-22-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Sunday','3/22/2026','3:00 PM','7574330','Burnout-Paradise-3-22-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','3/22/2026','3:00 PM','7478631','The-Gazillion-Bubble-Show-3-22-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Sunday','3/22/2026','3:00 PM','7454747','Chinese-Republicans-3-22-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Sunday','3/22/2026','3:00 PM','7356531','The-Play-That-Goes-Wrong--3-22-2026'],['Mexodus','Daryl Roth Theatre','New York, NY','Sunday','3/22/2026','3:00 PM','7689738','Mexodus-3-22-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Sunday','3/22/2026','3:00 PM','7609209','Jamie-Allan-s-Amaze-3-22-2026'],['Data','Lucille Lortel','New York, NY','Sunday','3/22/2026','3:00 PM','7640660','Data-3-22-2026'],['Heartbreak Hotel','Dr2 Theatre','New York, NY','Sunday','3/22/2026','3:00 PM','7748560','Heartbreak-Hotel-3-22-2026'],['Gotta Dance','Stage 42 - New York','New York, NY','Sunday','3/22/2026','3:00 PM','7779739','Gotta-Dance-3-22-2026'],['Sexual Misconduct of the Middle Classes','Minetta Lane Theatre','New York, NY','Sunday','3/22/2026','3:00 PM','7767484','Sexual-Misconduct-of-the-Middle-Classes-3-22-2026'],['11 to Midnight','Orpheum Theatre - NYC','New York, NY','Sunday','3/22/2026','5:00 PM','7675818','11-to-Midnight-3-22-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Sunday','3/22/2026','7:00 PM','7730514','The-25th-Annual-Putnam-County-Spelling-Bee-3-22-2026'],['You Got Older','Cherry Lane Theatre','New York, NY','Sunday','3/22/2026','7:00 PM','7652955','You-Got-Older-3-22-2026'],['Burnout Paradise','Astor Place Theatre','New York, NY','Sunday','3/22/2026','7:00 PM','7574220','Burnout-Paradise-3-22-2026'],['Sexual Misconduct of the Middle Classes','Minetta Lane Theatre','New York, NY','Sunday','3/22/2026','7:00 PM','7767485','Sexual-Misconduct-of-the-Middle-Classes-3-22-2026']],'off broadway','http://www.ticketnetwork.com/en/search/?text=off%20broadway');