//
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([['Marcus D. Wiley','Comedy Off Broadway','Lexington, KY','Friday','7/18/2025','7:00 PM','7155707','Marcus-D--Wiley-7-18-2025'],['Oh, Mary!','Lyceum Theatre - New York','New York, NY','Friday','7/18/2025','7:30 PM','7140260','Oh--Mary--7-18-2025'],['Buena Vista Social Club - Musical','Gerald Schoenfeld Theatre','New York, NY','Friday','7/18/2025','7:30 PM','6725524','Buena-Vista-Social-Club---Musical-7-18-2025'],['Operation Mincemeat','John Golden Theatre','New York, NY','Friday','7/18/2025','7:30 PM','7053994','Operation-Mincemeat-7-18-2025'],['Shrek The Musical','The Sheldon Theater','Red Wing, MN','Friday','7/18/2025','7:30 PM','7157206','Shrek-The-Musical-7-18-2025'],['Just in Time','Circle In The Square Theatre','New York, NY','Friday','7/18/2025','8:00 PM','6811566','Just-in-Time-7-18-2025'],['Aladdin','New Amsterdam Theatre','New York, NY','Friday','7/18/2025','8:00 PM','6963616','Aladdin-7-18-2025'],['& Juliet','Stephen Sondheim Theatre','New York, NY','Friday','7/18/2025','8:00 PM','6968540','--Juliet-7-18-2025'],['The Lion King','Minskoff Theatre','New York, NY','Friday','7/18/2025','8:00 PM','6969102','The-Lion-King-7-18-2025'],['Shrek The Musical','Seacoast Repertory Theatre','Portsmouth, NH','Friday','7/18/2025','8:00 PM','6907848','Shrek-The-Musical-7-18-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Friday','7/18/2025','8:00 PM','6992011','Chicago---The-Musical-7-18-2025'],['Perfect Crime','Anne L. Bernstein Theater at The Theater Center','New York, NY','Friday','7/18/2025','8:00 PM','7167421','Perfect-Crime-7-18-2025'],['Rolling Thunder','New World Stages: Stage 3','New York, NY','Friday','7/18/2025','8:00 PM','7139463','Rolling-Thunder-7-18-2025'],['Dilaria','Dr2 Theatre','New York, NY','Friday','7/18/2025','8:00 PM','7146269','Dilaria-7-18-2025'],['Penn & Teller','Penn & Teller Theater at Rio Las Vegas','Las Vegas, NV','Friday','7/18/2025','8:00 PM','6953313','Penn---Teller-7-18-2025'],['Ginger Twinsies','Orpheum Theatre - NYC','New York, NY','Friday','7/18/2025','9:00 PM','7138923','Ginger-Twinsies-7-18-2025'],['Marcus D. Wiley','Comedy Off Broadway','Lexington, KY','Friday','7/18/2025','9:30 PM','7155709','Marcus-D--Wiley-7-18-2025'],['Friends! The Musical Parody','Jerry Orbach Theater at The Theater Center','New York, NY','Friday','7/18/2025','9:30 PM','7166566','Friends--The-Musical-Parody-7-18-2025'],['The Gazillion Bubble Show','New World Stages: Stage 2','New York, NY','Saturday','7/19/2025','11:00 AM','7059726','The-Gazillion-Bubble-Show-7-19-2025'],['Vital's Wizard of Oz','Actors Temple Theater','New York, NY','Saturday','7/19/2025','11:00 AM','7146476','Vital-s-Wizard-of-Oz-7-19-2025'],['Purpose - Play','Helen Hayes Theatre','New York, NY','Saturday','7/19/2025','1:00 PM','7191896','Purpose---Play-7-19-2025'],['John Proctor is the Villain','Booth Theatre','New York, NY','Saturday','7/19/2025','1:00 PM','7205640','John-Proctor-is-the-Villain-7-19-2025'],['Hamilton','Richard Rodgers Theatre','New York, NY','Saturday','7/19/2025','1:00 PM','6952521','Hamilton-7-19-2025'],['Maybe Happy Ending - A New Musical','Belasco Theatre - NY','New York, NY','Saturday','7/19/2025','1:00 PM','6886270','Maybe-Happy-Ending---A-New-Musical-7-19-2025'],['Stranger Things: The First Shadow','Marquis Theatre - NY','New York, NY','Saturday','7/19/2025','1:00 PM','6706740','Stranger-Things--The-First-Shadow-7-19-2025']],'broadway','http://www.ticketnetwork.com/en/search/?text=broadway');