//
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([['Titanique - Musical','Broadway Playhouse at Water Tower Place','Chicago, IL','Sunday','7/6/2025','6:30 PM','7062090','Titanique---Musical-7-6-2025'],['Little Shop Of Horrors','Westside Theatre Upstairs','New York, NY','Sunday','7/6/2025','7:30 PM','6230715','Little-Shop-Of-Horrors-7-6-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Sunday','7/6/2025','7:30 PM','6900382','Hadestown-7-6-2025'],['Death Becomes Her','Lunt-fontanne Theatre','New York, NY','Sunday','7/6/2025','7:30 PM','6865575','Death-Becomes-Her-7-6-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Sunday','7/6/2025','7:30 PM','7035997','Operation-Mincemeat-7-6-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Sunday','7/6/2025','7:30 PM','7003524','Moulin-Rouge---The-Musical-7-6-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Sunday','7/6/2025','7:30 PM','7167409','Perfect-Crime-7-6-2025'],['The Broadway Witches' Good Witch/Bad Witch with The Ocean City POPS','Ocean City Music Pier','Ocean City, NJ','Sunday','7/6/2025','7:30 PM','7153916','The-Broadway-Witches--Good-Witch-Bad-Witch-with-The-Ocean-City-POPS-7-6-2025'],['Cabaret at the Kit Kat Club','Virginia/August Wilson Theatre - NY','New York, NY','Sunday','7/6/2025','8:00 PM','7161589','Cabaret-at-the-Kit-Kat-Club-7-6-2025'],['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Sunday','7/6/2025','8:00 PM','6953305','Penn---Teller-7-6-2025'],['Wicked','Gershwin Theatre','New York, NY','Monday','7/7/2025','7:00 PM','6866585','Wicked-7-7-2025'],['Hell's Kitchen - The Musical','Shubert Theatre - NY','New York, NY','Monday','7/7/2025','7:00 PM','6865920','Hell-s-Kitchen---The-Musical-7-7-2025'],['The Great Gatsby - A New Musical','Broadway Theatre - New York','New York, NY','Monday','7/7/2025','7:00 PM','6811159','The-Great-Gatsby---A-New-Musical-7-7-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','7/7/2025','7:00 PM','6991995','Chicago---The-Musical-7-7-2025'],['Six The Musical','Lena Horne Theatre','New York, NY','Monday','7/7/2025','7:00 PM','6956711','Six-The-Musical-7-7-2025'],['The Play That Goes Wrong ','New World Stages: Stage 4','New York, NY','Monday','7/7/2025','7:00 PM','6956578','The-Play-That-Goes-Wrong--7-7-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Monday','7/7/2025','7:00 PM','7059179','Duke---Roya-7-7-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Monday','7/7/2025','7:00 PM','7070875','Heathers---The-Musical-7-7-2025'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Monday','7/7/2025','7:30 PM','7140251','Oh--Mary--7-7-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Monday','7/7/2025','8:00 PM','7167410','Perfect-Crime-7-7-2025']],'Broadway Shows','http://www.ticketnetwork.com/en/search/?text=Broadway%20Shows');