//
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-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([['Everybody Knows - A Tribute To Neil Young','City Winery - Boston','Boston, MA','Thursday','2/26/2026','7:30 PM','7717868','Everybody-Knows---A-Tribute-To-Neil-Young-2-26-2026'],['Sugar Mountain - Neil Young Tribute','Penns Peak','Jim Thorpe, PA','Friday','3/6/2026','8:00 PM','7631632','Sugar-Mountain---Neil-Young-Tribute-3-6-2026'],['Shakey - A Tribute to Neil Young','Atwood Music Hall','Madison, WI','Saturday','3/14/2026','8:00 PM','7702164','Shakey---A-Tribute-to-Neil-Young-3-14-2026'],['Sugar Mountain - Neil Young Tribute','The Queen - Wilmington','Wilmington, DE','Friday','3/20/2026','8:00 PM','7648267','Sugar-Mountain---Neil-Young-Tribute-3-20-2026'],['Broken Arrow - Tribute to Neil Young','The Boulton Center For The Performing Arts','Bay Shore, NY','Saturday','3/21/2026','8:00 PM','7494378','Broken-Arrow---Tribute-to-Neil-Young-3-21-2026'],['Bob Dylan & Neil Young - A Musical Tribute','The Rex Theatre - NH','Manchester, NH','Saturday','3/28/2026','7:30 PM','7725759','Bob-Dylan---Neil-Young---A-Musical-Tribute-3-28-2026'],['Harvest Moon - Neil Young Tribute','Foundation Performing Arts & Conference Center','Spindale, NC','Saturday','4/4/2026','7:00 PM','7547670','Harvest-Moon---Neil-Young-Tribute-4-4-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'],['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'],['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'],['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','http://www.ticketnetwork.com/en/search/?text=neil%20young');