// 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-04A 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([['Leo Kottke','The Admiral - Omaha','Omaha, NE','Sunday','12/7/2025','7:00 PM','7414785','Leo-Kottke-12-7-2025'],['Leo Kottke','Stoughton Opera House','Stoughton, WI','Thursday','12/11/2025','7:30 PM','7430650','Leo-Kottke-12-11-2025'],['Leo Kottke','Five Flags Center - Theatre','Dubuque, IA','Saturday','12/13/2025','7:00 PM','7425459','Leo-Kottke-12-13-2025'],['Leo Kottke','Evanston Space','Evanston, IL','Monday','12/15/2025','8:00 PM','7398192','Leo-Kottke-12-15-2025'],['Leo Kottke','Evanston Space','Evanston, IL','Tuesday','12/16/2025','8:00 PM','7398193','Leo-Kottke-12-16-2025'],['Leo Kottke','Amaturo Theater at Broward Ctr For The Perf Arts','Fort Lauderdale, FL','Sunday','1/11/2026','7:00 PM','7428272','Leo-Kottke-1-11-2026'],['Leo Kottke','Nancy and David Bilheimer Capitol Theatre','Clearwater, FL','Wednesday','1/14/2026','8:00 PM','7467066','Leo-Kottke-1-14-2026'],['Leo Kottke','Ponte Vedra Concert Hall','Ponte Vedra Beach, FL','Saturday','1/17/2026','8:30 PM','7493158','Leo-Kottke-1-17-2026'],['Leo Kottke','Mainstage Theatre at Reilly Arts Center - Ocala','Ocala, FL','Sunday','1/18/2026','7:30 PM','7493156','Leo-Kottke-1-18-2026'],['Leo Kottke','Charleston Music Hall','Charleston, SC','Wednesday','1/21/2026','8:00 PM','7474143','Leo-Kottke-1-21-2026'],['Leo Kottke','Variety Playhouse','Atlanta, GA','Saturday','1/31/2026','8:00 PM','7420967','Leo-Kottke-1-31-2026'],['Leo Kottke','Carriage House Theatre At Montalvo Arts Center','Saratoga, CA','Thursday','2/12/2026','7:30 PM','7215502','Leo-Kottke-2-12-2026'],['Leo Kottke','The Lobero Theatre','Santa Barbara, CA','Sunday','2/15/2026','7:00 PM','7493154','Leo-Kottke-2-15-2026'],['Leo Kottke','Belly Up Tavern','Solana Beach, CA','Wednesday','2/18/2026','8:00 PM','7474803','Leo-Kottke-2-18-2026'],['Leo Kottke','Coach House - Capistrano','San Juan Capistrano, CA','Thursday','2/19/2026','8:00 PM','7525722','Leo-Kottke-2-19-2026'],['Leo Kottke','The Baby Grand At Grand Opera House - DE','Wilmington, DE','Tuesday','4/14/2026','8:00 PM','7343920','Leo-Kottke-4-14-2026'],['Leo Kottke','JPT Film & Event Center','Newport, RI','Wednesday','4/22/2026','7:30 PM','7314490','Leo-Kottke-4-22-2026'],['Leo Kottke','The Concert Hall at Groton Hill Music Center','Groton, MA','Saturday','4/25/2026','8:00 PM','7430653','Leo-Kottke-4-25-2026'],['Leo Kottke','Royce Auditorium','Grand Rapids, MI','Tuesday','5/12/2026','7:30 PM','7269339','Leo-Kottke-5-12-2026']],'Leo Kottke','http://www.ticketnetwork.com/en/search/?text=Leo%20Kottke');