//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//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','The Cabot - Cabot Performing Arts Center','Beverly, MA','Friday','8/7/2026','8:00 PM','8005593','Garrison-Keillor-8-7-2026'],['Garrison Keillor','Shelton Auditorium At Butler Arts Center','Indianapolis, IN','Thursday','8/20/2026','7:30 PM','8105430','Garrison-Keillor-8-20-2026'],['Garrison Keillor','The Kent Stage','Kent, OH','Sunday','8/23/2026','7:00 PM','8065347','Garrison-Keillor-8-23-2026'],['Garrison Keillor','Sellersville Theater 1894','Sellersville, PA','Thursday','9/3/2026','7:30 PM','8118871','Garrison-Keillor-9-3-2026'],['Garrison Keillor','Hangar Theatre','Ithaca, NY','Friday','9/18/2026','8:00 PM','8045174','Garrison-Keillor-9-18-2026'],['Garrison Keillor Tonight','JPT Film & Event Center','Newport, RI','Sunday','9/20/2026','7:00 PM','8146383','Garrison-Keillor-Tonight-9-20-2026'],['Garrison Keillor','Florida Theatre Jacksonville','Jacksonville, FL','Tuesday','10/20/2026','7:30 PM','8084974','Garrison-Keillor-10-20-2026'],['Garrison Keillor & Erica Rhodes','Glazer Hall','Palm Beach, FL','Wednesday','10/21/2026','7:00 PM','8147161','Garrison-Keillor---Erica-Rhodes-10-21-2026'],['Garrison Keillor & Erica Rhodes','Sunrise Theatre - FL','Fort Pierce, FL','Friday','10/23/2026','8:00 PM','7647260','Garrison-Keillor---Erica-Rhodes-10-23-2026'],['Garrison Keillor & Erica Rhodes','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Saturday','10/24/2026','8:00 PM','7617239','Garrison-Keillor---Erica-Rhodes-10-24-2026'],['Garrison Keillor & Erica Rhodes','Peabody Auditorium','Daytona Beach, FL','Sunday','10/25/2026','7:30 PM','7613707','Garrison-Keillor---Erica-Rhodes-10-25-2026'],['Garrison Keillor & Erica Rhodes','Key West Theater','Key West, FL','Tuesday','10/27/2026','8:00 PM','7627513','Garrison-Keillor---Erica-Rhodes-10-27-2026'],['Garrison Keillor','Arlington Music Hall','Arlington, TX','Friday','11/13/2026','7:30 PM','8038610','Garrison-Keillor-11-13-2026'],['Garrison Keillor','04 Center','Austin, TX','Sunday','11/15/2026','7:00 PM','8101661','Garrison-Keillor-11-15-2026']],'garrison keillor','http://www.ticketnetwork.com/en/search/?text=garrison%20keillor');