//
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([['Jack Dejohnette','Ulster Performing Arts Center','Kingston, NY','Sunday','8/9/2026','5:00 PM','8101672','Jack-Dejohnette-8-9-2026'],['Celebrity Autobiography','Shubert Theatre - NY','New York, NY','Sunday','8/9/2026','6:00 PM','7941096','Celebrity-Autobiography-8-9-2026'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Sunday','8/9/2026','6:30 PM','7723875','--Juliet-8-9-2026'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Sunday','8/9/2026','7:00 PM','7676802','Stranger-Things--The-First-Shadow-8-9-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Sunday','8/9/2026','7:00 PM','7711321','Six-The-Musical-8-9-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','8/9/2026','7:00 PM','7711091','Chicago---The-Musical-8-9-2026'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','8/9/2026','7:00 PM','7806974','The-Book-Of-Mormon-8-9-2026'],['Operation Mincemeat','John Golden Theatre','New York, NY','Sunday','8/9/2026','7:30 PM','7724055','Operation-Mincemeat-8-9-2026'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','8/9/2026','7:30 PM','8039684','Perfect-Crime-8-9-2026'],['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Sunday','8/9/2026','8:00 PM','7866652','Penn---Teller-8-9-2026'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','8/10/2026','7:00 PM','7711096','Chicago---The-Musical-8-10-2026'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','8/10/2026','7:00 PM','7711326','Six-The-Musical-8-10-2026'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','8/10/2026','7:00 PM','7690237','The-Play-That-Goes-Wrong--8-10-2026'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','8/10/2026','7:00 PM','7748681','Heathers---The-Musical-8-10-2026'],['The 25th Annual Putnam County Spelling Bee','New World Stages: Stage 3','New York, NY','Monday','8/10/2026','7:00 PM','7721238','The-25th-Annual-Putnam-County-Spelling-Bee-8-10-2026'],['Wicked','Gershwin Theatre','New York, NY','Monday','8/10/2026','7:00 PM','7551880','Wicked-8-10-2026'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','8/10/2026','7:00 PM','7499483','The-Great-Gatsby---A-New-Musical-8-10-2026'],['Le Grand Cirque','Broadway Theater - MB','Myrtle Beach, SC','Monday','8/10/2026','7:30 PM','7675130','Le-Grand-Cirque-8-10-2026'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Monday','8/10/2026','7:30 PM','7807486','Oh--Mary--8-10-2026'],['Marilyn Exposed','Actors Temple Theater','New York, NY','Monday','8/10/2026','7:30 PM','8012509','Marilyn-Exposed-8-10-2026']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');