// 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 "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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 += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-01A 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([['The Del McCoury Band','Evanston Space','Evanston, IL','Friday','6/27/2025','8:00 PM','7050895','The-Del-McCoury-Band-6-27-2025'],['The Del McCoury Band','Englert Theatre','Iowa City, IA','Sunday','6/29/2025','7:30 PM','7053799','The-Del-McCoury-Band-6-29-2025'],['The Del McCoury Band','Point of the Bluff Vineyards','Hammondsport, NY','Friday','7/4/2025','3:30 PM','7099896','The-Del-McCoury-Band-7-4-2025'],['Pickin' On Picknic: The Del McCoury Band, Split Lip Rayfield & Larry Keel Experience - 4 Day Pass','Lost Hill Lake','Saint Clair, MO','Thursday','7/10/2025','TBD','7101593','Pickin--On-Picknic--The-Del-McCoury-Band--Split-Lip-Rayfield---Larry-Keel-Experience---4-Day-Pass-7-10-2025'],['The Del McCoury Band','Lexington Opera House','Lexington, KY','Thursday','8/21/2025','8:00 PM','7112002','The-Del-McCoury-Band-8-21-2025'],['The Del McCoury Band','Brown County Music Center','Nashville, IN','Friday','8/22/2025','8:00 PM','7033658','The-Del-McCoury-Band-8-22-2025'],['The Del McCoury Band','Riverfront Live','Cincinnati, OH','Saturday','8/23/2025','7:00 PM','7120957','The-Del-McCoury-Band-8-23-2025'],['The Del McCoury Band','Beacon Theatre - VA','Hopewell, VA','Thursday','8/28/2025','6:30 PM','7095277','The-Del-McCoury-Band-8-28-2025'],['The Del McCoury Band','The Caverns - TN','Pelham, TN','Sunday','9/7/2025','5:00 PM','7001025','The-Del-McCoury-Band-9-7-2025'],['The Del McCoury Band','The Concert Hall at Groton Hill Music Center','Groton, MA','Saturday','10/25/2025','8:00 PM','7175406','The-Del-McCoury-Band-10-25-2025']],'The Del McCoury Band','http://www.ticketnetwork.com/en/search/?text=The Del McCoury Band');