// 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([['Garrison Keillor','City Winery - New York City','New York, NY','Tuesday','5/27/2025','7:30 PM','7079880','Garrison-Keillor-5-27-2025'],['Garrison Keillor','City Winery - Philadelphia ','Philadelphia, PA','Wednesday','5/28/2025','7:30 PM','7010920','Garrison-Keillor-5-28-2025'],['Garrison Keillor','City Winery - Pittsburgh','Pittsburgh, PA','Friday','5/30/2025','7:30 PM','7010013','Garrison-Keillor-5-30-2025'],['Garrison Keillor','City Winery - Atlanta','Atlanta, GA','Monday','6/9/2025','8:00 PM','6975178','Garrison-Keillor-6-9-2025'],['Garrison Keillor','City Winery - Nashville','Nashville, TN','Tuesday','6/10/2025','7:30 PM','6971988','Garrison-Keillor-6-10-2025'],['Garrison Keillor','City Winery At City Foundry STL','St. Louis, MO','Wednesday','6/11/2025','7:30 PM','6966906','Garrison-Keillor-6-11-2025'],['Garrison Keillor','City Winery - Chicago','Chicago, IL','Thursday','6/12/2025','7:30 PM','6965688','Garrison-Keillor-6-12-2025'],['Garrison Keillor','Music Center At Strathmore','North Bethesda, MD','Wednesday','6/18/2025','8:00 PM','7040543','Garrison-Keillor-6-18-2025'],['Garrison Keillor','Golden State Theatre','Monterey, CA','Thursday','7/17/2025','8:00 PM','7033726','Garrison-Keillor-7-17-2025'],['Garrison Keillor','Uptown Theatre Napa','Napa, CA','Saturday','7/19/2025','8:00 PM','7038710','Garrison-Keillor-7-19-2025'],['Garrison Keillor','Presidio Theatre','San Francisco, CA','Sunday','7/20/2025','2:00 PM','7066745','Garrison-Keillor-7-20-2025'],['Garrison Keillor','Tarrytown Music Hall','Tarrytown, NY','Thursday','9/18/2025','8:00 PM','7080723','Garrison-Keillor-9-18-2025'],['Garrison Keillor','SHU Community Theatre','Fairfield, CT','Friday','9/19/2025','8:00 PM','7102776','Garrison-Keillor-9-19-2025'],['Garrison Keillor','The Carolina Theatre At Belk Place','Charlotte, NC','Saturday','11/15/2025','8:00 PM','7085346','Garrison-Keillor-11-15-2025'],['Garrison Keillor','Diana Wortham Theatre At Wortham Center','Asheville, NC','Sunday','11/16/2025','7:30 PM','7086157','Garrison-Keillor-11-16-2025']],'garrison keillor','http://www.ticketnetwork.com/en/search/?text=garrison%20keillor');