//
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-02A
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([['Alison Krauss and Union Station, Jerry Douglas & Willie Watson','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Monday','8/18/2025','7:30 PM','6987993','Alison-Krauss-and-Union-Station--Jerry-Douglas---Willie-Watson-8-18-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Maine Savings Amphitheater','Bangor, ME','Friday','9/5/2025','4:00 PM','6968014','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-5-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Xfinity Theatre','Hartford, CT','Saturday','9/6/2025','4:00 PM','6968015','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-6-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan & Waxahatchee','Xfinity Center - MA','Mansfield, MA','Sunday','9/7/2025','3:55 PM','6968016','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan---Waxahatchee-9-7-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Freedom Mortgage Pavilion','Camden, NJ','Friday','9/12/2025','4:00 PM','6968017','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-12-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','PNC Bank Arts Center','Holmdel, NJ','Saturday','9/13/2025','5:30 PM','6968018','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-13-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Madeline Edwards','Merriweather Post Pavilion','Columbia, MD','Sunday','9/14/2025','4:00 PM','6968019','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Madeline-Edwards-9-14-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Ruoff Music Center','Noblesville, IN','Thursday','9/18/2025','3:45 PM','7033112','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-18-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Sheryl Crow & Waxahatchee','Alpine Valley Music Theatre','East Troy, WI','Friday','9/19/2025','4:00 PM','6968020','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Sheryl-Crow---Waxahatchee-9-19-2025'],['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']],'Willie Nelson','http://www.ticketnetwork.com/en/search/?text=Willie Nelson');