//
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([['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/2/2025','2:00 PM','7003435','Moulin-Rouge---The-Musical-7-2-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/2/2025','8:00 PM','7003479','Moulin-Rouge---The-Musical-7-2-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Thursday','7/3/2025','7:00 PM','7003370','Moulin-Rouge---The-Musical-7-3-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Friday','7/4/2025','7:00 PM','7003371','Moulin-Rouge---The-Musical-7-4-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Saturday','7/5/2025','2:00 PM','7003436','Moulin-Rouge---The-Musical-7-5-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Saturday','7/5/2025','8:00 PM','7003480','Moulin-Rouge---The-Musical-7-5-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Sunday','7/6/2025','1:30 PM','7003523','Moulin-Rouge---The-Musical-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'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','7/8/2025','7:00 PM','7003372','Moulin-Rouge---The-Musical-7-8-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/9/2025','2:00 PM','7003437','Moulin-Rouge---The-Musical-7-9-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/9/2025','8:00 PM','7003481','Moulin-Rouge---The-Musical-7-9-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Thursday','7/10/2025','7:00 PM','7003373','Moulin-Rouge---The-Musical-7-10-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Friday','7/11/2025','7:00 PM','7003374','Moulin-Rouge---The-Musical-7-11-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'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Saturday','7/12/2025','8:00 PM','7003482','Moulin-Rouge---The-Musical-7-12-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Sunday','7/13/2025','5:00 PM','7003525','Moulin-Rouge---The-Musical-7-13-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Tuesday','7/15/2025','7:00 PM','7003375','Moulin-Rouge---The-Musical-7-15-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/16/2025','2:00 PM','7003439','Moulin-Rouge---The-Musical-7-16-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Wednesday','7/16/2025','8:00 PM','7003483','Moulin-Rouge---The-Musical-7-16-2025'],['Moulin Rouge - The Musical','Al Hirschfeld Theatre','New York, NY','Thursday','7/17/2025','7:00 PM','7003376','Moulin-Rouge---The-Musical-7-17-2025']],'Moulin Rouge New York NY','http://www.ticketnetwork.com/en/search/?text=Moulin%20Rouge%20New%20York%20NY');