//
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([['Ryan Bingham & The Texas Gentlemen','Lincoln Theatre - DC','Washington, DC','Saturday','6/13/2026','8:00 PM','7742139','Ryan-Bingham---The-Texas-Gentlemen-6-13-2026'],['Ryan Bingham & The Texas Gentlemen','The Norva','Norfolk, VA','Sunday','6/14/2026','7:00 PM','7743396','Ryan-Bingham---The-Texas-Gentlemen-6-14-2026'],['Ryan Bingham and The Texas Gentlemen','The Signal - TN','Chattanooga, TN','Tuesday','6/16/2026','8:00 PM','7841358','Ryan-Bingham-and-The-Texas-Gentlemen-6-16-2026'],['Ryan Bingham & The Texas Gentlemen','Ozark Music Hall','Fayetteville, AR','Thursday','6/18/2026','8:00 PM','7847330','Ryan-Bingham---The-Texas-Gentlemen-6-18-2026'],['Ryan Bingham & The Texas Gentlemen','Longhorn Backyard Amphitheater','Dallas, TX','Friday','6/19/2026','8:00 PM','7843305','Ryan-Bingham---The-Texas-Gentlemen-6-19-2026'],['Grand Targhee Festival: Marcus King Band, Charley Crockett & Ryan Bingham and The Texas Gentlemen - 2 Day Pass','Grand Targhee Resort','Alta, WY','Friday','7/10/2026','TBD','7599818','Grand-Targhee-Festival--Marcus-King-Band--Charley-Crockett---Ryan-Bingham-and-The-Texas-Gentlemen---2-Day-Pass-7-10-2026'],['Grand Targhee Festival: Charley Crockett, Ryan Bingham and The Texas Gentlemen & JJ Grey and Mofro - Saturday','Grand Targhee Resort','Alta, WY','Saturday','7/11/2026','12:00 PM','7599820','Grand-Targhee-Festival--Charley-Crockett--Ryan-Bingham-and-The-Texas-Gentlemen---JJ-Grey-and-Mofro---Saturday-7-11-2026'],['Ryan Bingham & The Texas Gentlemen','HEB Performance Hall At Tobin Center for the Performing Arts','San Antonio, TX','Saturday','11/7/2026','8:00 PM','7998147','Ryan-Bingham---The-Texas-Gentlemen-11-7-2026']],'ryan bingham','http://www.ticketnetwork.com/en/search/?text=ryan%20bingham');