//
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-02A
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([['Old Crow Medicine Show','Pub Station Ballroom','Billings, MT','Saturday','10/11/2025','8:00 PM','7122225','Old-Crow-Medicine-Show-10-11-2025'],['Old Crow Medicine Show','Fine Arts Theatre at The Monument','Rapid City, SD','Sunday','10/12/2025','7:00 PM','7124392','Old-Crow-Medicine-Show-10-12-2025'],['Opry 100 Birthday Show: Vince Gill, Bill Anderson, Old Crow Medicine Show & Chonda Pierce','Grand Ole Opry House','Nashville, TN','Saturday','10/18/2025','7:00 PM','6762440','Opry-100-Birthday-Show--Vince-Gill--Bill-Anderson--Old-Crow-Medicine-Show---Chonda-Pierce-10-18-2025'],['Opry 100 Birthday Show: Vince Gill, Bill Anderson, Old Crow Medicine Show & Chonda Pierce','Grand Ole Opry House','Nashville, TN','Saturday','10/18/2025','9:30 PM','6762447','Opry-100-Birthday-Show--Vince-Gill--Bill-Anderson--Old-Crow-Medicine-Show---Chonda-Pierce-10-18-2025'],['Old Crow Medicine Show & Daniel Donato','Ting Pavilion','Charlottesville, VA','Thursday','10/23/2025','7:00 PM','7124053','Old-Crow-Medicine-Show---Daniel-Donato-10-23-2025'],['Old Crow Medicine Show','Sandler Center For The Performing Arts','Virginia Beach, VA','Friday','10/24/2025','8:00 PM','7122985','Old-Crow-Medicine-Show-10-24-2025'],['Old Crow Medicine Show','Baum Walker Hall At Walton Arts Center','Fayetteville, AR','Wednesday','12/3/2025','7:00 PM','7372481','Old-Crow-Medicine-Show-12-3-2025'],['Old Crow Medicine Show','Brown County Music Center','Nashville, IN','Thursday','12/4/2025','7:30 PM','7381081','Old-Crow-Medicine-Show-12-4-2025'],['Old Crow Medicine Show','Taft Theatre','Cincinnati, OH','Friday','12/5/2025','7:30 PM','7381082','Old-Crow-Medicine-Show-12-5-2025'],['Old Crow Medicine Show','Rialto Square Theatre','Joliet, IL','Saturday','12/6/2025','7:30 PM','7381083','Old-Crow-Medicine-Show-12-6-2025'],['Old Crow Medicine Show','Capital One Hall','Tysons Corner, VA','Tuesday','12/16/2025','7:30 PM','7381084','Old-Crow-Medicine-Show-12-16-2025'],['Old Crow Medicine Show','Garde Arts Center','New London, CT','Thursday','12/18/2025','7:30 PM','7381085','Old-Crow-Medicine-Show-12-18-2025'],['Old Crow Medicine Show','Oneglia Auditorium at Warner Theatre - CT','Torrington, CT','Friday','12/19/2025','7:30 PM','7381086','Old-Crow-Medicine-Show-12-19-2025'],['Old Crow Medicine Show','Bergen Performing Arts Center','Englewood, NJ','Saturday','12/20/2025','7:00 PM','7381087','Old-Crow-Medicine-Show-12-20-2025'],['Old Crow Medicine Show','Ryman Auditorium','Nashville, TN','Tuesday','12/30/2025','8:00 PM','7017385','Old-Crow-Medicine-Show-12-30-2025'],['Old Crow Medicine Show','Ryman Auditorium','Nashville, TN','Wednesday','12/31/2025','9:00 PM','7019754','Old-Crow-Medicine-Show-12-31-2025']],'Old Crow Medicine','http://www.ticketnetwork.com/en/search/?text=Old%20Crow%20Medicine');