// 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-01A 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([['Hot Water Music & Bane','Amityville Music Hall','Amityville, NY','Tuesday','11/11/2025','6:30 PM','7296992','Hot-Water-Music---Bane-11-11-2025'],['Romy & Michele: The Musical','Stage 42 - New York','New York, NY','Tuesday','11/11/2025','7:00 PM','7285245','Romy---Michele--The-Musical-11-11-2025'],['This World of Tomorrow','Griffin Theater at The Shed','New York, NY','Tuesday','11/11/2025','7:00 PM','7287220','This-World-of-Tomorrow-11-11-2025'],['44 - The Unofficial, Unsanctioned Obama Musical','Daryl Roth Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7309190','44---The-Unofficial--Unsanctioned-Obama-Musical-11-11-2025'],['Liberation','James Earl Jones Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7333103','Liberation-11-11-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7168457','--Juliet-11-11-2025'],['The Queen of Versailles','St. James Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7204628','The-Queen-of-Versailles-11-11-2025'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Tuesday','11/11/2025','7:00 PM','7206202','Harry-Potter-and-The-Cursed-Child-11-11-2025'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7205719','MJ---The-Musical-11-11-2025'],['Beetlejuice - The Musical','Palace Theatre New York City','New York, NY','Tuesday','11/11/2025','7:00 PM','7194196','Beetlejuice---The-Musical-11-11-2025'],['Art - Play','Music Box Theatre - NY','New York, NY','Tuesday','11/11/2025','7:00 PM','7185057','Art---Play-11-11-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Tuesday','11/11/2025','7:00 PM','7126609','Hell-s-Kitchen---The-Musical-11-11-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7126354','Death-Becomes-Her-11-11-2025'],['Just in Time','Circle In The Square Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7125399','Just-in-Time-11-11-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7078566','Aladdin-11-11-2025'],['The Lion King','Minskoff Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7089029','The-Lion-King-11-11-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7091845','Hamilton-11-11-2025'],['Waiting for Godot','Millennium Hudson Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7098714','Waiting-for-Godot-11-11-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','11/11/2025','7:00 PM','6992144','Chicago---The-Musical-11-11-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','11/11/2025','7:00 PM','7003426','Moulin-Rouge---The-Musical-11-11-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');