// 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-04A 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([['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Tuesday','6/17/2025','7:30 PM','6881666','Back-To-The-Future---Theatrical-Production-6-17-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Wednesday','6/18/2025','7:30 PM','6881667','Back-To-The-Future---Theatrical-Production-6-18-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Thursday','6/19/2025','7:30 PM','6881668','Back-To-The-Future---Theatrical-Production-6-19-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Friday','6/20/2025','7:30 PM','6881669','Back-To-The-Future---Theatrical-Production-6-20-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Saturday','6/21/2025','2:00 PM','6881665','Back-To-The-Future---Theatrical-Production-6-21-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Saturday','6/21/2025','8:00 PM','6881670','Back-To-The-Future---Theatrical-Production-6-21-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Sunday','6/22/2025','1:00 PM','6881671','Back-To-The-Future---Theatrical-Production-6-22-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Sunday','6/22/2025','6:30 PM','6881672','Back-To-The-Future---Theatrical-Production-6-22-2025'],['Back To The Future - Theatrical Production','West Herr Auditorium Theatre','Rochester, NY','Monday','6/23/2025','6:30 PM','6924270','Back-To-The-Future---Theatrical-Production-6-23-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Tuesday','6/24/2025','7:30 PM','6331368','Back-To-The-Future---Theatrical-Production-6-24-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Wednesday','6/25/2025','7:30 PM','6331570','Back-To-The-Future---Theatrical-Production-6-25-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Thursday','6/26/2025','7:30 PM','6331277','Back-To-The-Future---Theatrical-Production-6-26-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Friday','6/27/2025','7:30 PM','6331571','Back-To-The-Future---Theatrical-Production-6-27-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Saturday','6/28/2025','2:00 PM','6331278','Back-To-The-Future---Theatrical-Production-6-28-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Saturday','6/28/2025','8:00 PM','6331489','Back-To-The-Future---Theatrical-Production-6-28-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Sunday','6/29/2025','1:00 PM','6331335','Back-To-The-Future---Theatrical-Production-6-29-2025'],['Back To The Future - Theatrical Production','Sheas Performing Arts Center','Buffalo, NY','Sunday','6/29/2025','6:30 PM','6331572','Back-To-The-Future---Theatrical-Production-6-29-2025']],'Back To The Future New York','http://www.ticketnetwork.com/en/search/?text=Back%20To%20The%20Future%20New%20York');