// 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 += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-03A TN_Widget.CreateTable([['Lucinda Williams','Cistern Yard At College of Charleston','Charleston, SC','Saturday','6/7/2025','9:00 PM','7092434','Lucinda-Williams-6-7-2025'],['Father John Misty & Lucinda Williams','Ben & Jerry's Concerts on The Green At Shelburne Museum','Shelburne, VT','Friday','7/11/2025','7:00 PM','7008401','Father-John-Misty---Lucinda-Williams-7-11-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Thompson's Point','Portland, ME','Saturday','7/12/2025','6:00 PM','7001617','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-12-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Beak & Skiff Apple Hill Campus','La Fayette, NY','Sunday','7/13/2025','6:30 PM','7001631','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-13-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','The Andrew J Brady ICON Music Center','Cincinnati, OH','Tuesday','7/15/2025','7:00 PM','7001618','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-15-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','The Salt Shed Outdoors - Chicago','Chicago, IL','Thursday','7/17/2025','6:30 PM','7001619','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-17-2025'],['Lucinda Williams and Her Band','Chautauqua Auditorium','Boulder, CO','Saturday','7/19/2025','7:30 PM','7050148','Lucinda-Williams-and-Her-Band-7-19-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Cal Coast Credit Union Open Air Theatre','San Diego, CA','Wednesday','7/23/2025','7:00 PM','7001628','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-23-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Santa Barbara Bowl','Santa Barbara, CA','Thursday','7/24/2025','6:00 PM','7001630','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-24-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Greek Theatre - Los Angeles CA','Los Angeles, CA','Friday','7/25/2025','7:00 PM','7001633','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-25-2025'],['Father John Misty, Lucinda Williams & Hamilton Leithauser','Greek Theatre - U.C. Berkeley','Berkeley, CA','Saturday','7/26/2025','7:00 PM','7001615','Father-John-Misty--Lucinda-Williams---Hamilton-Leithauser-7-26-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Wilco & Lucinda Williams','Northwell at Jones Beach Theater','Wantagh, NY','Friday','8/1/2025','4:00 PM','6968008','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Wilco---Lucinda-Williams-8-1-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Wilco & Lucinda Williams','Saratoga Performing Arts Center','Saratoga Springs, NY','Saturday','8/2/2025','4:00 PM','6968009','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Wilco---Lucinda-Williams-8-2-2025'],['Outlaw Music Festival: Willie Nelson, Bob Dylan, Wilco & Lucinda Williams','Bank of New Hampshire Pavilion','Gilford, NH','Sunday','8/3/2025','3:45 PM','6968010','Outlaw-Music-Festival--Willie-Nelson--Bob-Dylan--Wilco---Lucinda-Williams-8-3-2025']],'Lucinda Williams','http://www.ticketnetwork.com/ticket/Lucinda-Williams-events.aspx');