//
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-03A
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','Murphey Performance Hall - San Angelo Performing Arts Center','San Angelo, TX','Friday','12/19/2025','7:00 PM','7529667','Gene-Watson-12-19-2025'],['Gene Watson','Orange Blossom Opry','Weirsdale, FL','Friday','1/16/2026','7:00 PM','7597807','Gene-Watson-1-16-2026'],['Gene Watson and The Farewell Party Band','Cookeville Performing Arts Center','Cookeville, TN','Friday','1/30/2026','7:00 PM','7594814','Gene-Watson-and-The-Farewell-Party-Band-1-30-2026'],['Grand Ole Opry: Gene Watson','Grand Ole Opry House','Nashville, TN','Saturday','1/31/2026','7:00 PM','7512347','Grand-Ole-Opry--Gene-Watson-1-31-2026'],['Gene Watson','Walhalla Performing Arts Center','Walhalla, SC','Friday','2/6/2026','7:30 PM','7082294','Gene-Watson-2-6-2026'],['Gene Watson','Rome City Auditorium','Rome, GA','Saturday','2/7/2026','7:00 PM','7150309','Gene-Watson-2-7-2026'],['Gene Watson','Arlington Music Hall','Arlington, TX','Wednesday','2/25/2026','7:00 PM','7030546','Gene-Watson-2-25-2026'],['Florida Strawberry Festival: Gene Watson','Florida Strawberry Festival Grounds','Plant City, FL','Monday','3/2/2026','3:30 PM','7571982','Florida-Strawberry-Festival--Gene-Watson-3-2-2026'],['Gene Watson','Blue Gate Performing Arts Center','Shipshewana, IN','Thursday','3/5/2026','7:30 PM','7401661','Gene-Watson-3-5-2026'],['Gene Watson','New Barn Theatre','Mount Vernon, KY','Saturday','3/21/2026','8:00 PM','7505093','Gene-Watson-3-21-2026'],['Gene Watson','The Martin Centre - Douglas','Douglas, GA','Saturday','5/2/2026','7:00 PM','7578852','Gene-Watson-5-2-2026'],['Gene Watson','The New Granbury Live','Granbury, TX','Saturday','6/6/2026','7:00 PM','7397625','Gene-Watson-6-6-2026'],['Gene Watson','Pines Theater - TX','Lufkin, TX','Saturday','7/25/2026','7:00 PM','7598066','Gene-Watson-7-25-2026'],['Gene Watson','The Reidsville Showcase Theater - NC','Reidsville, NC','Friday','8/28/2026','8:00 PM','7598056','Gene-Watson-8-28-2026'],['Gene Watson','Liberty Showcase Theater','Liberty, NC','Saturday','8/29/2026','7:00 PM','7501303','Gene-Watson-8-29-2026'],['The Bellamy Brothers, Gene Watson & Wilson Fairchild','The Coyote Store - Gail','Gail, TX','Saturday','9/5/2026','8:00 PM','7586884','The-Bellamy-Brothers--Gene-Watson---Wilson-Fairchild-9-5-2026'],['Gene Watson','Old Town Theatre','Huntsville, TX','Saturday','9/12/2026','7:30 PM','7466011','Gene-Watson-9-12-2026'],['Gene Watson','The Mansion - MO','Branson, MO','Saturday','9/26/2026','8:00 PM','7502080','Gene-Watson-9-26-2026'],['Gene Watson','The Mansion - MO','Branson, MO','Friday','10/9/2026','8:00 PM','7502081','Gene-Watson-10-9-2026'],['Gene Watson','The Mansion - MO','Branson, MO','Friday','10/23/2026','8:00 PM','7535365','Gene-Watson-10-23-2026'],['Gene Watson','The Mansion - MO','Branson, MO','Friday','11/13/2026','8:00 PM','7564200','Gene-Watson-11-13-2026']],'Gene Watson','http://www.ticketnetwork.com/en/search/?text=Gene Watson');