// 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-01B 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','The Murphy Theatre','Wilmington, OH','Saturday','6/1/2024','7:30 PM','6340214','Gene-Watson-6-1-2024'],['Gene Watson','Williams Auditorium','Henderson, TN','Saturday','8/3/2024','7:00 PM','6249380','Gene-Watson-8-3-2024'],['Gene Watson','The Reidsville Showcase Theater - NC','Reidsville, NC','Friday','8/9/2024','8:00 PM','6208798','Gene-Watson-8-9-2024'],['Gene Watson','Liberty Showcase Theater','Liberty, NC','Saturday','8/10/2024','7:00 PM','6180401','Gene-Watson-8-10-2024'],['Gene Watson & The Bellamy Brothers','Anderson Music Hall','Hiawassee, GA','Friday','8/16/2024','7:00 PM','6295733','Gene-Watson---The-Bellamy-Brothers-8-16-2024'],['Gene Watson','Waco Hippodrome','Waco, TX','Saturday','8/24/2024','7:30 PM','6339603','Gene-Watson-8-24-2024'],['Gene Watson','Charles Bender Performing Arts Center','Humble, TX','Saturday','9/14/2024','7:00 PM','6395010','Gene-Watson-9-14-2024'],['Gene Watson','The Mansion - MO','Branson, MO','Friday','10/11/2024','8:00 PM','6213552','Gene-Watson-10-11-2024'],['Gene Watson','Kentucky Opry','Benton, KY','Saturday','10/12/2024','7:00 PM','6370234','Gene-Watson-10-12-2024'],['Gene Watson','The Mansion - MO','Branson, MO','Saturday','11/9/2024','8:00 PM','6213554','Gene-Watson-11-9-2024'],['Gene Watson','The Mansion - MO','Branson, MO','Saturday','11/23/2024','8:00 PM','6213555','Gene-Watson-11-23-2024']],'Gene Watson','http://www.ticketnetwork.com/en/search/?text=Gene Watson');