// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var dateArray = row[4].split('/'); var date = months[dateArray[0]] + " " + dateArray[1]; var parking = row[0].split(':')[0] if (parking !== "PARKING") { return "
" + row[3].substring(0,3) + "
" + date + "" + row[5] + "
" + row[0] + "" + row[1] + ", " + row[2] + "
"; } }, 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,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newResults = []; for(var cntr = 0; cntr < eventData.length; cntr++) newResults.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '
' + newResults.join('') + '
'; } else document.write('
' + newResults.join('') + '
'); if(eventData.length >= 101 && kwds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kwds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kwds + " on TicketNetwork.com
"); } } } }; }(); //BPW-TNSERV-03B TN_Widget.AddCss('//tn-widget.seatics.com/widget2Css/results-style-1.css'); TN_Widget.AddCss('//s3.amazonaws.com/ticketnetwork/fonts/TTNorms/TTNorms.css'); TN_Widget.CreateTable([['Peabo Bryson','Blue Note Napa','Napa, CA','Saturday','5/10/2025','6:30 PM','6951871','Peabo-Bryson-5-10-2025'],['Peabo Bryson','Blue Note Napa','Napa, CA','Saturday','5/10/2025','9:00 PM','6951872','Peabo-Bryson-5-10-2025'],['Peabo Bryson','Blue Note Napa','Napa, CA','Sunday','5/11/2025','3:00 PM','6951873','Peabo-Bryson-5-11-2025'],['Peabo Bryson','Blue Note Napa','Napa, CA','Sunday','5/11/2025','6:30 PM','6951874','Peabo-Bryson-5-11-2025'],['Peabo Bryson','Steven Tanger Center for the Performing Arts','Greensboro, NC','Friday','5/23/2025','8:00 PM','6836574','Peabo-Bryson-5-23-2025'],['Peabo Bryson','Live at the Ludlow Garage','Cincinnati, OH','Saturday','6/28/2025','7:30 PM','7134529','Peabo-Bryson-6-28-2025'],['Peabo Bryson','The Schaefer Center for the Performing Arts','Boone, NC','Wednesday','7/16/2025','7:30 PM','7087196','Peabo-Bryson-7-16-2025'],['Peabo Bryson','The Concert Hall at Groton Hill Music Center','Groton, MA','Sunday','7/20/2025','7:00 PM','6980651','Peabo-Bryson-7-20-2025'],['Peabo Bryson','Saenger Theatre Mobile','Mobile, AL','Thursday','7/31/2025','7:30 PM','7096157','Peabo-Bryson-7-31-2025'],['Peabo Bryson','The Railhead - Boulder Station Hotel Casino','Las Vegas, NV','Friday','8/15/2025','8:00 PM','7099010','Peabo-Bryson-8-15-2025'],['Peabo Bryson','City Winery - Chicago','Chicago, IL','Friday','8/29/2025','6:00 PM','7117760','Peabo-Bryson-8-29-2025'],['Peabo Bryson','City Winery - Chicago','Chicago, IL','Friday','8/29/2025','9:30 PM','7117761','Peabo-Bryson-8-29-2025']],'Peabo Bryson','http://www.ticketnetwork.com/en/search/?text=Peabo Bryson');