//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
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([['Voices of America Country Music Fest: Brad Paisley, Scotty McCreery & Easton Corbin - Thursday','Voice of America MetroPark','West Chester, OH','Thursday','8/6/2026','5:00 PM','7542539','Voices-of-America-Country-Music-Fest--Brad-Paisley--Scotty-McCreery---Easton-Corbin---Thursday-8-6-2026'],['Easton Corbin','Warner Vineyards','Paw Paw, MI','Sunday','8/9/2026','7:00 PM','7896361','Easton-Corbin-8-9-2026'],['Easton Corbin','The Old Coupland Inn & Dancehall','Coupland, TX','Friday','8/14/2026','6:00 PM','8112901','Easton-Corbin-8-14-2026'],['Easton Corbin','Steel Creek American Whiskey Co.','Tacoma, WA','Thursday','8/20/2026','7:00 PM','7878506','Easton-Corbin-8-20-2026'],['Easton Corbin','Roadhouse at The Mill','Emmett, ID','Saturday','8/22/2026','5:30 PM','7808305','Easton-Corbin-8-22-2026'],['Winterville Watermelon Festival: Easton Corbin','Winterville Recreation Park','Winterville, NC','Saturday','8/29/2026','5:00 PM','8024249','Winterville-Watermelon-Festival--Easton-Corbin-8-29-2026'],['Easton Corbin','Pueblo Memorial Hall','Pueblo, CO','Friday','9/11/2026','7:00 PM','8084105','Easton-Corbin-9-11-2026'],['Easton Corbin','Billy Bobs','Fort Worth, TX','Friday','10/30/2026','10:00 PM','8154840','Easton-Corbin-10-30-2026'],['Easton Corbin','Grizzly Rose','Denver, CO','Friday','12/18/2026','8:00 PM','8169592','Easton-Corbin-12-18-2026'],['Easton Corbin','The Coyote Store - Gail','Gail, TX','Friday','7/26/2075','8:00 PM','6939496','Easton-Corbin-7-26-2075']],'Easton Corbin','http://www.ticketnetwork.com/en/search/?text=Easton%20Corbin');