//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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([['Lucas Zelnick','Comedy Off Broadway','Lexington, KY','Friday','2/21/2025','7:00 PM','6841004','Lucas-Zelnick-2-21-2025'],['Wicked','Gershwin Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6817630','Wicked-2-21-2025'],['Titanique - Musical','Daryl Roth Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6515165','Titanique---Musical-2-21-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6507598','Death-Becomes-Her-2-21-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Friday','2/21/2025','7:00 PM','6514352','Hell-s-Kitchen---The-Musical-2-21-2025'],['The Lion King','Minskoff Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6514586','The-Lion-King-2-21-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6494213','Aladdin-2-21-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Friday','2/21/2025','7:00 PM','6495784','Maybe-Happy-Ending---A-New-Musical-2-21-2025'],['Gypsy','Majestic Theatre - NY','New York, NY','Friday','2/21/2025','7:00 PM','6485562','Gypsy-2-21-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6538454','Hadestown-2-21-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Friday','2/21/2025','7:00 PM','6555382','The-Great-Gatsby---A-New-Musical-2-21-2025'],['Drag - The Musical','New World Stages: Stage 3','New York, NY','Friday','2/21/2025','7:00 PM','6555101','Drag---The-Musical-2-21-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Friday','2/21/2025','7:00 PM','6554730','The-Play-That-Goes-Wrong--2-21-2025'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6558598','MJ---The-Musical-2-21-2025'],['Six The Musical','Lena Horne Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6558869','Six-The-Musical-2-21-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Friday','2/21/2025','7:00 PM','6230558','Little-Shop-Of-Horrors-2-21-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6334974','Moulin-Rouge---The-Musical-2-21-2025'],['A Wonderful World - The Louis Armstrong Musical','Studio 54 - NY','New York, NY','Friday','2/21/2025','7:00 PM','6388813','A-Wonderful-World---The-Louis-Armstrong-Musical-2-21-2025'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Friday','2/21/2025','7:00 PM','6645862','The-Outsiders-2-21-2025'],['Harry Potter and the Cursed Child','Lyric Theatre - New York','New York, NY','Friday','2/21/2025','7:00 PM','6654814','Harry-Potter-and-the-Cursed-Child-2-21-2025'],['Redwood','Nederlander Theatre - NY','New York, NY','Friday','2/21/2025','7:00 PM','6584224','Redwood-2-21-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6613296','Hamilton-2-21-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Friday','2/21/2025','7:00 PM','6683988','The-Gazillion-Bubble-Show-2-21-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Friday','2/21/2025','7:00 PM','6810187','The-Book-Of-Mormon-2-21-2025'],['Shrek The Musical','Uxbridge Music Hall','Uxbridge, Canada','Friday','2/21/2025','7:30 PM','6910562','Shrek-The-Musical-2-21-2025']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');