//
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([['Rilo Kiley','The Rooftop at Pier 17','New York, NY','Friday','9/5/2025','7:00 PM','7047161','Rilo-Kiley-9-5-2025'],['Sierra Ferrell','The Rooftop at Pier 17','New York, NY','Saturday','9/6/2025','7:00 PM','6952761','Sierra-Ferrell-9-6-2025'],['Cash Cobain','The Rooftop at Pier 17','New York, NY','Sunday','9/7/2025','8:00 PM','7233031','Cash-Cobain-9-7-2025'],['Maren Morris','The Rooftop at Pier 17','New York, NY','Tuesday','9/9/2025','7:00 PM','7116277','Maren-Morris-9-9-2025'],['Supergrass','The Rooftop at Pier 17','New York, NY','Thursday','9/11/2025','7:00 PM','6996853','Supergrass-9-11-2025'],['Joe Russo's Almost Dead','The Rooftop at Pier 17','New York, NY','Friday','9/12/2025','6:00 PM','7221888','Joe-Russo-s-Almost-Dead-9-12-2025'],['Joe Russo's Almost Dead','The Rooftop at Pier 17','New York, NY','Saturday','9/13/2025','6:00 PM','7221889','Joe-Russo-s-Almost-Dead-9-13-2025'],['Uncle Waffles','The Rooftop at Pier 17','New York, NY','Sunday','9/14/2025','6:00 PM','7292765','Uncle-Waffles-9-14-2025'],['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']],'rooftop pier 17 concerts','http://www.ticketnetwork.com/en/search/?text=rooftop%20pier%2017%20concerts');