// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Harvest - Neil Young Tribute','The Kent Stage','Kent, OH','Saturday','5/2/2026','7:30 PM','7835538','Harvest---Neil-Young-Tribute-5-2-2026'],['Harvest and Rust - Tribute to Neil Young','Broad Brook Opera House','Broad Brook, CT','Saturday','5/2/2026','8:00 PM','7746389','Harvest-and-Rust---Tribute-to-Neil-Young-5-2-2026'],['NY80: A Celebration of Neil Young and His Music','Evanston Space','Evanston, IL','Monday','5/4/2026','7:00 PM','7750060','NY80--A-Celebration-of-Neil-Young-and-His-Music-5-4-2026'],['Decade - Neil Young Tribute','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Friday','5/15/2026','7:30 PM','7695268','Decade---Neil-Young-Tribute-5-15-2026'],['Decade - Neil Young Tribute','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','5/16/2026','7:30 PM','7686810','Decade---Neil-Young-Tribute-5-16-2026'],['Danger Bird - Neil Young Tribute','Avalon Theatre - MD','Easton, MD','Friday','5/22/2026','7:00 PM','7773516','Danger-Bird---Neil-Young-Tribute-5-22-2026'],['Sugar Mountain - Neil Young Tribute','Newton Theatre','Newton, NJ','Saturday','5/23/2026','8:00 PM','7672728','Sugar-Mountain---Neil-Young-Tribute-5-23-2026'],['Gold Rush - Neil Young Tribute','Cabaret at the Shubert Theater - CT','New Haven, CT','Thursday','5/28/2026','7:00 PM','7677220','Gold-Rush---Neil-Young-Tribute-5-28-2026'],['Sugar Mountain - Neil Young Tribute','Infinity Hall - Norfolk','Norfolk, CT','Friday','6/19/2026','8:00 PM','7870236','Sugar-Mountain---Neil-Young-Tribute-6-19-2026'],['Neil Young and The Chrome Hearts','Blenheim Palace','Woodstock, United Kingdom','Friday','7/3/2026','5:00 PM','7599078','Neil-Young-and-The-Chrome-Hearts-7-3-2026']],'Neil Young','https://www.ticketnetwork.com');