// 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([['A Prairie Home Companion: Garrison Keillor','Harry and Jeanette Weinberg Theatre At The Scranton Cultural Center - Masonic Temple','Scranton, PA','Friday','5/24/2024','8:00 PM','6023019','A-Prairie-Home-Companion--Garrison-Keillor-5-24-2024'],['A Prairie Home Companion: Garrison Keillor','Fitzgerald Theater','Saint Paul, MN','Friday','7/12/2024','7:30 PM','6213421','A-Prairie-Home-Companion--Garrison-Keillor-7-12-2024'],['A Prairie Home Companion: Garrison Keillor','Fitzgerald Theater','Saint Paul, MN','Saturday','7/13/2024','7:30 PM','6205458','A-Prairie-Home-Companion--Garrison-Keillor-7-13-2024'],['A Prairie Home Companion: Garrison Keillor','Fitzgerald Theater','Saint Paul, MN','Sunday','7/14/2024','3:00 PM','6218491','A-Prairie-Home-Companion--Garrison-Keillor-7-14-2024'],['A Prairie Home Companion: Garrison Keillor','The Chicago Theatre','Chicago, IL','Sunday','7/21/2024','7:30 PM','6242992','A-Prairie-Home-Companion--Garrison-Keillor-7-21-2024'],['Garrison Keillor','The Vogel at the Count Basie Center for the Arts','Red Bank, NJ','Thursday','8/1/2024','7:00 PM','6291263','Garrison-Keillor-8-1-2024'],['Garrison Keillor','The Cabot - Cabot Performing Arts Center','Beverly, MA','Friday','8/2/2024','8:00 PM','6287231','Garrison-Keillor-8-2-2024'],['Garrison Keillor','Boothbay Harbor Opera House','Boothbay Harbor, ME','Thursday','8/8/2024','7:30 PM','6393018','Garrison-Keillor-8-8-2024'],['Garrison Keillor','Capitol Center For The Arts - NH','Concord, NH','Friday','8/9/2024','7:30 PM','6366009','Garrison-Keillor-8-9-2024'],['Garrison Keillor','The Park Theatre','Jaffrey, NH','Saturday','8/10/2024','7:30 PM','6260494','Garrison-Keillor-8-10-2024'],['Garrison Keillor','Paramount Theater Hudson Valley','Peekskill, NY','Saturday','9/14/2024','8:00 PM','6339635','Garrison-Keillor-9-14-2024'],['Garrison Keillor','Point of the Bluff Vineyards','Hammondsport, NY','Sunday','9/15/2024','3:30 PM','6311876','Garrison-Keillor-9-15-2024'],['Garrison Keillor','SHU Community Theatre','Fairfield, CT','Friday','9/20/2024','8:00 PM','6400896','Garrison-Keillor-9-20-2024']],'garrison keillor','http://www.ticketnetwork.com/en/search/?text=garrison%20keillor');