// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //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([['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/1/2025','2:00 PM','6810306','The-Book-Of-Mormon-6-1-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/1/2025','7:00 PM','6810305','The-Book-Of-Mormon-6-1-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Tuesday','6/3/2025','7:00 PM','6810315','The-Book-Of-Mormon-6-3-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','6/4/2025','7:00 PM','6810316','The-Book-Of-Mormon-6-4-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Thursday','6/5/2025','7:00 PM','6810317','The-Book-Of-Mormon-6-5-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Friday','6/6/2025','7:00 PM','6810318','The-Book-Of-Mormon-6-6-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','6/7/2025','2:00 PM','6810311','The-Book-Of-Mormon-6-7-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','6/7/2025','7:00 PM','6810319','The-Book-Of-Mormon-6-7-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/8/2025','2:00 PM','6810307','The-Book-Of-Mormon-6-8-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/8/2025','7:00 PM','6810320','The-Book-Of-Mormon-6-8-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Tuesday','6/10/2025','7:00 PM','6810321','The-Book-Of-Mormon-6-10-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','6/11/2025','7:00 PM','6810322','The-Book-Of-Mormon-6-11-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Thursday','6/12/2025','7:00 PM','6810323','The-Book-Of-Mormon-6-12-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Friday','6/13/2025','7:00 PM','6810324','The-Book-Of-Mormon-6-13-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','6/14/2025','2:00 PM','6810312','The-Book-Of-Mormon-6-14-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Saturday','6/14/2025','7:00 PM','6810325','The-Book-Of-Mormon-6-14-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/15/2025','2:00 PM','6810308','The-Book-Of-Mormon-6-15-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Sunday','6/15/2025','7:00 PM','6810326','The-Book-Of-Mormon-6-15-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Tuesday','6/17/2025','7:00 PM','6810327','The-Book-Of-Mormon-6-17-2025'],['The Book Of Mormon','Eugene O'Neill Theatre','New York, NY','Wednesday','6/18/2025','7:00 PM','6810328','The-Book-Of-Mormon-6-18-2025']],'Book of Mormon New York NY','http://www.ticketnetwork.com/en/search/?text=Book%20of%20Mormon%20New%20York%20NY');