//
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([['Buckaroo: Charley Crockett, 49 Winchester & Noeline Hofmann - Friday','The Essentia Health Plaza at the Lights','West Fargo, ND','Friday','8/22/2025','6:00 PM','7194559','Buckaroo--Charley-Crockett--49-Winchester---Noeline-Hofmann---Friday-8-22-2025'],['49 Winchester','Pub Station Ballroom','Billings, MT','Monday','8/25/2025','8:00 PM','7060311','49-Winchester-8-25-2025'],['FarmJam Festival: 49 Winchester & Josh Meloy - 3 Day Pass','Farm Jam Festival Grounds','Colville, WA','Friday','8/29/2025','TBD','7009157','FarmJam-Festival--49-Winchester---Josh-Meloy---3-Day-Pass-8-29-2025'],['FarmJam Festival: 49 Winchester & Bayker Blankenship - Friday','Farm Jam Festival Grounds','Colville, WA','Friday','8/29/2025','12:00 PM','7009173','FarmJam-Festival--49-Winchester---Bayker-Blankenship---Friday-8-29-2025'],['49 Winchester','Knitting Factory Concert House - Boise','Boise, ID','Saturday','8/30/2025','8:00 PM','7060798','49-Winchester-8-30-2025'],['Bourbon & Beyond Festival: The Lumineers, Phish, Sturgill Simpson & Noah Kahan - 4 Day Pass','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Thursday','9/11/2025','TBD','6842775','Bourbon---Beyond-Festival--The-Lumineers--Phish--Sturgill-Simpson---Noah-Kahan---4-Day-Pass-9-11-2025'],['Born and Raised Music Festival: Treaty Oak Revival, Ole 60 & 49 Winchester - Thursday','Pryor Creek Festival Grounds','Pryor, OK','Thursday','9/11/2025','11:00 AM','7209839','Born-and-Raised-Music-Festival--Treaty-Oak-Revival--Ole-60---49-Winchester---Thursday-9-11-2025'],['Bourbon & Beyond Festival: Sturgill Simpson, Jack White, Vance Joy & Ringo Starr and His All-Starr Band - Saturday','Highland Festival Grounds at Kentucky Expo Center','Louisville, KY','Saturday','9/13/2025','12:00 PM','6842779','Bourbon---Beyond-Festival--Sturgill-Simpson--Jack-White--Vance-Joy---Ringo-Starr-and-His-All-Starr-Band---Saturday-9-13-2025'],['49 Winchester','Texas Club','Baton Rouge, LA','Thursday','9/18/2025','8:30 PM','7169437','49-Winchester-9-18-2025'],['49 Winchester','Banita Creek Hall','Nacogdoches, TX','Friday','9/19/2025','10:00 PM','7171273','49-Winchester-9-19-2025'],['49 Winchester','Pasadena Livestock Show & Rodeo Grounds','Pasadena, TX','Saturday','9/20/2025','5:00 PM','7284714','49-Winchester-9-20-2025'],['Grand Ole Opry: Wyatt Flores & 49 Winchester','Grand Ole Opry House','Nashville, TN','Saturday','9/27/2025','7:00 PM','7154443','Grand-Ole-Opry--Wyatt-Flores---49-Winchester-9-27-2025'],['49 Winchester','Ryman Auditorium','Nashville, TN','Friday','11/14/2025','8:00 PM','7085950','49-Winchester-11-14-2025'],['49 Winchester','Ryman Auditorium','Nashville, TN','Saturday','11/15/2025','8:00 PM','7085951','49-Winchester-11-15-2025'],['49 Winchester','The Jones Assembly','Oklahoma City, OK','Wednesday','11/19/2025','6:30 PM','7169102','49-Winchester-11-19-2025'],['49 Winchester','Gruene Hall','New Braunfels, TX','Thursday','11/20/2025','8:00 PM','7166865','49-Winchester-11-20-2025'],['49 Winchester','Billy Bobs','Fort Worth, TX','Friday','11/21/2025','10:00 PM','7169724','49-Winchester-11-21-2025'],['49 Winchester','The National - VA','Richmond, VA','Friday','12/19/2025','8:00 PM','7242509','49-Winchester-12-19-2025'],['49 Winchester','The National - VA','Richmond, VA','Saturday','12/20/2025','8:00 PM','7242510','49-Winchester-12-20-2025'],['2026 Gulf Coast Jam: Post Malone, Chris Stapleton, Riley Green & Keith Urban - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/28/2026','TBD','7181094','2026-Gulf-Coast-Jam--Post-Malone--Chris-Stapleton--Riley-Green---Keith-Urban---4-Day-Pass-5-28-2026']],'49 Winchester','http://www.ticketnetwork.com/en/search/?text=49%20Winchester');