//
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-03A
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 Very Hungry Caterpillar Show','Dr2 Theatre','New York, NY','Sunday','8/16/2026','12:00 PM','7996945','The-Very-Hungry-Caterpillar-Show-8-16-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Sunday','8/16/2026','12:00 PM','7797097','Jamie-Allan-s-Amaze-8-16-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','8/16/2026','12:00 PM','7877502','The-Gazillion-Bubble-Show-8-16-2026'],['Hamilton','Richard Rodgers Theatre','New York, NY','Sunday','8/16/2026','1:00 PM','7528399','Hamilton-8-16-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Sunday','8/16/2026','1:00 PM','7676798','Stranger-Things--The-First-Shadow-8-16-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Sunday','8/16/2026','1:00 PM','7734311','--Juliet-8-16-2026'],['The Lion King','Minskoff Theatre','New York, NY','Sunday','8/16/2026','1:00 PM','7991187','The-Lion-King-8-16-2026'],['Aladdin','New Amsterdam Theatre','New York, NY','Sunday','8/16/2026','1:00 PM','7991283','Aladdin-8-16-2026'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Sunday','8/16/2026','2:00 PM','7766736','Maybe-Happy-Ending---A-New-Musical-8-16-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Sunday','8/16/2026','2:00 PM','7748677','Heathers---The-Musical-8-16-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Sunday','8/16/2026','2:00 PM','7721229','The-25th-Annual-Putnam-County-Spelling-Bee-8-16-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Sunday','8/16/2026','2:00 PM','7724050','Operation-Mincemeat-8-16-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Sunday','8/16/2026','2:00 PM','7711317','Six-The-Musical-8-16-2026'],['Just in Time','Circle In The Square Theatre','New York, NY','Sunday','8/16/2026','2:00 PM','7709187','Just-in-Time-8-16-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','8/16/2026','2:00 PM','7711087','Chicago---The-Musical-8-16-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','8/16/2026','2:00 PM','7806970','The-Book-Of-Mormon-8-16-2026'],['Ragtime','Vivian Beaumont Theatre at Lincoln Center','New York, NY','Sunday','8/16/2026','3:00 PM','8037579','Ragtime-8-16-2026'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','8/16/2026','3:00 PM','8039691','Perfect-Crime-8-16-2026'],['Jamie Allan's Amaze','New World Stages: Stage 5','New York, NY','Sunday','8/16/2026','3:00 PM','7797107','Jamie-Allan-s-Amaze-8-16-2026'],['Richard O'Brien's The Rocky Horror Show','Studio 54 - NY','New York, NY','Sunday','8/16/2026','3:00 PM','7929562','Richard-O-Brien-s-The-Rocky-Horror-Show-8-16-2026'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Sunday','8/16/2026','3:00 PM','7877509','The-Gazillion-Bubble-Show-8-16-2026'],['The Whoopi Monologues','Mitzi E. Newhouse Theater at Lincoln Center','New York, NY','Sunday','8/16/2026','3:00 PM','7908409','The-Whoopi-Monologues-8-16-2026'],['Two Strangers (Carry A Cake Across New York)','Longacre Theatre','New York, NY','Sunday','8/16/2026','3:00 PM','7764389','Two-Strangers--Carry-A-Cake-Across-New-York--8-16-2026'],['MJ - The Musical','Neil Simon Theatre','New York, NY','Sunday','8/16/2026','3:00 PM','7689921','MJ---The-Musical-8-16-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Sunday','8/16/2026','3:00 PM','7690233','The-Play-That-Goes-Wrong--8-16-2026']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');