// 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-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Easton Corbin & Dalton and The Sheriffs','The Bullpen','Washington, DC','Thursday','9/18/2025','7:00 PM','7100117','Easton-Corbin---Dalton-and-The-Sheriffs-9-18-2025'],['Easton Corbin','Hard Rock Live - Hard Rock Hotel & Casino Tulsa','Catoosa, OK','Friday','10/3/2025','8:00 PM','7194928','Easton-Corbin-10-3-2025'],['Easton Corbin & Kate Watson','Waller County Fairgrounds','Hempstead, TX','Saturday','10/4/2025','TBD','7384207','Easton-Corbin---Kate-Watson-10-4-2025'],['Easton Corbin','LaMar Performance Cinema','Lamar, CO','Thursday','10/9/2025','6:00 PM','7376341','Easton-Corbin-10-9-2025'],['Easton Corbin','Grizzly Rose','Denver, CO','Friday','10/10/2025','8:00 PM','7062184','Easton-Corbin-10-10-2025'],['Easton Corbin','Phil Long Music Hall at Bourbon Brothers - CO','Colorado Springs, CO','Friday','10/17/2025','7:30 PM','7155166','Easton-Corbin-10-17-2025'],['Easton Corbin','Haute Spot','Cedar Park, TX','Thursday','11/6/2025','6:00 PM','7384177','Easton-Corbin-11-6-2025'],['Easton Corbin','Thirsty Horse Saloon','San Antonio, TX','Friday','11/7/2025','9:00 PM','7344137','Easton-Corbin-11-7-2025'],['Easton Corbin','Billy Bobs','Fort Worth, TX','Saturday','11/8/2025','10:00 PM','7292261','Easton-Corbin-11-8-2025'],['Fowl & Fame: Easton Corbin','The Lawn at the Christmas Warehouse','Des Arc, AR','Saturday','11/22/2025','6:30 PM','7384173','Fowl---Fame--Easton-Corbin-11-22-2025']],'Easton Corbin','https://www.ticketnetwork.com');