//
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-01A
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([['New York Philharmonic: Semyon Bychkov Conducts Bruckner's Eighth','David Geffen Hall at Lincoln Center','New York, NY','Thursday','6/4/2026','7:30 PM','7039314','New-York-Philharmonic--Semyon-Bychkov-Conducts-Bruckner-s-Eighth-6-4-2026'],['New York Philharmonic: Semyon Bychkov Conducts Bruckner's Eighth','David Geffen Hall at Lincoln Center','New York, NY','Friday','6/5/2026','7:30 PM','7039315','New-York-Philharmonic--Semyon-Bychkov-Conducts-Bruckner-s-Eighth-6-5-2026'],['New York Philharmonic: Semyon Bychkov Conducts Bruckner's Eighth','David Geffen Hall at Lincoln Center','New York, NY','Saturday','6/6/2026','7:30 PM','7039316','New-York-Philharmonic--Semyon-Bychkov-Conducts-Bruckner-s-Eighth-6-6-2026'],['New York Philharmonic: Disney's Encanto In Concert','David Geffen Hall at Lincoln Center','New York, NY','Thursday','6/18/2026','7:30 PM','7039317','New-York-Philharmonic--Disney-s-Encanto-In-Concert-6-18-2026'],['New York Philharmonic: Disney's Encanto In Concert','David Geffen Hall at Lincoln Center','New York, NY','Friday','6/19/2026','7:30 PM','7039318','New-York-Philharmonic--Disney-s-Encanto-In-Concert-6-19-2026'],['New York Philharmonic: Disney's Encanto In Concert','David Geffen Hall at Lincoln Center','New York, NY','Saturday','6/20/2026','2:00 PM','7039319','New-York-Philharmonic--Disney-s-Encanto-In-Concert-6-20-2026'],['New York Philharmonic: Disney's Encanto In Concert','David Geffen Hall at Lincoln Center','New York, NY','Sunday','6/21/2026','2:00 PM','7039320','New-York-Philharmonic--Disney-s-Encanto-In-Concert-6-21-2026'],['The Church','Sony Hall','New York, NY','Tuesday','6/23/2026','8:00 PM','7047930','The-Church-6-23-2026'],['New York Philharmonic: Star Wars - Return of the Jedi In Concert','David Geffen Hall at Lincoln Center','New York, NY','Wednesday','6/24/2026','7:30 PM','7039321','New-York-Philharmonic--Star-Wars---Return-of-the-Jedi-In-Concert-6-24-2026'],['New York Philharmonic: Star Wars - Return of the Jedi In Concert','David Geffen Hall at Lincoln Center','New York, NY','Thursday','6/25/2026','7:30 PM','7039322','New-York-Philharmonic--Star-Wars---Return-of-the-Jedi-In-Concert-6-25-2026'],['New York Philharmonic: Star Wars - Return of the Jedi In Concert','David Geffen Hall at Lincoln Center','New York, NY','Friday','6/26/2026','7:30 PM','7039323','New-York-Philharmonic--Star-Wars---Return-of-the-Jedi-In-Concert-6-26-2026'],['New York Philharmonic: Star Wars - Return of the Jedi In Concert','David Geffen Hall at Lincoln Center','New York, NY','Saturday','6/27/2026','7:30 PM','7039324','New-York-Philharmonic--Star-Wars---Return-of-the-Jedi-In-Concert-6-27-2026'],['Harlem Gospel Choir','Sony Hall','New York, NY','Saturday','6/7/2070','TBD','4376005','Harlem-Gospel-Choir-6-7-2070'],['Harlem Gospel Choir','Sony Hall','New York, NY','Saturday','6/28/2070','TBD','4375999','Harlem-Gospel-Choir-6-28-2070']],'concerts new york june','http://www.ticketnetwork.com/en/search/?text=concerts%20new%20york%20june');