// 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([['Clint Black','Anderson Music Hall','Hiawassee, GA','Friday','6/26/2026','7:00 PM','7808032','Clint-Black-6-26-2026'],['Clint Black','Center Stage at Pearl River Resorts','Choctaw, MS','Friday','7/3/2026','8:00 PM','7947526','Clint-Black-7-3-2026'],['Clint Black','The Event At Graton Resort & Casino','Rohnert Park, CA','Saturday','7/11/2026','8:00 PM','7843893','Clint-Black-7-11-2026'],['Headwaters Country Jam: Wyatt Flores, Clint Black, & Gavin Adcock - 3 Day Pass','The Bridge at Three Forks','Cardwell, MT','Thursday','7/23/2026','TBD','7545664','Headwaters-Country-Jam--Wyatt-Flores--Clint-Black----Gavin-Adcock---3-Day-Pass-7-23-2026'],['Clint Black','Happy's Inn','Libby, MT','Saturday','7/25/2026','6:00 PM','7715567','Clint-Black-7-25-2026'],['Clint Black','L.B. Day Amphitheater','Salem, OR','Tuesday','9/1/2026','7:30 PM','7965276','Clint-Black-9-1-2026'],['Heart of Country Music Festival: Clint Black, Jo Dee Messina, Little Texas, Justin Moore & Shenandoah - 2 Day Pass','Kenton County Fair','Independence, KY','Friday','9/11/2026','TBD','7962917','Heart-of-Country-Music-Festival--Clint-Black--Jo-Dee-Messina--Little-Texas--Justin-Moore---Shenandoah---2-Day-Pass-9-11-2026'],['Heart of Country Music Festival: Clint Black, Jo Dee Messina, Little Texas & John Morgen - Friday','Kenton County Fair','Independence, KY','Friday','9/11/2026','4:00 PM','7962915','Heart-of-Country-Music-Festival--Clint-Black--Jo-Dee-Messina--Little-Texas---John-Morgen---Friday-9-11-2026'],['Clint Black','Dr. Phillips Center - Walt Disney Theater','Orlando, FL','Friday','9/18/2026','7:30 PM','7810009','Clint-Black-9-18-2026'],['Clint Black','John T. Floore Country Store','Helotes, TX','Saturday','9/26/2026','8:00 PM','7945434','Clint-Black-9-26-2026']],'Clint Black','https://www.ticketnetwork.com');