// 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-04A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','Talking Stick Resort Amphitheatre','Phoenix, AZ','Tuesday','5/13/2025','5:00 PM','6967987','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-13-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','North Island Credit Union Amphitheatre','Chula Vista, CA','Thursday','5/15/2025','4:00 PM','6967988','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-15-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','Hollywood Bowl','Los Angeles, CA','Friday','5/16/2025','5:00 PM','6967989','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-16-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','Toyota Amphitheatre','Wheatland, CA','Sunday','5/18/2025','4:00 PM','6967990','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-18-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','Outdoor Amphitheater At Ford Idaho Center ','Nampa, ID','Tuesday','5/20/2025','4:00 PM','6967991','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-20-2025'],['Big Brass Bed - Bob Dylan Tribute','The Funky Biscuit','Boca Raton, FL','Wednesday','5/21/2025','7:00 PM','7020197','Big-Brass-Bed---Bob-Dylan-Tribute-5-21-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Billy Strings & Sierra Hull','ONE Spokane Stadium','Spokane, WA','Thursday','5/22/2025','5:00 PM','6967992','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Billy-Strings---Sierra-Hull-5-22-2025'],['Chrome Horse - Bob Dylan Tribute','The Albatross','Jacksonville, FL','Thursday','5/22/2025','7:00 PM','7117596','Chrome-Horse---Bob-Dylan-Tribute-5-22-2025'],['Bob Dylan Birthday Bash a Marathon Musical Salute','Cutting Room','New York, NY','Thursday','5/22/2025','7:00 PM','7028957','Bob-Dylan-Birthday-Bash-a-Marathon-Musical-Salute-5-22-2025'],['Bobfest - A Celebration of Bob Dylan','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Thursday','5/22/2025','7:00 PM','6759845','Bobfest---A-Celebration-of-Bob-Dylan-5-22-2025']],'"Bob Dylan"','https://www.ticketnetwork.com');