//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
| " +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
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,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-01A
TN_Widget.CreateTable([['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','Lyric Theatre - Stuart','Stuart, FL','Thursday','1/15/2026','7:00 PM','7566700','Leo-Kottke-1-15-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','Charleston Music Hall','Charleston, SC','Wednesday','1/21/2026','8:00 PM','7474143','Leo-Kottke-1-21-2026'],['Leo Kottke','Variety Playhouse','Atlanta, GA','Friday','1/23/2026','8:00 PM','7420967','Leo-Kottke-1-23-2026'],['Leo Kottke','Freight & Salvage','Berkeley, CA','Wednesday','2/11/2026','8:00 PM','7648053','Leo-Kottke-2-11-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','Musical Instrument Museum - Music Theater','Phoenix, AZ','Monday','2/23/2026','7:00 PM','7627458','Leo-Kottke-2-23-2026'],['Leo Kottke','Musical Instrument Museum - Music Theater','Phoenix, AZ','Tuesday','2/24/2026','7:00 PM','7621713','Leo-Kottke-2-24-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','Shalin Liu Performance Center','Rockport, MA','Friday','4/24/2026','7:30 PM','7648076','Leo-Kottke-4-24-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/ticket/Leo-Kottke-events.aspx');