// 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([['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Wednesday','10/22/2025','2:00 PM','7454382','Jamie-Allan-s-Amaze-10-22-2025'],['Punch','Samuel J. Friedman Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7297281','Punch-10-22-2025'],['Liberation','James Earl Jones Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7333074','Liberation-10-22-2025'],['Little Bear Ridge Road','Booth Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7343708','Little-Bear-Ridge-Road-10-22-2025'],['Art - Play','Music Box Theatre - NY','New York, NY','Wednesday','10/22/2025','2:00 PM','7185089','Art---Play-10-22-2025'],['Beetlejuice - The Musical','Palace Theatre New York City','New York, NY','Wednesday','10/22/2025','2:00 PM','7194177','Beetlejuice---The-Musical-10-22-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','10/22/2025','2:00 PM','7168839','The-Play-That-Goes-Wrong--10-22-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7211001','The-Queen-of-Versailles-10-22-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7066085','Operation-Mincemeat-10-22-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7047526','--Juliet-10-22-2025'],['Mamma Mia!','Winter Garden Theatre - New York','New York, NY','Wednesday','10/22/2025','2:00 PM','7035857','Mamma-Mia--10-22-2025'],['Waiting for Godot','Millennium Hudson Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7098740','Waiting-for-Godot-10-22-2025'],['Just in Time','Circle In The Square Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7125376','Just-in-Time-10-22-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','10/22/2025','2:00 PM','7113273','Maybe-Happy-Ending---A-New-Musical-10-22-2025'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Wednesday','10/22/2025','2:00 PM','7146355','Ragtime-10-22-2025'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','6725618','Buena-Vista-Social-Club---Musical-10-22-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Wednesday','10/22/2025','2:00 PM','6866045','Hell-s-Kitchen---The-Musical-10-22-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','7003467','Moulin-Rouge---The-Musical-10-22-2025'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Wednesday','10/22/2025','2:00 PM','7007867','The-Outsiders-10-22-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','6968647','Hadestown-10-22-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Wednesday','10/22/2025','2:00 PM','6987425','Death-Becomes-Her-10-22-2025'],['Il Divo','Ulster Performing Arts Center','Kingston, NY','Wednesday','10/22/2025','7:00 PM','7155653','Il-Divo-10-22-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','10/22/2025','7:00 PM','7113272','Maybe-Happy-Ending---A-New-Musical-10-22-2025'],['Six The Musical','Lena Horne Theatre','New York, NY','Wednesday','10/22/2025','7:00 PM','7071342','Six-The-Musical-10-22-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Wednesday','10/22/2025','7:00 PM','7078614','Aladdin-10-22-2025']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');