//
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([['Le Grand Cirque','Broadway Theater - MB','Myrtle Beach, SC','Wednesday','8/12/2026','4:30 PM','7675128','Le-Grand-Cirque-8-12-2026'],['Emo Night Brooklyn','Amityville Music Hall','Amityville, NY','Wednesday','8/12/2026','6:00 PM','8104272','Emo-Night-Brooklyn-8-12-2026'],['Harry Potter and The Cursed Child','Lyric Theatre - New York','New York, NY','Wednesday','8/12/2026','7:00 PM','7579545','Harry-Potter-and-The-Cursed-Child-8-12-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Wednesday','8/12/2026','7:00 PM','7499488','The-Great-Gatsby---A-New-Musical-8-12-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7528550','Hamilton-8-12-2026'],['Wicked','Gershwin Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7551888','Wicked-8-12-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Wednesday','8/12/2026','7:00 PM','7748685','Heathers---The-Musical-8-12-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Wednesday','8/12/2026','7:00 PM','7721243','The-25th-Annual-Putnam-County-Spelling-Bee-8-12-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7689929','MJ---The-Musical-8-12-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Wednesday','8/12/2026','7:00 PM','7690242','The-Play-That-Goes-Wrong--8-12-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7711331','Six-The-Musical-8-12-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Wednesday','8/12/2026','7:00 PM','7676812','Stranger-Things--The-First-Shadow-8-12-2026'],['Richard O'Brien's The Rocky Horror Show','Studio 54 - NY','New York, NY','Wednesday','8/12/2026','7:00 PM','7929570','Richard-O-Brien-s-The-Rocky-Horror-Show-8-12-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Wednesday','8/12/2026','7:00 PM','7766744','Maybe-Happy-Ending---A-New-Musical-8-12-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7806985','The-Book-Of-Mormon-8-12-2026'],['The Lion King','Minskoff Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7991178','The-Lion-King-8-12-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Wednesday','8/12/2026','7:00 PM','7991332','Aladdin-8-12-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Wednesday','8/12/2026','7:30 PM','7764380','Two-Strangers--Carry-A-Cake-Across-New-York--8-12-2026'],['Le Grand Cirque','Broadway Theater - MB','Myrtle Beach, SC','Wednesday','8/12/2026','7:30 PM','7675132','Le-Grand-Cirque-8-12-2026'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Wednesday','8/12/2026','7:30 PM','7579001','Buena-Vista-Social-Club---Musical-8-12-2026'],['Hadestown','Walter Kerr Theatre','New York, NY','Wednesday','8/12/2026','7:30 PM','7462525','Hadestown-8-12-2026'],['The Lost Boys','Palace Theatre New York City','New York, NY','Wednesday','8/12/2026','7:30 PM','7483876','The-Lost-Boys-8-12-2026'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Wednesday','8/12/2026','7:30 PM','7500063','The-Outsiders-8-12-2026'],['Schmigadoon!','Nederlander Theatre - NY','New York, NY','Wednesday','8/12/2026','7:30 PM','7524486','Schmigadoon--8-12-2026'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Wednesday','8/12/2026','7:30 PM','7807495','Oh--Mary--8-12-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');