// 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-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([['Mika','The Rooftop at Pier 17','New York, NY','Saturday','5/2/2026','7:00 PM','7571969','Mika-5-2-2026'],['Laszewo','The Rooftop at Pier 17','New York, NY','Saturday','5/9/2026','6:30 PM','7722625','Laszewo-5-9-2026'],['Bilmuri','The Rooftop at Pier 17','New York, NY','Friday','5/15/2026','6:30 PM','7615547','Bilmuri-5-15-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'],['Nate Smith - Country','The Rooftop at Pier 17','New York, NY','Thursday','5/28/2026','7:00 PM','7615612','Nate-Smith---Country-5-28-2026'],['Iration & Tribal Seeds','The Rooftop at Pier 17','New York, NY','Friday','5/29/2026','6:00 PM','7627729','Iration---Tribal-Seeds-5-29-2026'],['Chet Faker','The Rooftop at Pier 17','New York, NY','Saturday','5/30/2026','7:00 PM','7513398','Chet-Faker-5-30-2026'],['Turnpike Troubadours','The Rooftop at Pier 17','New York, NY','Friday','6/5/2026','7:00 PM','7557647','Turnpike-Troubadours-6-5-2026'],['Tash Sultana','The Rooftop at Pier 17','New York, NY','Sunday','6/7/2026','7:00 PM','7778178','Tash-Sultana-6-7-2026'],['Lupe Fiasco','The Rooftop at Pier 17','New York, NY','Wednesday','6/10/2026','7:00 PM','7734572','Lupe-Fiasco-6-10-2026'],['The Warning','The Rooftop at Pier 17','New York, NY','Thursday','6/11/2026','7:00 PM','7731894','The-Warning-6-11-2026'],['moe. & Umphrey's McGee','The Rooftop at Pier 17','New York, NY','Friday','6/12/2026','6:00 PM','7775154','moe----Umphrey-s-McGee-6-12-2026'],['Jimmy Eat World, Thrice & Girls Against Boys','The Rooftop at Pier 17','New York, NY','Wednesday','6/17/2026','6:00 PM','7731288','Jimmy-Eat-World--Thrice---Girls-Against-Boys-6-17-2026'],['Young The Giant, Cold War Kids & Almost Monday','The Rooftop at Pier 17','New York, NY','Thursday','6/18/2026','6:00 PM','7741911','Young-The-Giant--Cold-War-Kids---Almost-Monday-6-18-2026'],['Young The Giant, Cold War Kids & Almost Monday','The Rooftop at Pier 17','New York, NY','Friday','6/19/2026','6:00 PM','7741912','Young-The-Giant--Cold-War-Kids---Almost-Monday-6-19-2026'],['Dark Star Orchestra - 2 Day Pass','The Rooftop at Pier 17','New York, NY','Thursday','6/25/2026','TBD','7733359','Dark-Star-Orchestra---2-Day-Pass-6-25-2026'],['Dark Star Orchestra','The Rooftop at Pier 17','New York, NY','Thursday','6/25/2026','6:00 PM','7731959','Dark-Star-Orchestra-6-25-2026'],['Dark Star Orchestra','The Rooftop at Pier 17','New York, NY','Friday','6/26/2026','6:00 PM','7731960','Dark-Star-Orchestra-6-26-2026']],'rooftop pier 17 concerts','http://www.ticketnetwork.com/en/search/?text=rooftop%20pier%2017%20concerts');