// var TN_Widget = function() { return { //Options newWindow : true, linkText : "Tickets", tixUrl : "https://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[3] +"
"+"" + row[4] + "
"+"" + row[5] + ""+"" + row[0] +"" + row[1] +"
" + row[2] +""+""+ this.linkText+ ""; }, 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,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Old Crow Medicine Show','The Grand Theatre - Wausau','Wausau, WI','Thursday','7/10/2025','7:30 PM','7143660','Old-Crow-Medicine-Show-7-10-2025'],['Old Crow Medicine Show','Crystal Grand Music Theatre','Lake Delton, WI','Saturday','7/12/2025','8:00 PM','7124170','Old-Crow-Medicine-Show-7-12-2025'],['Old Crow Medicine Show','Big Top Chautauqua','Bayfield, WI','Sunday','7/13/2025','7:30 PM','7134965','Old-Crow-Medicine-Show-7-13-2025'],['Old Crow Medicine Show','Peace Concert Hall At The Peace Center - SC','Greenville, SC','Thursday','7/17/2025','7:30 PM','7143559','Old-Crow-Medicine-Show-7-17-2025'],['Old Crow Medicine Show','Timber Rock Amphitheater','Farmington, PA','Friday','7/18/2025','7:00 PM','7089262','Old-Crow-Medicine-Show-7-18-2025'],['Old Crow Medicine Show','Hard Rock Hotel & Casino Bristol','Bristol, VA','Saturday','7/19/2025','8:00 PM','7036043','Old-Crow-Medicine-Show-7-19-2025'],['Old Crow Medicine Show','The Caverns - TN','Pelham, TN','Sunday','7/20/2025','5:00 PM','7075722','Old-Crow-Medicine-Show-7-20-2025'],['Old Crow Medicine Show','Little Rock Hall - AR','Little Rock, AR','Saturday','8/23/2025','8:00 PM','7122204','Old-Crow-Medicine-Show-8-23-2025'],['Old Crow Medicine Show','The Coves Amphitheater','Union Hall, VA','Saturday','8/30/2025','6:00 PM','7031296','Old-Crow-Medicine-Show-8-30-2025'],['Alley Fest: Old Crow Medicine Show, Cole Chaney & Bee Taylor - Sunday','Paintsville-Prestonsburg Combs Field Airport','Hagerhill, KY','Sunday','8/31/2025','1:00 PM','7103145','Alley-Fest--Old-Crow-Medicine-Show--Cole-Chaney---Bee-Taylor---Sunday-8-31-2025'],['Old Crow Medicine Show','McClaren Hall At Wachholz College Center','Kalispell, MT','Thursday','10/9/2025','7:30 PM','7124745','Old-Crow-Medicine-Show-10-9-2025'],['Old Crow Medicine Show','The Elm - Bozeman','Bozeman, MT','Friday','10/10/2025','8:00 PM','7124496','Old-Crow-Medicine-Show-10-10-2025'],['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','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 Show','https://www.ticketnetwork.com/ticket/Old-Crow-Medicine-Show-events.aspx');