//
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 Carolina Opry Theater','Myrtle Beach, SC','Friday','2/7/2025','7:00 PM','6866447','Garrison-Keillor-2-7-2025'],['Garrison Keillor','Kenan Auditorium','Wilmington, NC','Saturday','2/8/2025','8:00 PM','6904578','Garrison-Keillor-2-8-2025'],['Garrison Keillor','Columbia County Performing Arts Center','Evans, GA','Monday','2/10/2025','7:00 PM','6859516','Garrison-Keillor-2-10-2025'],['Garrison Keillor','Von Braun Center Mars Music Hall','Huntsville, AL','Tuesday','2/11/2025','7:00 PM','6860365','Garrison-Keillor-2-11-2025'],['Garrison Keillor','Key West Theater','Key West, FL','Monday','2/17/2025','8:00 PM','6872737','Garrison-Keillor-2-17-2025'],['Garrison Keillor','Fox Theatre - Hutchinson','Hutchinson, KS','Friday','2/28/2025','7:30 PM','6687715','Garrison-Keillor-2-28-2025'],['Garrison Keillor','Tin Pan','Richmond, VA','Saturday','3/29/2025','8:00 PM','6797787','Garrison-Keillor-3-29-2025'],['Garrison Keillor','Center for the Arts of Homer','Homer, NY','Wednesday','4/9/2025','7:00 PM','6716539','Garrison-Keillor-4-9-2025'],['Garrison Keillor','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Friday','4/11/2025','8:00 PM','6890980','Garrison-Keillor-4-11-2025'],['Garrison Keillor','The Katharine Hepburn Cultural Arts Center','Old Saybrook, CT','Saturday','4/12/2025','2:00 PM','6890981','Garrison-Keillor-4-12-2025'],['Garrison Keillor','The Ridgefield Playhouse','Ridgefield, CT','Wednesday','4/16/2025','7:30 PM','6838101','Garrison-Keillor-4-16-2025'],['Garrison Keillor','BOMBYX Center for Arts & Equity','Florence, MA','Thursday','4/17/2025','7:00 PM','6772015','Garrison-Keillor-4-17-2025'],['Garrison Keillor','Nashua Center for the Arts','Nashua, NH','Friday','4/18/2025','7:30 PM','6733056','Garrison-Keillor-4-18-2025'],['Garrison Keillor','Paramount Theatre - Rutland','Rutland, VT','Saturday','4/19/2025','7:00 PM','6764395','Garrison-Keillor-4-19-2025'],['Garrison Keillor','Narrows Center For The Arts','Fall River, MA','Saturday','5/3/2025','8:00 PM','6871242','Garrison-Keillor-5-3-2025'],['Garrison Keillor','City Winery - Chicago','Chicago, IL','Thursday','6/12/2025','7:30 PM','6965688','Garrison-Keillor-6-12-2025']],'garrison keillor','http://www.ticketnetwork.com/en/search/?text=garrison%20keillor');