// 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 dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-04B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Easton Corbin','Celebrity Theatre - AZ','Phoenix, AZ','Thursday','5/8/2025','8:00 PM','6976456','Easton-Corbin-5-8-2025'],['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'],['Drifters Music Festival: Walker Hayes, Easton Corbin, Adrien Nunez & Jakota Wass - Saturday','J Resort','Reno, NV','Saturday','5/10/2025','3:00 PM','7056827','Drifters-Music-Festival--Walker-Hayes--Easton-Corbin--Adrien-Nunez---Jakota-Wass---Saturday-5-10-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','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','Rogue Theatre - OR','Grants Pass, OR','Friday','8/1/2025','8:00 PM','7056538','Easton-Corbin-8-1-2025'],['Easton Corbin','Stevens County Fairgrounds','Morris, MN','Friday','8/8/2025','7:30 PM','6939504','Easton-Corbin-8-8-2025'],['Easton Corbin','Grant County Fairgrounds - WA','Moses Lake, WA','Friday','8/15/2025','7:30 PM','7121863','Easton-Corbin-8-15-2025'],['Easton Corbin','Newton Theatre','Newton, NJ','Wednesday','9/17/2025','8:00 PM','6946554','Easton-Corbin-9-17-2025'],['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','Grizzly Rose','Denver, CO','Friday','10/10/2025','8:00 PM','7062184','Easton-Corbin-10-10-2025']],'Easton Corbin','http://www.ticketnetwork.com/en/search/?text=Easton Corbin');