// 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-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([['Camelot','John W. Engeman Theater','Northport, NY','Thursday','5/14/2026','8:00 PM','7351437','Camelot-5-14-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Friday','5/15/2026','8:00 PM','7351438','Camelot-5-15-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/16/2026','2:00 PM','7351439','Camelot-5-16-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/16/2026','8:00 PM','7351440','Camelot-5-16-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','5/17/2026','2:00 PM','7351441','Camelot-5-17-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Thursday','5/21/2026','8:00 PM','7351442','Camelot-5-21-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Friday','5/22/2026','8:00 PM','7351443','Camelot-5-22-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/23/2026','2:00 PM','7351444','Camelot-5-23-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/23/2026','8:00 PM','7351445','Camelot-5-23-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','5/24/2026','2:00 PM','7351446','Camelot-5-24-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','5/24/2026','7:00 PM','7351447','Camelot-5-24-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Wednesday','5/27/2026','7:00 PM','7351448','Camelot-5-27-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Thursday','5/28/2026','8:00 PM','7351449','Camelot-5-28-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Friday','5/29/2026','8:00 PM','7351450','Camelot-5-29-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/30/2026','2:00 PM','7351451','Camelot-5-30-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','5/30/2026','8:00 PM','7351452','Camelot-5-30-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','5/31/2026','2:00 PM','7351453','Camelot-5-31-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','5/31/2026','7:00 PM','7351454','Camelot-5-31-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Wednesday','6/3/2026','7:00 PM','7351455','Camelot-6-3-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Thursday','6/4/2026','8:00 PM','7351456','Camelot-6-4-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Friday','6/5/2026','8:00 PM','7351457','Camelot-6-5-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','6/6/2026','2:00 PM','7351458','Camelot-6-6-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Saturday','6/6/2026','8:00 PM','7351459','Camelot-6-6-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','6/7/2026','2:00 PM','7351460','Camelot-6-7-2026'],['Camelot','John W. Engeman Theater','Northport, NY','Sunday','6/7/2026','7:00 PM','7351461','Camelot-6-7-2026']],'camelot','http://www.ticketnetwork.com/en/search/?text=camelot');