//
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-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([['KYBBA','The Rooftop at Pier 17','New York, NY','Friday','9/19/2025','8:00 PM','7162380','KYBBA-9-19-2025'],['Shoreline Mafia','The Rooftop at Pier 17','New York, NY','Saturday','9/20/2025','7:00 PM','7104503','Shoreline-Mafia-9-20-2025'],['Ziggy Marley & Burning Spear','The Rooftop at Pier 17','New York, NY','Wednesday','9/24/2025','7:00 PM','7009871','Ziggy-Marley---Burning-Spear-9-24-2025'],['Illenium ','The Rooftop at Pier 17','New York, NY','Friday','9/26/2025','6:00 PM','7273081','Illenium---9-26-2025'],['Chance The Rapper','The Rooftop at Pier 17','New York, NY','Thursday','10/2/2025','8:00 PM','7319571','Chance-The-Rapper-10-2-2025'],['Jesse McCartney','The Rooftop at Pier 17','New York, NY','Saturday','10/4/2025','7:00 PM','7233847','Jesse-McCartney-10-4-2025'],['sombr','The Rooftop at Pier 17','New York, NY','Thursday','10/9/2025','7:00 PM','7106700','sombr-10-9-2025'],['sombr','The Rooftop at Pier 17','New York, NY','Friday','10/10/2025','8:00 PM','7115093','sombr-10-10-2025'],['Royel Otis','The Rooftop at Pier 17','New York, NY','Saturday','10/11/2025','7:00 PM','7139032','Royel-Otis-10-11-2025'],['Royel Otis','The Rooftop at Pier 17','New York, NY','Sunday','10/12/2025','7:00 PM','7216664','Royel-Otis-10-12-2025'],['Lamp - Band','The Rooftop at Pier 17','New York, NY','Friday','11/28/2025','8:00 PM','7288624','Lamp---Band-11-28-2025'],['Allen Stone & Ripe','The Rooftop at Pier 17','New York, NY','Friday','12/19/2025','7:30 PM','7235509','Allen-Stone---Ripe-12-19-2025'],['Allen Stone & Ripe','The Rooftop at Pier 17','New York, NY','Saturday','12/20/2025','7:30 PM','7251444','Allen-Stone---Ripe-12-20-2025'],['Ben Folds','The Rooftop at Pier 17','New York, NY','Sunday','12/21/2025','7:00 PM','7287790','Ben-Folds-12-21-2025'],['Loud Luxury','The Rooftop at Pier 17','New York, NY','Saturday','12/27/2025','10:00 PM','7396615','Loud-Luxury-12-27-2025'],['The Elovaters','The Rooftop at Pier 17','New York, NY','Friday','1/23/2026','8:00 PM','7397792','The-Elovaters-1-23-2026'],['Cash Cobain','The Rooftop at Pier 17','New York, NY','Saturday','2/21/2026','8:00 PM','7233031','Cash-Cobain-2-21-2026'],['Belle and Sebastian - 2 Day Pass','The Rooftop at Pier 17','New York, NY','Friday','5/22/2026','TBD','7356006','Belle-and-Sebastian---2-Day-Pass-5-22-2026'],['Belle and Sebastian','The Rooftop at Pier 17','New York, NY','Friday','5/22/2026','7:00 PM','7354170','Belle-and-Sebastian-5-22-2026'],['Belle and Sebastian','The Rooftop at Pier 17','New York, NY','Saturday','5/23/2026','7:00 PM','7354171','Belle-and-Sebastian-5-23-2026']],'rooftop pier 17 concerts','http://www.ticketnetwork.com/en/search/?text=rooftop%20pier%2017%20concerts');