//
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-03A
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([['Andy Grammer','The Rooftop at Pier 17','New York, NY','Friday','7/18/2025','7:00 PM','7049496','Andy-Grammer-7-18-2025'],['Don Diablo','The Rooftop at Pier 17','New York, NY','Saturday','7/19/2025','6:00 PM','7151843','Don-Diablo-7-19-2025'],['Primus & Ty Segall','The Rooftop at Pier 17','New York, NY','Monday','7/21/2025','7:00 PM','7059464','Primus---Ty-Segall-7-21-2025'],['Trombone Shorty And Orleans Avenue & JJ Grey and Mofro','The Rooftop at Pier 17','New York, NY','Wednesday','7/23/2025','7:00 PM','7046124','Trombone-Shorty-And-Orleans-Avenue---JJ-Grey-and-Mofro-7-23-2025'],['Riley Green, Ella Langley, Vincent Mason & Wyatt McCubbin','The Rooftop at Pier 17','New York, NY','Thursday','7/24/2025','6:00 PM','6728373','Riley-Green--Ella-Langley--Vincent-Mason---Wyatt-McCubbin-7-24-2025'],['Drive By Truckers, Deer Tick & Thelma and The Sleaze','The Rooftop at Pier 17','New York, NY','Friday','7/25/2025','7:00 PM','6985773','Drive-By-Truckers--Deer-Tick---Thelma-and-The-Sleaze-7-25-2025'],['Pink Martini & China Forbes','The Rooftop at Pier 17','New York, NY','Monday','7/28/2025','7:00 PM','6935000','Pink-Martini---China-Forbes-7-28-2025'],['Guster & The Mountain Goats','The Rooftop at Pier 17','New York, NY','Thursday','7/31/2025','6:30 PM','7046031','Guster---The-Mountain-Goats-7-31-2025'],['Yacht Rock Revue','The Rooftop at Pier 17','New York, NY','Friday','8/1/2025','8:00 PM','6959886','Yacht-Rock-Revue-8-1-2025'],['Lost 80's Live','The Rooftop at Pier 17','New York, NY','Saturday','8/2/2025','5:00 PM','6890624','Lost-80-s-Live-8-2-2025'],['The Fray','The Rooftop at Pier 17','New York, NY','Tuesday','8/5/2025','6:30 PM','6996382','The-Fray-8-5-2025'],['Dropkick Murphys & Bad Religion','The Rooftop at Pier 17','New York, NY','Saturday','8/9/2025','6:00 PM','7111595','Dropkick-Murphys---Bad-Religion-8-9-2025'],['Rob Thomas & A Great Big World','The Rooftop at Pier 17','New York, NY','Tuesday','8/12/2025','7:00 PM','7141345','Rob-Thomas---A-Great-Big-World-8-12-2025'],['Cody Jinks','The Rooftop at Pier 17','New York, NY','Wednesday','8/13/2025','6:00 PM','6858945','Cody-Jinks-8-13-2025'],['Fitz and The Tantrums','The Rooftop at Pier 17','New York, NY','Thursday','8/14/2025','7:00 PM','7069452','Fitz-and-The-Tantrums-8-14-2025'],['Dark Star Orchestra','The Rooftop at Pier 17','New York, NY','Friday','8/15/2025','6:00 PM','7106608','Dark-Star-Orchestra-8-15-2025'],['Gimme Gimme Disco','The Rooftop at Pier 17','New York, NY','Saturday','8/16/2025','7:00 PM','7123764','Gimme-Gimme-Disco-8-16-2025'],['Jessie Murph','The Rooftop at Pier 17','New York, NY','Monday','8/25/2025','7:00 PM','7138458','Jessie-Murph-8-25-2025'],['Chevelle, Asking Alexandria & Dead Poet Society','The Rooftop at Pier 17','New York, NY','Tuesday','8/26/2025','6:30 PM','7059126','Chevelle--Asking-Alexandria---Dead-Poet-Society-8-26-2025'],['Rilo Kiley','The Rooftop at Pier 17','New York, NY','Friday','9/5/2025','7:00 PM','7047161','Rilo-Kiley-9-5-2025']],'rooftop pier 17 concerts','http://www.ticketnetwork.com/en/search/?text=rooftop%20pier%2017%20concerts');