// 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([['Le Grand Cirque','Broadway Theater - MB','Myrtle Beach, SC','Tuesday','8/11/2026','4:30 PM','7675127','Le-Grand-Cirque-8-11-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7578993','Buena-Vista-Social-Club---Musical-8-11-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Tuesday','8/11/2026','7:00 PM','7579544','Harry-Potter-and-The-Cursed-Child-8-11-2026'],['The Lost Boys','Palace Theatre New York City','New York, NY','Tuesday','8/11/2026','7:00 PM','7483875','The-Lost-Boys-8-11-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Tuesday','8/11/2026','7:00 PM','7500055','The-Outsiders-8-11-2026'],['Wicked','Gershwin Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7551884','Wicked-8-11-2026'],['Schmigadoon!','Nederlander Theatre - NY','New York, NY','Tuesday','8/11/2026','7:00 PM','7524418','Schmigadoon--8-11-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7528549','Hamilton-8-11-2026'],['Little Shop of Horrors','Westside Theatre Upstairs','New York, NY','Tuesday','8/11/2026','7:00 PM','6956303','Little-Shop-of-Horrors-8-11-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7462524','Hadestown-8-11-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Tuesday','8/11/2026','7:00 PM','7676807','Stranger-Things--The-First-Shadow-8-11-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7689925','MJ---The-Musical-8-11-2026'],['Just in Time','Circle In The Square Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7709191','Just-in-Time-8-11-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','8/11/2026','7:00 PM','7711101','Chicago---The-Musical-8-11-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7724060','Operation-Mincemeat-8-11-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7734305','--Juliet-8-11-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7874812','Moulin-Rouge---The-Musical-8-11-2026'],['Richard O'Brien's The Rocky Horror Show','Studio 54 - NY','New York, NY','Tuesday','8/11/2026','7:00 PM','7929566','Richard-O-Brien-s-The-Rocky-Horror-Show-8-11-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7806980','The-Book-Of-Mormon-8-11-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Tuesday','8/11/2026','7:00 PM','7766740','Maybe-Happy-Ending---A-New-Musical-8-11-2026'],['The Lion King','Minskoff Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7991183','The-Lion-King-8-11-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Tuesday','8/11/2026','7:00 PM','7991282','Aladdin-8-11-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Tuesday','8/11/2026','7:00 PM','8037572','Ragtime-8-11-2026'],['Le Grand Cirque','Broadway Theater - MB','Myrtle Beach, SC','Tuesday','8/11/2026','7:30 PM','7675131','Le-Grand-Cirque-8-11-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Tuesday','8/11/2026','7:30 PM','7764378','Two-Strangers--Carry-A-Cake-Across-New-York--8-11-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');