// 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([['Boots On The Bayou: Chris Stapleton, Riley Green & Marcus King Band - Saturday','Lamar Dixon Expo Center','Gonzales, LA','Saturday','11/1/2025','12:30 PM','7358875','Boots-On-The-Bayou--Chris-Stapleton--Riley-Green---Marcus-King-Band---Saturday-11-1-2025'],['Tennessee Whiskey - Tribute to Chris Stapleton','District 142','Wyandotte, MI','Saturday','11/15/2025','7:00 PM','7141410','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-11-15-2025'],['Chris Stapleton','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Saturday','1/10/2026','7:30 PM','6938614','Chris-Stapleton-1-10-2026'],['Chris Stapleton','Hard Rock Live At The Seminole Hard Rock Hotel & Casino - Hollywood','Fort Lauderdale, FL','Sunday','1/11/2026','7:30 PM','6919632','Chris-Stapleton-1-11-2026'],['Tennessee Whiskey - Tribute to Chris Stapleton','Bloomington Center For The Performing Arts','Bloomington, IL','Friday','1/23/2026','7:00 PM','7366880','Tennessee-Whiskey---Tribute-to-Chris-Stapleton-1-23-2026'],['Chris Stapleton','Dolby Live at Park MGM','Las Vegas, NV','Wednesday','2/4/2026','7:00 PM','7418733','Chris-Stapleton-2-4-2026'],['Chris Stapleton','Dolby Live at Park MGM','Las Vegas, NV','Thursday','2/5/2026','7:00 PM','7418734','Chris-Stapleton-2-5-2026'],['Chris Stapleton','Bill Graham Civic Auditorium','San Francisco, CA','Saturday','2/7/2026','7:00 PM','7511827','Chris-Stapleton-2-7-2026'],['Chris Stapleton','Lucas Oil Live At WinStar Casino','Thackerville, OK','Friday','2/20/2026','8:00 PM','7419693','Chris-Stapleton-2-20-2026'],['Tennessee Whiskey - Tributes to Chris Stapleton and Eric Church','Joe's Live','Rosemont, IL','Friday','2/20/2026','8:00 PM','7335254','Tennessee-Whiskey---Tributes-to-Chris-Stapleton-and-Eric-Church-2-20-2026']],'"Chris Stapleton"','https://www.ticketnetwork.com');