// 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-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([['October London','Brooklyn Paramount','Brooklyn, NY','Thursday','2/5/2026','7:00 PM','7551947','October-London-2-5-2026'],['Ray LaMontagne','Beacon Theatre - NY','New York, NY','Thursday','10/1/2026','7:30 PM','7039548','Ray-LaMontagne-10-1-2026'],['When Chai Met Toast','Bowery Ballroom','New York, NY','Friday','10/2/2026','7:00 PM','7406212','When-Chai-Met-Toast-10-2-2026'],['Ray LaMontagne','Beacon Theatre - NY','New York, NY','Friday','10/2/2026','7:30 PM','7039549','Ray-LaMontagne-10-2-2026'],['Ray LaMontagne','Beacon Theatre - NY','New York, NY','Saturday','10/3/2026','7:30 PM','7039550','Ray-LaMontagne-10-3-2026'],['Stayin' Alive - One Night of the Bee Gees','The Bardavon 1869 Opera House','Poughkeepsie, NY','Saturday','10/3/2026','7:30 PM','7563320','Stayin--Alive---One-Night-of-the-Bee-Gees-10-3-2026'],['Benjamin Tod and The Inline Six','Anthology - Rochester','Rochester, NY','Tuesday','10/6/2026','8:00 PM','7562367','Benjamin-Tod-and-The-Inline-Six-10-6-2026'],['Benjamin Tod and The Inline Six','Bowery Ballroom','New York, NY','Tuesday','10/13/2026','8:00 PM','7562340','Benjamin-Tod-and-The-Inline-Six-10-13-2026'],['Bethel Music','Irving Plaza','New York, NY','Saturday','10/17/2026','6:00 PM','7625011','Bethel-Music-10-17-2026'],['Micky Dolenz','Riviera Theatre - NY','North Tonawanda, NY','Saturday','10/17/2026','7:30 PM','7561654','Micky-Dolenz-10-17-2026'],['Aida Cuevas','Lehman Center for the Performing Arts','Bronx, NY','Sunday','10/18/2026','4:00 PM','7302717','Aida-Cuevas-10-18-2026'],['Osees','Warsaw','Brooklyn, NY','Friday','10/23/2026','7:00 PM','7616049','Osees-10-23-2026'],['Stayin' Alive - One Night of the Bee Gees','Kodak Center Theater','Rochester, NY','Friday','10/23/2026','7:30 PM','7556222','Stayin--Alive---One-Night-of-the-Bee-Gees-10-23-2026'],['Osees','Warsaw','Brooklyn, NY','Saturday','10/24/2026','7:00 PM','7616050','Osees-10-24-2026'],['Eros Ramazzotti','The Theater At Madison Square Garden','New York, NY','Saturday','10/24/2026','8:00 PM','7091993','Eros-Ramazzotti-10-24-2026'],['Back and Forth - Foo Fighters Tribute','The Westcott Theatre','Syracuse, NY','Saturday','10/24/2026','8:00 PM','7066014','Back-and-Forth---Foo-Fighters-Tribute-10-24-2026'],['Myke Towers','Barclays Center','Brooklyn, NY','Friday','10/12/2074','8:00 PM','6587529','Myke-Towers-10-12-2074'],['Paloma San Basilio','United Palace Theatre','New York, NY','Friday','10/12/2074','8:00 PM','6521707','Paloma-San-Basilio-10-12-2074'],['Skizzy Mars','Rec Room - Buffalo','Buffalo, NY','Friday','10/4/2075','7:00 PM','7281130','Skizzy-Mars-10-4-2075'],['Gims','Terminal 5','New York, NY','Friday','10/11/2075','8:00 PM','7321503','Gims-10-11-2075']],'concerts new york october','http://www.ticketnetwork.com/en/search/?text=concerts%20new%20york%20october');