// 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-02A 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','Thursday','6/26/2025','11:00 AM','7059681','The-Gazillion-Bubble-Show-6-26-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Thursday','6/26/2025','2:00 PM','7059167','Duke---Roya-6-26-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Thursday','6/26/2025','2:00 PM','7059685','The-Gazillion-Bubble-Show-6-26-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Thursday','6/26/2025','2:00 PM','6956560','The-Play-That-Goes-Wrong--6-26-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Thursday','6/26/2025','2:00 PM','6811138','The-Great-Gatsby---A-New-Musical-6-26-2025'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Thursday','6/26/2025','5:00 PM','6862579','Oh--Mary--6-26-2025'],['The Pirates Of Penzance','Todd Haimes Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','7068939','The-Pirates-Of-Penzance-6-26-2025'],['The Picture Of Dorian Gray','Music Box Theatre - NY','New York, NY','Thursday','6/26/2025','7:00 PM','7094431','The-Picture-Of-Dorian-Gray-6-26-2025'],['John Heffron','Comedy Off Broadway','Lexington, KY','Thursday','6/26/2025','7:00 PM','7091557','John-Heffron-6-26-2025'],['Stephen Sondheim's Old Friends','Samuel J. Friedman Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','7154983','Stephen-Sondheim-s-Old-Friends-6-26-2025'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','7196491','Titanique---Musical-6-26-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Thursday','6/26/2025','7:00 PM','6230701','Little-Shop-Of-Horrors-6-26-2025'],['Sunset Blvd.','St. James Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','6375808','Sunset-Blvd--6-26-2025'],['Gypsy','Majestic Theatre - NY','New York, NY','Thursday','6/26/2025','7:00 PM','6485670','Gypsy-6-26-2025'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Thursday','6/26/2025','7:00 PM','6706589','Stranger-Things--The-First-Shadow-6-26-2025'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','6725482','Buena-Vista-Social-Club---Musical-6-26-2025'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Thursday','6/26/2025','7:00 PM','6646012','The-Outsiders-6-26-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','6/26/2025','7:00 PM','6683901','Chicago---The-Musical-6-26-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Thursday','6/26/2025','7:00 PM','6865564','Death-Becomes-Her-6-26-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Thursday','6/26/2025','7:00 PM','6865906','Hell-s-Kitchen---The-Musical-6-26-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');