//
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([['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'],['Chrome Horse - Bob Dylan Tribute','Hendricks Live','Plainfield, IN','Saturday','9/20/2025','8:00 PM','7057646','Chrome-Horse---Bob-Dylan-Tribute-9-20-2025'],['Chrome Horse - Bob Dylan Tribute','Steelhouse Omaha','Omaha, NE','Sunday','9/28/2025','7:00 PM','7135737','Chrome-Horse---Bob-Dylan-Tribute-9-28-2025'],['Joan Osborne Sings the Songs of Bob Dylan','The Venice West','Venice, CA','Sunday','9/28/2025','8:00 PM','7235383','Joan-Osborne-Sings-the-Songs-of-Bob-Dylan-9-28-2025'],['Chrome Horse - Bob Dylan Tribute','Lincoln Amphitheatre - Lincoln City','Lincoln City, IN','Sunday','10/5/2025','4:00 PM','7130823','Chrome-Horse---Bob-Dylan-Tribute-10-5-2025'],['Roger Salloom: Forever Young - The Music and Back Pages of Bob Dylan','Academy of Music Theatre - MA','Northampton, MA','Sunday','10/12/2025','6:00 PM','7166414','Roger-Salloom--Forever-Young---The-Music-and-Back-Pages-of-Bob-Dylan-10-12-2025'],['Chrome Horse - Bob Dylan Tribute','Ymca Boulton Center For The Performing Arts','Bay Shore, NY','Friday','10/17/2025','8:00 PM','7309392','Chrome-Horse---Bob-Dylan-Tribute-10-17-2025'],['CR Sings: The Music of Bob Dylan','Opus Concert Cafe','Cedar Rapids, IA','Friday','10/24/2025','7:30 PM','7363684','CR-Sings--The-Music-of-Bob-Dylan-10-24-2025'],['CR Sings: The Music of Bob Dylan','Opus Concert Cafe','Cedar Rapids, IA','Saturday','10/25/2025','7:30 PM','7363687','CR-Sings--The-Music-of-Bob-Dylan-10-25-2025'],['Watching The River Flow - Tribute To Bob Dylan','Berklee Performance Center - Boston','Boston, MA','Wednesday','11/5/2025','8:00 PM','7373978','Watching-The-River-Flow---Tribute-To-Bob-Dylan-11-5-2025'],['A Celebration of American Music From Bob Dylan To Bonnie Raitt','Irvine Barclay Theatre','Irvine, CA','Sunday','3/15/2026','5:00 PM','7272725','A-Celebration-of-American-Music-From-Bob-Dylan-To-Bonnie-Raitt-3-15-2026'],['Cristina Vane & Brennen Leigh: A Celebration of American Music from Bob Dylan to Bonnie Raitt','Lone Tree Arts Center','Littleton, CO','Thursday','3/19/2026','7:30 PM','7224601','Cristina-Vane---Brennen-Leigh--A-Celebration-of-American-Music-from-Bob-Dylan-to-Bonnie-Raitt-3-19-2026']],'Bob Dylan','http://www.ticketnetwork.com/en/search/?text=Bob%20Dylan');