// 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-04B 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([['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','4/20/2025','7:00 PM','6683813','Chicago---The-Musical-4-20-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','4/21/2025','7:00 PM','6683816','Chicago---The-Musical-4-21-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','4/22/2025','7:00 PM','6683821','Chicago---The-Musical-4-22-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','4/24/2025','7:00 PM','6683828','Chicago---The-Musical-4-24-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Friday','4/25/2025','8:00 PM','6683832','Chicago---The-Musical-4-25-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','4/26/2025','2:30 PM','6683836','Chicago---The-Musical-4-26-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','4/26/2025','8:00 PM','6683840','Chicago---The-Musical-4-26-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','4/27/2025','2:00 PM','6683810','Chicago---The-Musical-4-27-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','4/27/2025','7:00 PM','6683814','Chicago---The-Musical-4-27-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','4/28/2025','7:00 PM','6683817','Chicago---The-Musical-4-28-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','4/29/2025','7:00 PM','6683822','Chicago---The-Musical-4-29-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','5/1/2025','7:00 PM','6683857','Chicago---The-Musical-5-1-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Friday','5/2/2025','8:00 PM','6683862','Chicago---The-Musical-5-2-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','5/3/2025','2:30 PM','6683867','Chicago---The-Musical-5-3-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','5/3/2025','8:00 PM','6683872','Chicago---The-Musical-5-3-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','5/4/2025','2:00 PM','6683841','Chicago---The-Musical-5-4-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Sunday','5/4/2025','7:00 PM','6683845','Chicago---The-Musical-5-4-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Monday','5/5/2025','7:00 PM','6683849','Chicago---The-Musical-5-5-2025'],['Chicago - The Musical','Broome County Forum','Binghamton, NY','Monday','5/5/2025','7:30 PM','6631576','Chicago---The-Musical-5-5-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Tuesday','5/6/2025','7:00 PM','6683853','Chicago---The-Musical-5-6-2025'],['Chicago - The Musical','Broome County Forum','Binghamton, NY','Tuesday','5/6/2025','7:30 PM','6631577','Chicago---The-Musical-5-6-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Thursday','5/8/2025','7:00 PM','6683858','Chicago---The-Musical-5-8-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Friday','5/9/2025','8:00 PM','6683863','Chicago---The-Musical-5-9-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','5/10/2025','2:30 PM','6683868','Chicago---The-Musical-5-10-2025'],['Chicago - The Musical','Ambassador Theatre - NY','New York, NY','Saturday','5/10/2025','8:00 PM','6683873','Chicago---The-Musical-5-10-2025']],'Chicago The Musical New York','http://www.ticketnetwork.com/en/search/?text=Chicago%20The%20Musical%20New%20York');