// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Bob Dylan','Abilene Auditorium At Abilene Convention Center','Abilene, TX','Friday','5/1/2026','8:00 PM','7612932','Bob-Dylan-5-1-2026'],['Don Dylan - Tribute To Bob Dylan','The Token Lounge','Westland, MI','Sunday','5/3/2026','7:00 PM','7856873','Don-Dylan---Tribute-To-Bob-Dylan-5-3-2026'],['Voodoo Bob Dylan's 85th Birthday Bash','Atomic Garage','St. Louis, MO','Wednesday','5/20/2026','8:15 PM','7778130','Voodoo-Bob-Dylan-s-85th-Birthday-Bash-5-20-2026'],['A Tribute to Dylan and Cash','The Wake Forest Listening Room at Magnolia Roots','Wake Forest, NC','Friday','5/22/2026','7:30 PM','7829092','A-Tribute-to-Dylan-and-Cash-5-22-2026'],['A Night of Bob Dylan Music','Reggie's Music Joint','Chicago, IL','Friday','5/22/2026','9:00 PM','7846477','A-Night-of-Bob-Dylan-Music-5-22-2026'],['Dylan85 - Bob Dylan Tribute','The Federal Theatre - Denver','Denver, CO','Sunday','5/24/2026','7:00 PM','7842551','Dylan85---Bob-Dylan-Tribute-5-24-2026'],['Dylan Scott','Billy Bobs','Fort Worth, TX','Friday','5/29/2026','10:00 PM','7621077','Dylan-Scott-5-29-2026'],['Bob Dylan','McMenamins Historic Edgefield Amphitheater','Troutdale, OR','Thursday','6/4/2026','6:30 PM','7829837','Bob-Dylan-6-4-2026'],['Bob Dylan','Chateau Ste Michelle Winery','Woodinville, WA','Saturday','6/6/2026','6:30 PM','7813434','Bob-Dylan-6-6-2026'],['Joan Osborne - The Songs of Bob Dylan','The Warehouse at Fairfield Theatre Company','Fairfield, CT','Saturday','6/6/2026','8:00 PM','7850704','Joan-Osborne---The-Songs-of-Bob-Dylan-6-6-2026']],'Bob Dylan','https://www.ticketnetwork.com');