//
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-04A
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([['Randy Rogers Band, Casey Donahew & Josh Abbott Band','United Wireless Arena','Dodge City, KS','Friday','12/5/2025','7:00 PM','7484521','Randy-Rogers-Band--Casey-Donahew---Josh-Abbott-Band-12-5-2025'],['Josh Abbott Band','Blackhawk Creek','Whitehouse, TX','Thursday','12/11/2025','7:00 PM','7537612','Josh-Abbott-Band-12-11-2025'],['Josh Abbott Band','Texan Theater - Cleveland','Cleveland, TX','Friday','12/12/2025','7:00 PM','7581207','Josh-Abbott-Band-12-12-2025'],['Josh Abbott Band','House Of Blues - Dallas','Dallas, TX','Friday','1/9/2026','7:00 PM','7537616','Josh-Abbott-Band-1-9-2026'],['Josh Abbott Band','House Of Blues - Houston','Houston, TX','Saturday','1/24/2026','7:00 PM','7537618','Josh-Abbott-Band-1-24-2026'],['Josh Abbott Band','Ozark Music Hall','Fayetteville, AR','Friday','1/30/2026','8:00 PM','7561552','Josh-Abbott-Band-1-30-2026'],['Josh Abbott Band','Texas Club','Baton Rouge, LA','Saturday','1/31/2026','9:00 PM','7540511','Josh-Abbott-Band-1-31-2026'],['Josh Abbott Band','Billy Bobs','Fort Worth, TX','Saturday','2/28/2026','10:00 PM','7585483','Josh-Abbott-Band-2-28-2026'],['Josh Abbott Band','Bourbon Theatre - NE','Lincoln, NE','Thursday','3/26/2026','7:00 PM','7601130','Josh-Abbott-Band-3-26-2026'],['Josh Abbott Band','Grizzly Rose','Denver, CO','Friday','3/27/2026','8:00 PM','7557270','Josh-Abbott-Band-3-27-2026'],['Cattle Country Music Festival: Koe Wetzel, Treaty Oak Revival, Randy Houser, Robert Earl Keen & Josh Abbott Band - 3 Day Pass','Cattle Country Fest Grounds','Gonzales, TX','Friday','4/10/2026','TBD','7548129','Cattle-Country-Music-Festival--Koe-Wetzel--Treaty-Oak-Revival--Randy-Houser--Robert-Earl-Keen---Josh-Abbott-Band---3-Day-Pass-4-10-2026'],['Josh Abbott Band','Cooper's BBQ Live','Christoval, TX','Saturday','4/11/2026','8:00 PM','7564125','Josh-Abbott-Band-4-11-2026']],'josh abbott band','http://www.ticketnetwork.com/en/search/?text=josh%20abbott%20band');