// 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-03A 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([['Goo Goo Dolls & Dashboard Confessional','KeyBank Center','Buffalo, NY','Saturday','8/9/2025','7:00 PM','6827520','Goo-Goo-Dolls---Dashboard-Confessional-8-9-2025'],['Disney's Descendants & Zombies: Worlds Collide','KeyBank Center','Buffalo, NY','Tuesday','8/19/2025','7:00 PM','6813752','Disney-s-Descendants---Zombies--Worlds-Collide-8-19-2025'],['Deftones','KeyBank Center','Buffalo, NY','Monday','9/1/2025','7:00 PM','7037644','Deftones-9-1-2025'],['Katt Williams','KeyBank Center','Buffalo, NY','Friday','10/10/2025','8:00 PM','7116195','Katt-Williams-10-10-2025'],['Mumford & Sons','KeyBank Center','Buffalo, NY','Thursday','10/16/2025','7:30 PM','7065723','Mumford---Sons-10-16-2025'],['Rivalry Series: Women's Hockey USA vs. Canada Women's Hockey','KeyBank Center','Buffalo, NY','Saturday','11/8/2025','6:00 PM','7193987','Rivalry-Series--Women-s-Hockey-USA-vs--Canada-Women-s-Hockey-11-8-2025'],['Jonas Brothers','KeyBank Center','Buffalo, NY','Sunday','11/9/2025','7:30 PM','7056813','Jonas-Brothers-11-9-2025'],['NCAA Men's Basketball Tournament: Rounds 1 & 2 - All Sessions','KeyBank Center','Buffalo, NY','Thursday','3/19/2026','TBD','7082867','NCAA-Men-s-Basketball-Tournament--Rounds-1---2---All-Sessions-3-19-2026'],['NCAA Men's Basketball Tournament: Rounds 1 & 2 - Session 1 (Time: TBD)','KeyBank Center','Buffalo, NY','Thursday','3/19/2026','12:00 PM','7082910','NCAA-Men-s-Basketball-Tournament--Rounds-1---2---Session-1--Time--TBD--3-19-2026'],['NCAA Men's Basketball Tournament: Rounds 1 & 2 - Session 2 (Time: TBD)','KeyBank Center','Buffalo, NY','Thursday','3/19/2026','6:00 PM','7082911','NCAA-Men-s-Basketball-Tournament--Rounds-1---2---Session-2--Time--TBD--3-19-2026'],['NCAA Men's Basketball Tournament: Rounds 1 & 2 - Session 3 (Time: TBD)','KeyBank Center','Buffalo, NY','Saturday','3/21/2026','12:00 PM','7082912','NCAA-Men-s-Basketball-Tournament--Rounds-1---2---Session-3--Time--TBD--3-21-2026']],'KeyBank Center ','http://www.ticketnetwork.com/en/search/?text=KeyBank Center ');