//
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([['Gene Watson','Cultural Activities Center','Temple, TX','Saturday','3/22/2025','7:00 PM','6861338','Gene-Watson-3-22-2025'],['Gene Watson','New Barn Theatre','Mount Vernon, KY','Saturday','3/29/2025','7:00 PM','6933937','Gene-Watson-3-29-2025'],['Gene Watson','Hollywood Casino Gulf Coast - Bay St. Louis','Bay Saint Louis, MS','Saturday','4/5/2025','8:00 PM','6898649','Gene-Watson-4-5-2025'],['Gene Watson','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','4/10/2025','7:30 PM','6504317','Gene-Watson-4-10-2025'],['Gene Watson','Niswonger Performing Arts Center - Greeneville','Greeneville, TN','Friday','4/11/2025','7:30 PM','6557645','Gene-Watson-4-11-2025'],['Gene Watson & The Farewell Party Band','Kemp High School','Kemp, TX','Saturday','4/26/2025','5:30 PM','7012257','Gene-Watson---The-Farewell-Party-Band-4-26-2025'],['Little Roy and Lizzy Music Festival: Gene Watson & Rhonda Vincent - Friday','Little Roy and Lizzy Music Festival Grounds','Lincolnton, GA','Friday','5/2/2025','11:00 AM','7005242','Little-Roy-and-Lizzy-Music-Festival--Gene-Watson---Rhonda-Vincent---Friday-5-2-2025'],['Gene Watson','The Pickin' Post','Fort Payne, AL','Saturday','5/3/2025','7:00 PM','7005236','Gene-Watson-5-3-2025'],['Gene Watson & Sara Simmons','Manchester Coffee County Conference Center','Manchester, TN','Saturday','5/24/2025','7:00 PM','7005234','Gene-Watson---Sara-Simmons-5-24-2025'],['Gene Watson','Old Town Theatre','Huntsville, TX','Saturday','5/31/2025','7:00 PM','6751757','Gene-Watson-5-31-2025'],['Gene Watson','Memorial City Hall Performance Center','Marshall, TX','Friday','6/13/2025','7:30 PM','6919441','Gene-Watson-6-13-2025'],['Gene Watson','Main Street Crossing','Tomball, TX','Friday','6/20/2025','8:00 PM','6970333','Gene-Watson-6-20-2025'],['Gene Watson','The Coyote Store - Gail','Gail, TX','Saturday','6/21/2025','7:00 PM','6944174','Gene-Watson-6-21-2025'],['Gene Watson','Pines Theater - TX','Lufkin, TX','Saturday','7/12/2025','7:00 PM','6861409','Gene-Watson-7-12-2025'],['Gene Watson','Historic State Theater - KY','Elizabethtown, KY','Friday','7/18/2025','7:00 PM','6939807','Gene-Watson-7-18-2025'],['Gene Watson','Jackson Live and Event Center','Seymour, IN','Saturday','7/19/2025','7:00 PM','6919582','Gene-Watson-7-19-2025'],['Gene Watson','Waco Hippodrome','Waco, TX','Friday','8/15/2025','7:30 PM','6976040','Gene-Watson-8-15-2025'],['Gene Watson & The Bellamy Brothers','Anderson Music Hall','Hiawassee, GA','Thursday','8/21/2025','7:00 PM','6838390','Gene-Watson---The-Bellamy-Brothers-8-21-2025'],['Gene Watson','The Reidsville Showcase Theater - NC','Reidsville, NC','Friday','8/22/2025','8:00 PM','6849709','Gene-Watson-8-22-2025'],['Gene Watson','Liberty Showcase Theater','Liberty, NC','Saturday','8/23/2025','7:00 PM','6846142','Gene-Watson-8-23-2025'],['True Country Festival: Gene Watson, The Bellamy Brothers, Zach Jones & Jesse Loving','2920 Roadhouse Restaurant','Hockley, TX','Saturday','10/4/2025','4:00 PM','7005227','True-Country-Festival--Gene-Watson--The-Bellamy-Brothers--Zach-Jones---Jesse-Loving-10-4-2025'],['Gene Watson','The Mansion - MO','Branson, MO','Friday','10/10/2025','8:00 PM','6924853','Gene-Watson-10-10-2025'],['Gene Watson','The Mansion - MO','Branson, MO','Wednesday','10/22/2025','8:00 PM','6924921','Gene-Watson-10-22-2025'],['Gene Watson','Kentucky Opry','Benton, KY','Friday','10/24/2025','7:00 PM','6990545','Gene-Watson-10-24-2025'],['Gene Watson','The Mansion - MO','Branson, MO','Saturday','11/8/2025','8:00 PM','6924826','Gene-Watson-11-8-2025'],['Gene Watson','Sagebrush Roundup Country Music Hall','Fairmont, WV','Friday','11/14/2025','4:00 PM','7005222','Gene-Watson-11-14-2025'],['Gene Watson','The Mansion - MO','Branson, MO','Saturday','11/22/2025','8:00 PM','6925028','Gene-Watson-11-22-2025'],['Gene Watson','Arlington Music Hall','Arlington, TX','Thursday','2/26/2026','7:00 PM','7030546','Gene-Watson-2-26-2026']],'Gene Watson','http://www.ticketnetwork.com/en/search/?text=Gene Watson');