//
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([['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Friday','7/11/2025','8:00 PM','6953307','Penn---Teller-7-11-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','7/12/2025','11:00 AM','7059725','The-Gazillion-Bubble-Show-7-12-2025'],['Vital's Wizard of Oz','Actors Temple Theater','New York, NY','Saturday','7/12/2025','11:00 AM','7146475','Vital-s-Wizard-of-Oz-7-12-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Saturday','7/12/2025','1:00 PM','6952518','Hamilton-7-12-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Saturday','7/12/2025','1:00 PM','6886268','Maybe-Happy-Ending---A-New-Musical-7-12-2025'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Saturday','7/12/2025','1:00 PM','6706738','Stranger-Things--The-First-Shadow-7-12-2025'],['John Proctor is the Villain','Booth Theatre','New York, NY','Saturday','7/12/2025','1:00 PM','7191617','John-Proctor-is-the-Villain-7-12-2025'],['Purpose - Play','Helen Hayes Theatre','New York, NY','Saturday','7/12/2025','1:00 PM','7191888','Purpose---Play-7-12-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Saturday','7/12/2025','2:00 PM','7167415','Perfect-Crime-7-12-2025'],['Sunset Blvd.','St. James Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','7017065','Sunset-Blvd--7-12-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','7003438','Moulin-Rouge---The-Musical-7-12-2025'],['The Outsiders','Bernard B. Jacobs Theater','New York, NY','Saturday','7/12/2025','2:00 PM','7007838','The-Outsiders-7-12-2025'],['Gypsy','Majestic Theatre - NY','New York, NY','Saturday','7/12/2025','2:00 PM','6987494','Gypsy-7-12-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','6963610','Aladdin-7-12-2025'],['The Lion King','Minskoff Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','6969096','The-Lion-King-7-12-2025'],['Hadestown','Walter Kerr Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','6968618','Hadestown-7-12-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','6968531','--Juliet-7-12-2025'],['Cabaret at the Kit Kat Club','Virginia/August Wilson Theatre - NY','New York, NY','Saturday','7/12/2025','2:00 PM','6971377','Cabaret-at-the-Kit-Kat-Club-7-12-2025'],['Heathers - The Musical','New World Stages: Stage 1','New York, NY','Saturday','7/12/2025','2:00 PM','7070902','Heathers---The-Musical-7-12-2025'],['The Pirates Of Penzance','Todd Haimes Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','7068957','The-Pirates-Of-Penzance-7-12-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','7036009','Operation-Mincemeat-7-12-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','7/12/2025','2:00 PM','7047907','The-Book-Of-Mormon-7-12-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','7/12/2025','2:00 PM','7059729','The-Gazillion-Bubble-Show-7-12-2025'],['Duke & Roya','Lucille Lortel','New York, NY','Saturday','7/12/2025','2:00 PM','7059186','Duke---Roya-7-12-2025'],['Call Me Izzy','Studio 54 - NY','New York, NY','Saturday','7/12/2025','2:00 PM','7051282','Call-Me-Izzy-7-12-2025']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');