// 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-04A TN_Widget.CreateTable([['Diana Krall','Mesa Arts Center - Ikeda Theater','Mesa, AZ','Sunday','5/11/2025','7:30 PM','6861559','Diana-Krall-5-11-2025'],['Diana Krall','Humphreys Concerts By The Bay','San Diego, CA','Tuesday','5/13/2025','8:00 PM','6861491','Diana-Krall-5-13-2025'],['Diana Krall','The Great Hall At Younes and Soraya Nazarian Center for the Performing Arts','Northridge, CA','Wednesday','5/14/2025','8:00 PM','6861561','Diana-Krall-5-14-2025'],['Diana Krall','Mountain Winery','Saratoga, CA','Friday','5/16/2025','7:30 PM','6861562','Diana-Krall-5-16-2025'],['Diana Krall','Luther Burbank Center for the Arts - Ruth Finley Person Theater','Santa Rosa, CA','Saturday','5/17/2025','8:00 PM','6861564','Diana-Krall-5-17-2025'],['Diana Krall','Keller Auditorium','Portland, OR','Monday','5/19/2025','8:00 PM','6861494','Diana-Krall-5-19-2025'],['Diana Krall','First Interstate Center for the Arts','Spokane, WA','Wednesday','5/21/2025','8:00 PM','6859476','Diana-Krall-5-21-2025'],['Diana Krall','Paramount Theatre - Seattle','Seattle, WA','Thursday','5/22/2025','8:00 PM','6861498','Diana-Krall-5-22-2025'],['Diana Krall','Fisher Theatre - MI','Detroit, MI','Saturday','6/14/2025','8:00 PM','6861565','Diana-Krall-6-14-2025'],['Diana Krall','Frederik Meijer Gardens','Grand Rapids, MI','Monday','6/16/2025','7:00 PM','7087269','Diana-Krall-6-16-2025'],['Diana Krall','Kresge Auditorium at Interlochen Center for the Arts','Interlochen, MI','Tuesday','6/17/2025','7:30 PM','6861570','Diana-Krall-6-17-2025'],['Diana Krall','The Lerner Theatre','Elkhart, IN','Thursday','6/19/2025','8:00 PM','6861501','Diana-Krall-6-19-2025'],['Diana Krall','Stifel Theatre','St. Louis, MO','Saturday','6/21/2025','8:00 PM','6861504','Diana-Krall-6-21-2025'],['Diana Krall','Ravinia Pavilion','Highland Park, IL','Sunday','6/22/2025','7:00 PM','6861575','Diana-Krall-6-22-2025'],['Diana Krall','Everwise Amphitheater at White River State Park','Indianapolis, IN','Tuesday','6/24/2025','8:00 PM','6861412','Diana-Krall-6-24-2025'],['Diana Krall','Severance Music Center','Cleveland, OH','Thursday','6/26/2025','7:30 PM','6861576','Diana-Krall-6-26-2025'],['Diana Krall','Chautauqua Institution Amphitheater','Chautauqua, NY','Friday','6/27/2025','8:15 PM','6861577','Diana-Krall-6-27-2025'],['Diana Krall','American Music Theatre','Lancaster, PA','Sunday','6/29/2025','7:00 PM','6861580','Diana-Krall-6-29-2025'],['Diana Krall','Copeland Hall At Grand Opera House - DE','Wilmington, DE','Monday','6/30/2025','7:30 PM','6861581','Diana-Krall-6-30-2025'],['Diana Krall','Heinz Hall','Pittsburgh, PA','Wednesday','7/2/2025','7:30 PM','6861582','Diana-Krall-7-2-2025'],['Diana Krall','Wolf Trap National Park for the Performing Arts','Vienna, VA','Thursday','7/3/2025','8:00 PM','6982785','Diana-Krall-7-3-2025'],['Diana Krall','Hackensack Meridian Health Theatre at the Count Basie Center for the Arts','Red Bank, NJ','Saturday','7/5/2025','8:00 PM','6861406','Diana-Krall-7-5-2025'],['Diana Krall','The Dome - Virginia Beach','Virginia Beach, VA','Sunday','7/6/2025','7:00 PM','6861511','Diana-Krall-7-6-2025'],['Diana Krall','Cape Fear Community College's Wilson Center','Wilmington, NC','Tuesday','7/8/2025','7:30 PM','6861585','Diana-Krall-7-8-2025'],['Diana Krall','Ryman Auditorium','Nashville, TN','Thursday','7/10/2025','7:30 PM','6861588','Diana-Krall-7-10-2025'],['Diana Krall','Atlanta Symphony Hall','Atlanta, GA','Friday','7/11/2025','8:00 PM','6861513','Diana-Krall-7-11-2025']],'Diana Krall','http://www.ticketnetwork.com/ticket/Diana-Krall-events.aspx');