// 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-04A TN_Widget.CreateTable([['Old Crow Medicine Show','Tennessee Theatre','Knoxville, TN','Friday','3/20/2026','8:00 PM','7617952','Old-Crow-Medicine-Show-3-20-2026'],['Old Crow Medicine Show','Greenfield Lake Amphitheater','Wilmington, NC','Tuesday','3/31/2026','6:00 PM','7620828','Old-Crow-Medicine-Show-3-31-2026'],['Old Crow Medicine Show','Performance Hall At Gaillard Center','Charleston, SC','Wednesday','4/1/2026','7:30 PM','7621203','Old-Crow-Medicine-Show-4-1-2026'],['Merlefest: Charles Wesley Godwin, Old Crow Medicine Show, Blackberry Smoke & Alison Krauss and Union Station - 4 Day Pass','Merlefest Festival Grounds','Wilkesboro, NC','Thursday','4/23/2026','TBD','7554983','Merlefest--Charles-Wesley-Godwin--Old-Crow-Medicine-Show--Blackberry-Smoke---Alison-Krauss-and-Union-Station---4-Day-Pass-4-23-2026'],['Merlefest: Old Crow Medicine Show, Molly Tuttle & Steep Canyon Rangers - Friday','Merlefest Festival Grounds','Wilkesboro, NC','Friday','4/24/2026','9:30 AM','7554841','Merlefest--Old-Crow-Medicine-Show--Molly-Tuttle---Steep-Canyon-Rangers---Friday-4-24-2026'],['Merlefest: Old Crow Medicine Show, Blackberry Smoke & Sam Bush - Saturday','Merlefest Festival Grounds','Wilkesboro, NC','Saturday','4/25/2026','9:30 AM','7554842','Merlefest--Old-Crow-Medicine-Show--Blackberry-Smoke---Sam-Bush---Saturday-4-25-2026'],['Tico Time Bluegrass Music Festival: Old Crow Medicine Show, Yonder Mountain String Band & Keller and The Keels - 3 Day Pass','Tico Time River Resort ','Aztec, NM','Friday','5/15/2026','TBD','7591401','Tico-Time-Bluegrass-Music-Festival--Old-Crow-Medicine-Show--Yonder-Mountain-String-Band---Keller-and-The-Keels---3-Day-Pass-5-15-2026']],'Old Crow Medicine Show','https://www.ticketnetwork.com/ticket/Old-Crow-Medicine-Show-events.aspx');