// 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([['SLO Sheriff's Rodeo: Easton Corbin','Paso Robles Event Center','Paso Robles, CA','Friday','5/9/2025','6:00 PM','6939502','SLO-Sheriff-s-Rodeo--Easton-Corbin-5-9-2025'],['Easton Corbin','Dr. Pepper Park','Roanoke, VA','Friday','5/16/2025','6:00 PM','7050152','Easton-Corbin-5-16-2025'],['Diamond Rio & Easton Corbin','Macoupin County Fairgrounds','Carlinville, IL','Thursday','6/5/2025','7:00 PM','7043386','Diamond-Rio---Easton-Corbin-6-5-2025'],['Easton Corbin','Victory Theatre - IN','Evansville, IN','Friday','6/20/2025','7:00 PM','7066456','Easton-Corbin-6-20-2025'],['Tri-State Rodeo: Rodney Atkins & Easton Corbin','Tri-State Rodeo Arena','Fort Madison, IA','Saturday','6/21/2025','7:30 PM','7056540','Tri-State-Rodeo--Rodney-Atkins---Easton-Corbin-6-21-2025'],['Easton Corbin','Peppermill Concert Hall','West Wendover, NV','Thursday','7/3/2025','9:00 PM','7060810','Easton-Corbin-7-3-2025'],['Easton Corbin','Roadhouse at The Mill','Emmett, ID','Saturday','7/5/2025','5:30 PM','7057551','Easton-Corbin-7-5-2025'],['Easton Corbin','The Coyote Store - Gail','Gail, TX','Saturday','7/26/2025','8:00 PM','6939496','Easton-Corbin-7-26-2025'],['Easton Corbin','The Dirty Bourbon Dance Hall & Saloon','Albuquerque, NM','Sunday','7/27/2025','7:00 PM','7102180','Easton-Corbin-7-27-2025'],['Easton Corbin','Yamhill County Fairgrounds','Portland, OR','Thursday','7/31/2025','9:00 PM','7074335','Easton-Corbin-7-31-2025']],'Easton Corbin','https://www.ticketnetwork.com');