// 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([['Hot Jersey Nights','Broadway Theater - MB','Myrtle Beach, SC','Friday','2/27/2026','5:00 PM','7643357','Hot-Jersey-Nights-2-27-2026'],['Earlybirds Club','Warehouse On Broadway','Kansas City, MO','Friday','2/27/2026','6:00 PM','7527513','Earlybirds-Club-2-27-2026'],['Courtney Fowler Performance Academy: Songs From Broadway 10 - A Decade of Dreamss','Holy Heart Theatre','St. John's, Canada','Friday','2/27/2026','6:30 PM','7706717','Courtney-Fowler-Performance-Academy--Songs-From-Broadway-10---A-Decade-of-Dreamss-2-27-2026'],['The Lion King','Minskoff Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7309610','The-Lion-King-2-27-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Friday','2/27/2026','7:00 PM','7310315','The-Great-Gatsby---A-New-Musical-2-27-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7310411','Hamilton-2-27-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7296869','Buena-Vista-Social-Club---Musical-2-27-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7300359','Aladdin-2-27-2026'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7396268','Moulin-Rouge---The-Musical-2-27-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Friday','2/27/2026','7:00 PM','7394532','Maybe-Happy-Ending---A-New-Musical-2-27-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Friday','2/27/2026','7:00 PM','7356519','The-Play-That-Goes-Wrong--2-27-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7356279','MJ---The-Musical-2-27-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Friday','2/27/2026','7:00 PM','7191726','The-Outsiders-2-27-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Friday','2/27/2026','7:00 PM','7192089','Stranger-Things--The-First-Shadow-2-27-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7205525','Hadestown-2-27-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Friday','2/27/2026','7:00 PM','7206340','Harry-Potter-and-The-Cursed-Child-2-27-2026'],['Chess: The Musical','Imperial Theatre - NY','New York, NY','Friday','2/27/2026','7:00 PM','7240024','Chess--The-Musical-2-27-2026'],['Wicked','Gershwin Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7271114','Wicked-2-27-2026'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Friday','2/27/2026','7:00 PM','6956096','Little-Shop-Of-Horrors-2-27-2026'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7126483','Death-Becomes-Her-2-27-2026'],['Chinese Republicans','Laura Pels Theatre At The Steinberg Center','New York, NY','Friday','2/27/2026','7:00 PM','7454698','Chinese-Republicans-2-27-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7420367','The-Book-Of-Mormon-2-27-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Friday','2/27/2026','7:00 PM','7478397','Six-The-Musical-2-27-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Friday','2/27/2026','7:00 PM','7478599','The-Gazillion-Bubble-Show-2-27-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Friday','2/27/2026','7:00 PM','7546066','Ragtime-2-27-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');