// 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 t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, 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 newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Old Crow Medicine Show','Iceberg Valley Performance Tent','St. John's, Canada','Thursday','6/19/2025','6:00 PM','7189352','Old-Crow-Medicine-Show-6-19-2025'],['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']],'Old Crow Medicine Show','https://www.ticketnetwork.com');