// 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-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Jason Isbell','Southern Kentucky Performing Arts Center','Bowling Green, KY','Wednesday','3/25/2026','8:00 PM','7430326','Jason-Isbell-3-25-2026'],['Jason Isbell','Robinson Center Performance Hall','Little Rock, AR','Thursday','3/26/2026','8:00 PM','7428856','Jason-Isbell-3-26-2026'],['Jason Isbell','Orpheum Theatre - Memphis','Memphis, TN','Friday','3/27/2026','8:00 PM','7428857','Jason-Isbell-3-27-2026'],['Jason Isbell','Murat Theatre at Old National Centre','Indianapolis, IN','Saturday','3/28/2026','7:30 PM','7428858','Jason-Isbell-3-28-2026'],['Jason Isbell','The Lyric Theatre - Birmingham','Birmingham, AL','Thursday','4/16/2026','8:00 PM','7775861','Jason-Isbell-4-16-2026'],['New Orleans Jazz And Heritage Festival: Stevie Nicks, Rod Stewart & Kings of Leon: Weekend 1 - 4 Day Pass','New Orleans Fair Grounds','New Orleans, LA','Thursday','4/23/2026','TBD','7141882','New-Orleans-Jazz-And-Heritage-Festival--Stevie-Nicks--Rod-Stewart---Kings-of-Leon--Weekend-1---4-Day-Pass-4-23-2026'],['Jason Isbell and the 400 Unit','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Sunday','4/26/2026','8:00 PM','7524814','Jason-Isbell-and-the-400-Unit-4-26-2026'],['Tedeschi Trucks Band & Jason Isbell and The 400 Unit','Ameris Bank Amphitheatre','Alpharetta, GA','Tuesday','4/28/2026','7:30 PM','7697684','Tedeschi-Trucks-Band---Jason-Isbell-and-The-400-Unit-4-28-2026'],['Jason Isbell and the 400 Unit','Fabulous Fox Theatre - St. Louis','St. Louis, MO','Wednesday','4/29/2026','7:30 PM','7525160','Jason-Isbell-and-the-400-Unit-4-29-2026'],['Jason Isbell and the 400 Unit','The Mission Ballroom','Denver, CO','Friday','5/1/2026','8:00 PM','7524748','Jason-Isbell-and-the-400-Unit-5-1-2026']],'Jason Isbell','https://www.ticketnetwork.com');