// 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([['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Thursday','9/19/2024','5:00 PM','6585066','Oh--Mary--9-19-2024'],['Blue Man Group','Astor Place Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','5998545','Blue-Man-Group-9-19-2024'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Thursday','9/19/2024','7:00 PM','6153053','Hell-s-Kitchen---The-Musical-9-19-2024'],['Back To The Future - Theatrical Production','Winter Garden Theatre - New York','New York, NY','Thursday','9/19/2024','7:00 PM','6180185','Back-To-The-Future---Theatrical-Production-9-19-2024'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','9/19/2024','7:00 PM','6231137','The-Play-That-Goes-Wrong--9-19-2024'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6289327','Titanique---Musical-9-19-2024'],['Stand Up Comedy In New York City','Broadway Comedy Club','New York, NY','Thursday','9/19/2024','7:00 PM','6311395','Stand-Up-Comedy-In-New-York-City-9-19-2024'],['Hamilton','Richard Rodgers Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6331875','Hamilton-9-19-2024'],['Aladdin','New Amsterdam Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6332748','Aladdin-9-19-2024'],['Hadestown','Walter Kerr Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6334256','Hadestown-9-19-2024'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Thursday','9/19/2024','7:00 PM','6334363','Harry-Potter-and-The-Cursed-Child-9-19-2024'],['The Notebook - The Musical','Gerald Schoenfeld Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6323912','The-Notebook---The-Musical-9-19-2024'],['The Lion King','Minskoff Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6334627','The-Lion-King-9-19-2024'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6334797','Moulin-Rouge---The-Musical-9-19-2024'],['Wicked','Gershwin Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6335206','Wicked-9-19-2024'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','9/19/2024','7:00 PM','6389966','Chicago---The-Musical-9-19-2024'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6395837','--Juliet-9-19-2024'],['Six The Musical','Lena Horne Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6396026','Six-The-Musical-9-19-2024'],['The Roommate','Booth Theatre','New York, NY','Thursday','9/19/2024','7:00 PM','6420998','The-Roommate-9-19-2024'],['Water For Elephants - The Musical','Imperial Theatre - NY','New York, NY','Thursday','9/19/2024','7:00 PM','6424766','Water-For-Elephants---The-Musical-9-19-2024']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');