// 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-01B 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([['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Wednesday','4/30/2025','11:00 AM','6684043','The-Gazillion-Bubble-Show-4-30-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Wednesday','4/30/2025','1:00 PM','6613362','Hamilton-4-30-2025'],['Othello','Barrymore Theatre - NY','New York, NY','Wednesday','4/30/2025','1:00 PM','6692940','Othello-4-30-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Wednesday','4/30/2025','1:00 PM','6741612','Aladdin-4-30-2025'],['John Proctor is the Villain','Booth Theatre','New York, NY','Wednesday','4/30/2025','1:00 PM','6866105','John-Proctor-is-the-Villain-4-30-2025'],['Good Night, and Good Luck','Winter Garden Theatre - New York','New York, NY','Wednesday','4/30/2025','1:00 PM','6820125','Good-Night--and-Good-Luck-4-30-2025'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Wednesday','4/30/2025','1:00 PM','6900395','MJ---The-Musical-4-30-2025'],['Cabaret at the Kit Kat Club','Virginia/August Wilson Theatre - NY','New York, NY','Wednesday','4/30/2025','2:00 PM','6971295','Cabaret-at-the-Kit-Kat-Club-4-30-2025'],['All the Beauty in the World','Dr2 Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','7035670','All-the-Beauty-in-the-World-4-30-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6821287','--Juliet-4-30-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6818415','Hadestown-4-30-2025'],['The Picture Of Dorian Gray','Music Box Theatre - NY','New York, NY','Wednesday','4/30/2025','2:00 PM','6811640','The-Picture-Of-Dorian-Gray-4-30-2025'],['Smash','Imperial Theatre - NY','New York, NY','Wednesday','4/30/2025','2:00 PM','6811805','Smash-4-30-2025'],['Floyd Collins','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Wednesday','4/30/2025','2:00 PM','6865813','Floyd-Collins-4-30-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6860036','Operation-Mincemeat-4-30-2025'],['Glengarry Glen Ross','Palace Theatre New York City','New York, NY','Wednesday','4/30/2025','2:00 PM','6876298','Glengarry-Glen-Ross-4-30-2025'],['Purpose - Play','Helen Hayes Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6893751','Purpose---Play-4-30-2025'],['Last Call - The Play','New World Stages: Stage 5','New York, NY','Wednesday','4/30/2025','2:00 PM','6913570','Last-Call---The-Play-4-30-2025'],['Dead Outlaw','Longacre Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6950056','Dead-Outlaw-4-30-2025'],['The Lion King','Minskoff Theatre','New York, NY','Wednesday','4/30/2025','2:00 PM','6744364','The-Lion-King-4-30-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');