// 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([['Burnout Paradise','Astor Place Theatre','New York, NY','Thursday','3/12/2026','5:00 PM','7574257','Burnout-Paradise-3-12-2026'],['Hot Jersey Nights','Broadway Theater - MB','Myrtle Beach, SC','Thursday','3/12/2026','5:00 PM','7643500','Hot-Jersey-Nights-3-12-2026'],['Just in Time','Circle In The Square Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7735805','Just-in-Time-3-12-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7603912','The-Book-Of-Mormon-3-12-2026'],['Pen Pals - Play','Dr2 Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7579070','Pen-Pals---Play-3-12-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Thursday','3/12/2026','7:00 PM','7609216','Jamie-Allan-s-Amaze-3-12-2026'],['Death of a Salesman','Winter Garden Theatre - New York','New York, NY','Thursday','3/12/2026','7:00 PM','7662388','Death-of-a-Salesman-3-12-2026'],['Aaron Weber','Comedy Off Broadway','Lexington, KY','Thursday','3/12/2026','7:00 PM','7649997','Aaron-Weber-3-12-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Thursday','3/12/2026','7:00 PM','7394561','Maybe-Happy-Ending---A-New-Musical-3-12-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7396237','Moulin-Rouge---The-Musical-3-12-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7310438','Hamilton-3-12-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','3/12/2026','7:00 PM','7356543','The-Play-That-Goes-Wrong--3-12-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7356299','MJ---The-Musical-3-12-2026'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7126499','Death-Becomes-Her-3-12-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Thursday','3/12/2026','7:00 PM','6956125','Little-Shop-Of-Horrors-3-12-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7296899','Buena-Vista-Social-Club---Musical-3-12-2026'],['Wicked','Gershwin Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7297348','Wicked-3-12-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7262051','--Juliet-3-12-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','3/12/2026','7:00 PM','7262164','Chicago---The-Musical-3-12-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7205555','Hadestown-3-12-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Thursday','3/12/2026','7:00 PM','7206366','Harry-Potter-and-The-Cursed-Child-3-12-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Thursday','3/12/2026','7:00 PM','7191760','The-Outsiders-3-12-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Thursday','3/12/2026','7:00 PM','7240029','Chess--The-Musical-3-12-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Thursday','3/12/2026','7:00 PM','7532331','Stranger-Things--The-First-Shadow-3-12-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Thursday','3/12/2026','7:00 PM','7524155','Operation-Mincemeat-3-12-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');