//
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 "
";
}
},
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 += '';
} else {
document.write("");
}
}
}
};
}();
//BPW-TNSERV-02A
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([['NHL Eastern Conference Second Round: Washington Capitals vs. Carolina Hurricanes - Home Game 3, Series Game 5','Capital One Arena','Washington, DC','Thursday','5/15/2025','TBD','6983572','NHL-Eastern-Conference-Second-Round--Washington-Capitals-vs--Carolina-Hurricanes---Home-Game-3--Series-Game-5-5-15-2025'],['NHL Eastern Conference Second Round: Washington Capitals vs. Carolina Hurricanes - Home Game 4, Series Game 7 (If Necessary)','Capital One Arena','Washington, DC','Monday','5/19/2025','TBD','6983573','NHL-Eastern-Conference-Second-Round--Washington-Capitals-vs--Carolina-Hurricanes---Home-Game-4--Series-Game-7--If-Necessary--5-19-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 1, Series Game 1 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Friday','5/23/2025','TBD','6983574','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-1--Series-Game-1--Date--TBD---If-Necessary--5-23-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 2, Series Game 2 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Sunday','5/25/2025','TBD','6983575','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-2--Series-Game-2--Date--TBD---If-Necessary--5-25-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 3, Series Game 5 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Saturday','5/31/2025','TBD','6983576','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-3--Series-Game-5--Date--TBD---If-Necessary--5-31-2025'],['NHL Eastern Conference Finals: Washington Capitals vs. TBD - Home Game 4, Series Game 7 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Wednesday','6/4/2025','TBD','6983577','NHL-Eastern-Conference-Finals--Washington-Capitals-vs--TBD---Home-Game-4--Series-Game-7--Date--TBD---If-Necessary--6-4-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 1 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Sunday','6/8/2025','TBD','6983578','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-1--Date--TBD---If-Necessary--6-8-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 2 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Tuesday','6/10/2025','TBD','6983579','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-2--Date--TBD---If-Necessary--6-10-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 3 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Wednesday','6/18/2025','TBD','6983580','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-3--Date--TBD---If-Necessary--6-18-2025'],['NHL Stanley Cup Finals: Washington Capitals vs. TBD - Home Game 4 (Date: TBD - If Necessary)','Capital One Arena','Washington, DC','Tuesday','6/24/2025','TBD','6983581','NHL-Stanley-Cup-Finals--Washington-Capitals-vs--TBD---Home-Game-4--Date--TBD---If-Necessary--6-24-2025'],['The Queens: 4 Legends, 1 Stage - Gladys Knight, Patti LaBelle, Chaka Khan & Stephanie Mills','Capital One Arena','Washington, DC','Friday','10/3/2025','8:00 PM','7071669','The-Queens--4-Legends--1-Stage---Gladys-Knight--Patti-LaBelle--Chaka-Khan---Stephanie-Mills-10-3-2025'],['Andrea Bocelli','Capital One Arena','Washington, DC','Sunday','12/14/2025','8:00 PM','7061978','Andrea-Bocelli-12-14-2025'],['NCAA Men's Basketball Tournament: East Regional - All Sessions','Capital One Arena','Washington, DC','Friday','3/27/2026','TBD','7082958','NCAA-Men-s-Basketball-Tournament--East-Regional---All-Sessions-3-27-2026'],['NCAA Men's Basketball Tournament: East Regional - Session 1 (Time: TBD)','Capital One Arena','Washington, DC','Friday','3/27/2026','12:00 PM','7082959','NCAA-Men-s-Basketball-Tournament--East-Regional---Session-1--Time--TBD--3-27-2026'],['NCAA Men's Basketball Tournament: East Regional - Session 2 (Time: TBD)','Capital One Arena','Washington, DC','Sunday','3/29/2026','12:00 PM','7082960','NCAA-Men-s-Basketball-Tournament--East-Regional---Session-2--Time--TBD--3-29-2026']],'Capital One Arena ','http://www.ticketnetwork.com/en/search/?text=Capital One Arena ');