// 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([['The Dead South','Old Forester's Paristown Hall','Louisville, KY','Friday','5/9/2025','8:00 PM','6944878','The-Dead-South-5-9-2025'],['The Dead South','The Pageant','St. Louis, MO','Saturday','5/10/2025','8:00 PM','6944872','The-Dead-South-5-10-2025'],['The Dead South','The Caverns - TN','Pelham, TN','Sunday','5/11/2025','8:00 PM','6881397','The-Dead-South-5-11-2025'],['The Dead South','Avondale Brewing Company','Birmingham, AL','Tuesday','5/13/2025','7:00 PM','6944877','The-Dead-South-5-13-2025'],['Dead on Live','South Orange Performing Arts Center','South Orange, NJ','Saturday','5/31/2025','7:30 PM','7098904','Dead-on-Live-5-31-2025'],['Theory Of A Deadman','Deadwood Mountain Grand Hotel & Casino','Deadwood, SD','Saturday','5/31/2025','8:00 PM','7047408','Theory-Of-A-Deadman-5-31-2025'],['Dead Posey','The Radio Room Greenville','Greenville, SC','Sunday','6/22/2025','8:00 PM','7086406','Dead-Posey-6-22-2025'],['Ottawa Bluesfest: Hozier, The Dead South & Charlotte Day - Day 2','Lebreton Flats','Ottawa, Canada','Friday','7/11/2025','12:00 PM','7013536','Ottawa-Bluesfest--Hozier--The-Dead-South---Charlotte-Day---Day-2-7-11-2025'],['The Dead South','Kee To Bala','Bala, Canada','Saturday','7/12/2025','8:00 PM','7122663','The-Dead-South-7-12-2025'],['The Dead South','Summer Stage at Tree House Brewing Company - Deerfield','South Deerfield, MA','Tuesday','8/12/2025','7:30 PM','7059994','The-Dead-South-8-12-2025']],'"The Dead South"','https://www.ticketnetwork.com');