// 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([['Patty Griffin','Paramount Theatre - Austin, TX','Austin, TX','Friday','12/19/2025','8:00 PM','7452337','Patty-Griffin-12-19-2025'],['Patty Griffin','Kimo Theatre','Albuquerque, NM','Wednesday','2/11/2026','7:30 PM','7618992','Patty-Griffin-2-11-2026'],['Patty Griffin','The Lensic Performing Arts Center','Santa Fe, NM','Friday','2/13/2026','7:30 PM','7626197','Patty-Griffin-2-13-2026'],['Taj Mahal & Patty Griffin','Arlington Theatre','Santa Barbara, CA','Tuesday','2/17/2026','7:30 PM','7478321','Taj-Mahal---Patty-Griffin-2-17-2026'],['Taj Mahal & Patty Griffin','The Magnolia Performing Arts Center','El Cajon, CA','Wednesday','2/18/2026','8:00 PM','7474645','Taj-Mahal---Patty-Griffin-2-18-2026'],['Taj Mahal & Patty Griffin','The Wiltern','Los Angeles, CA','Thursday','2/19/2026','8:00 PM','7474682','Taj-Mahal---Patty-Griffin-2-19-2026'],['Patty Griffin','The Guild Theatre - Menlo Park','Menlo Park, CA','Sunday','2/22/2026','8:00 PM','7606537','Patty-Griffin-2-22-2026'],['Patty Griffin & Rickie Lee Jones','Revolution Hall - Portland','Portland, OR','Tuesday','2/24/2026','8:00 PM','7602512','Patty-Griffin---Rickie-Lee-Jones-2-24-2026'],['Patty Griffin & Rickie Lee Jones','Revolution Hall - Portland','Portland, OR','Wednesday','2/25/2026','8:00 PM','7602513','Patty-Griffin---Rickie-Lee-Jones-2-25-2026'],['Patty Griffin','Moore Theatre - WA','Seattle, WA','Thursday','2/26/2026','7:30 PM','7600534','Patty-Griffin-2-26-2026']],'Patty Griffin','http://www.ticketnetwork.com/ticket/Patty-Griffin-events.aspx');