// 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([['Farm Aid 40: Willie Nelson & Family, Neil Young, John Mellencamp, Dave Matthews, Tim Reynolds & Billy Strings','Huntington Bank Stadium','Minneapolis, MN','Saturday','9/20/2025','TBD','7154484','Farm-Aid-40--Willie-Nelson---Family--Neil-Young--John-Mellencamp--Dave-Matthews--Tim-Reynolds---Billy-Strings-9-20-2025'],['Harvest - Neil Young Electric & Acoustic Tribute','John, James and Clara Knight Stage','Akron, OH','Saturday','9/20/2025','7:30 PM','7226590','Harvest---Neil-Young-Electric---Acoustic-Tribute-9-20-2025'],['Broken Arrow - The Music of Neil Young','Mauch Chunk Opera House','Jim Thorpe, PA','Friday','9/26/2025','7:00 PM','7399499','Broken-Arrow---The-Music-of-Neil-Young-9-26-2025'],['Sugar Mountain - Neil Young Tribute','Rochester Opera House','Rochester, NH','Friday','9/26/2025','8:00 PM','7383212','Sugar-Mountain---Neil-Young-Tribute-9-26-2025'],['After the Gold Rush - Neil Young Experience','Meaford Hall Arts And Cultural Centre','Meaford, Canada','Saturday','10/4/2025','7:30 PM','7231028','After-the-Gold-Rush---Neil-Young-Experience-10-4-2025'],['Harvest & Rust - A Neil Young Experience','Middle Ages Beer Hall','Syracuse, NY','Saturday','11/8/2025','8:00 PM','7241498','Harvest---Rust---A-Neil-Young-Experience-11-8-2025'],['Sugar Mountain - Neil Young Tribute','Daryl's House','Pawling, NY','Thursday','11/20/2025','7:00 PM','7202146','Sugar-Mountain---Neil-Young-Tribute-11-20-2025'],['Harvest and Rust - Tribute to Neil Young','Colonial Theatre - Pittsfield','Pittsfield, MA','Saturday','11/22/2025','7:30 PM','7298779','Harvest-and-Rust---Tribute-to-Neil-Young-11-22-2025'],['Neil Young Tribute','Knuckleheads Saloon Indoor Stage','Kansas City, MO','Wednesday','11/26/2025','7:00 PM','7366059','Neil-Young-Tribute-11-26-2025'],['Harvest and Rust - Tribute to Neil Young','Flying Monkey Movie House & Performance Center','Plymouth, NH','Saturday','12/13/2025','7:30 PM','7087701','Harvest-and-Rust---Tribute-to-Neil-Young-12-13-2025']],'Neil Young','http://www.ticketnetwork.com/en/search/?text=Neil%20Young');