//
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-03A
TN_Widget.CreateTable([['Lucinda Williams and Her Band','Variety Playhouse','Atlanta, GA','Thursday','9/24/2026','8:00 PM','8133026','Lucinda-Williams-and-Her-Band-9-24-2026'],['Lucinda Williams and Her Band','Variety Playhouse','Atlanta, GA','Friday','9/25/2026','8:00 PM','8133028','Lucinda-Williams-and-Her-Band-9-25-2026'],['Lucinda Williams and Her Band','The Carolina Theatre At Belk Place','Charlotte, NC','Saturday','9/26/2026','8:00 PM','8133054','Lucinda-Williams-and-Her-Band-9-26-2026'],['Lucinda Williams and Her Band','Triad Stage At The Pyrle Theatre','Greensboro, NC','Monday','9/28/2026','8:00 PM','8133034','Lucinda-Williams-and-Her-Band-9-28-2026'],['Lucinda Williams and Her Band','Lincoln Theatre - DC','Washington, DC','Tuesday','9/29/2026','8:00 PM','8133020','Lucinda-Williams-and-Her-Band-9-29-2026'],['Lucinda Williams and Her Band','9:30 Club','Washington, DC','Wednesday','9/30/2026','7:00 PM','8133024','Lucinda-Williams-and-Her-Band-9-30-2026'],['Lucinda Williams and Her Band','Mass MoCa','North Adams, MA','Friday','10/2/2026','8:00 PM','8133089','Lucinda-Williams-and-Her-Band-10-2-2026'],['Lucinda Williams and Her Band','Bearsville Theater','Woodstock, NY','Saturday','10/3/2026','8:00 PM','8134237','Lucinda-Williams-and-Her-Band-10-3-2026'],['Lucinda Williams and Her Band','Bearsville Theater','Woodstock, NY','Sunday','10/4/2026','8:00 PM','8134238','Lucinda-Williams-and-Her-Band-10-4-2026'],['Lucinda Williams and Her Band','The Historic Theater at The Music Hall','Portsmouth, NH','Tuesday','10/6/2026','8:00 PM','8133063','Lucinda-Williams-and-Her-Band-10-6-2026'],['Lucinda Williams and Her Band','Uptown Theater - RI','Providence, RI','Wednesday','10/7/2026','8:00 PM','8133065','Lucinda-Williams-and-Her-Band-10-7-2026'],['Lucinda Williams and Her Band','Lebanon Opera House','Lebanon, NH','Thursday','10/8/2026','7:30 PM','8133066','Lucinda-Williams-and-Her-Band-10-8-2026'],['Lucinda Williams and Her Band','Theatre Beanfield','Montreal, Canada','Saturday','10/10/2026','8:00 PM','8133036','Lucinda-Williams-and-Her-Band-10-10-2026'],['Lucinda Williams and Her Band','Westbury Music Fair','Westbury, NY','Wednesday','10/14/2026','8:00 PM','8133069','Lucinda-Williams-and-Her-Band-10-14-2026'],['Lucinda Williams and Her Band','Paramount Theater Of Charlottesville','Charlottesville, VA','Friday','10/16/2026','8:00 PM','8133073','Lucinda-Williams-and-Her-Band-10-16-2026'],['Lucinda Williams and Her Band','Paramount Bristol','Bristol, TN','Saturday','10/17/2026','7:30 PM','8133074','Lucinda-Williams-and-Her-Band-10-17-2026'],['Lucinda Williams and Her Band','Stiefel Theatre For The Performing Arts','Salina, KS','Saturday','10/31/2026','7:30 PM','8133032','Lucinda-Williams-and-Her-Band-10-31-2026'],['Lucinda Williams and Her Band','The Kessler','Dallas, TX','Monday','11/2/2026','8:00 PM','8133078','Lucinda-Williams-and-Her-Band-11-2-2026'],['Lucinda Williams and Her Band','The Kessler','Dallas, TX','Tuesday','11/3/2026','8:00 PM','8133079','Lucinda-Williams-and-Her-Band-11-3-2026'],['Lucinda Williams and Her Band','Dakota Jazz Club','Minneapolis, MN','Friday','11/13/2026','7:00 PM','8133085','Lucinda-Williams-and-Her-Band-11-13-2026'],['Lucinda Williams and Her Band','Dakota Jazz Club','Minneapolis, MN','Saturday','11/14/2026','7:00 PM','8133086','Lucinda-Williams-and-Her-Band-11-14-2026'],['Lucinda Williams and Her Band','Dakota Jazz Club','Minneapolis, MN','Monday','11/16/2026','7:00 PM','8133087','Lucinda-Williams-and-Her-Band-11-16-2026'],['Lucinda Williams and Her Band','Dakota Jazz Club','Minneapolis, MN','Tuesday','11/17/2026','7:00 PM','8133088','Lucinda-Williams-and-Her-Band-11-17-2026']],'Lucinda Williams','http://www.ticketnetwork.com/ticket/Lucinda-Williams-events.aspx');