// 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-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Willie and Family - Tribute to Willie Nelson','Norwood Theatre','Norwood, MA','Saturday','3/29/2025','7:30 PM','6520566','Willie-and-Family---Tribute-to-Willie-Nelson-3-29-2025'],['Willie Nelson','Brandon Amphitheater','Brandon, MS','Thursday','4/10/2025','7:30 PM','6933268','Willie-Nelson-4-10-2025'],['Willie Nelson & Family','All-Star Amphitheatre At Wild Adventures Theme Park','Valdosta, GA','Saturday','4/12/2025','TBD','7029603','Willie-Nelson---Family-4-12-2025'],['Willie Nelson','Atrium Health Amphitheater','Macon, GA','Sunday','4/13/2025','8:00 PM','6932583','Willie-Nelson-4-13-2025'],['Willie Nelson','The Sound Amphitheater','Gautier, MS','Tuesday','4/15/2025','7:00 PM','6933270','Willie-Nelson-4-15-2025'],['Willie Nelson','The Orion Amphitheater','Huntsville, AL','Wednesday','4/16/2025','7:00 PM','6934504','Willie-Nelson-4-16-2025'],['Willie Nelson & Robert Earl Keen','WhiteWater Amphitheater','New Braunfels, TX','Friday','4/18/2025','8:00 PM','6823818','Willie-Nelson---Robert-Earl-Keen-4-18-2025'],['Willie Nelson & Robert Earl Keen','WhiteWater Amphitheater','New Braunfels, TX','Saturday','4/19/2025','8:00 PM','6823819','Willie-Nelson---Robert-Earl-Keen-4-19-2025'],['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']],'Willie Nelson','https://www.ticketnetwork.com');