CALGARY, Alta. – The following is a statement on behalf of Hockey Canada from Scott Salmond, senior vice-president of national teams, regarding Alexis Lafrenière (Saint-Eustache, Que./New York Rangers, NHL).
“After ongoing discussions with the New York Rangers, Hockey Canada has been informed that Alexis Lafrenière will not be released to represent Canada at the 2021 IIHF World Junior Championship in Edmonton. Although we are disappointed Alexis will not be able to join our team for World Juniors, we understand and respect the decision made by the Rangers.”
For more information on Hockey Canada and Canada’s National Junior Team, please visit HockeyCanada.ca, or follow along through social media on Facebook and Twitter and Twitter.com/HC_WJC.
Spencer Sharkey
Manager, Communications
Hockey Canada
Office: 403-777-4567
Mobile: 905-906-5327
[email protected]
“;
// $(this).append(embeddedVideoPlaceholder);
// var w = $(window).width();
// if (w >= 1024) {
// attachVideoModal(this, e);
// }
// else {
// attachVideoPlayer(this, e, “videophotocarousel”);
// }
//});
var link = document.createElement(“a”);
//var videoURL = ApplicationRootURL + “en-ca” + “/videos/” + video.BrightcoveVideoID + “/” + video.TitleURL;
//var videoURL = https://video.hockeycanada.ca+ video.TitleURL;
var videoURL =”https://video.hockeycanada.ca” +video.TitleURL;
// alert(videoURL);
//videoURL += video.TitleURL;
//var videoURL = “https://video.hockeycanada.ca” + video.TitleURL;
link.setAttribute(“href”, videoURL);
link.setAttribute(“title”, video.Title);
//video placeholder image
var videoPositioner = document.createElement(“div”);
videoPositioner.setAttribute(“class”, “videoPositioner”);
var imagePhoto = document.createElement(“img”);
imagePhoto.setAttribute(“class”, “videoPlaceholder”);
if (video.ThumbnailURL) {
imagePhoto.setAttribute(“src”, video.ThumbnailURL + ‘/resize/w/373/h/210/quality/60’);
//imagePhoto.setAttribute(“src”, video.ThumbnailURL );
}
else {
imagePhoto.setAttribute(“src”, “/Content/images/hockey_canada_640.jpg”);
}
var imageContainer = document.createElement(“div”);
imageContainer.setAttribute(“style”, “border: 1px solid #CCCCCC;”);
imageContainer.appendChild(imagePhoto);
link.appendChild(imageContainer);
var play = document.createElement(“div”);
play.setAttribute(“class”, “playdiv”);
play.setAttribute(“onmouseover”, “$(this).find(‘.play_button’).attr(‘src’, ‘/Content/images/playbutton_latest_small_rollover.png’)”);
play.setAttribute(“onmouseout”, “$(this).find(‘.play_button’).attr(‘src’, ‘/Content/images/playbutton_latest_small.png’)”);
link.appendChild(play);
var playimage = document.createElement(“img”);
playimage.setAttribute(“class”, “play_button”);
playimage.setAttribute(‘src’, ‘/Content/images/playbutton_latest_small.png’);
play.appendChild(playimage);
$(link).append(“”);
var title = document.createElement(“div”);
title.setAttribute(“class”, “videoTitle “);
var subtitle = document.createElement(“span”);
subtitle.setAttribute(“class”, “subtitle”);
subtitle.appendChild(document.createTextNode(video.Title));
title.appendChild(subtitle);
videoPositioner.appendChild(link);
videoDiv.appendChild(videoPositioner);
videoDiv.appendChild(title);
videoContainer.appendChild(videoDiv);
var clearItem = document.createElement(“div”);
clearItem.setAttribute(“class”, “clear”);
videoContainer.appendChild(clearItem);
$(“#videos-245641”).append(videoContainer);
Size = video.Size;
ii++;
}
$(“.video”).css(‘width’, ‘170px’);
$(‘#VideoCarousel-245641 .bx-next’).css(‘margin-right’, ’20px’);
$(‘#VideoCarousel-245641 .bx-prev’).css(‘margin-left’, ’20px’);
},
error: function(a,b,c){
$(“#videos-245641”).empty();
}
});
};
function videoNextPage() {
$(‘.videoPage’).each(function () {
if ($(this).is(‘:visible’)) {
if ($(this).next().attr(‘class’) == ‘videoPage’) {
$(this).next().show();
$(this).hide();
$(‘#videoPrevPage’).removeClass(‘Disabled’);
if ($(this).next().attr(‘data-page’) == ‘last’) {
$(‘#videoNextPage’).addClass(‘Disabled’);
}
return false;
}
}
});
}
function videoPrevPage() {
$(‘.videoPage’).each(function () {
if ($(this).is(‘:visible’)) {
if ($(this).prev().attr(‘class’) == ‘videoPage’) {
$(this).prev().show();
$(this).hide();
$(‘#videoNextPage’).removeClass(‘Disabled’);
if ($(this).prev().attr(‘data-page’) == ‘first’) {
$(‘#videoPrevPage’).addClass(‘Disabled’);
}
return false;
}
}
});
}
function photoNextPage() {
$(‘.photopage’).each(function () {
if ($(this).is(‘:visible’)) {
if ($(this).next().attr(‘class’) == ‘photopage’) {
$(this).next().show();
$(this).hide();
$(‘#photoPrevPage’).removeClass(‘Disabled’);
if ($(this).next().attr(‘data-page’) == ‘last’) {
$(‘#photoNextPage’).addClass(‘Disabled’);
}
return false;
}
}
});
}
function photoPrevPage() {
$(‘.photopage’).each(function () {
if ($(this).is(‘:visible’)) {
if ($(this).prev().attr(‘class’) == ‘photopage’) {
$(this).prev().show();
$(this).hide();
$(‘#photoNextPage’).removeClass(‘Disabled’);
if ($(this).prev().attr(‘data-page’) == ‘first’) {
$(‘#photoPrevPage’).addClass(‘Disabled’);
}
return false;
}
}
});
}
Videos
Photos
2020-21 NJT: WHT 6 – RED 3 (Intrasquad)
Dach, Tomasino and Zary combined for nine points in the White win.
2020-21 NJT: WHT 4 – RED 2 (Intrasquad)
Cozens and Tomasino had 1G 1A each to help White double up Red.
NJT: Sights from selection camp (Nov. 18)
Check out what’s happening on the ice at the Westerner Park Centrium.
NWT: Thank you, Mel Davidson
Take a look back at memories from Mel Davidson’s long and decorated career with Hockey Canada.
NWT: Meeting and greeting in Victoria
Atom players from the CRFMHA got the chance to visit with Team Canada.
2020 WJC: CAN 4 – RUS 3 (Gold Medal)
Thomas got the GWG with 3:58 left and Canada came back to win gold.
2020 WJC: CAN 5 – FIN 0 (Semifinal)
Hofer posted a 32-save shutout, backstopping Canada to the final.
“);
var divTitle = document.createElement(‘div’);
divTitle.setAttribute(“class”, “eventTitle”);
if (item.URL) {
var divA = document.createElement(‘a’);
divA.setAttribute(“href”, item.URL);
divA.setAttribute(“target”, item.Target);
divA.appendChild(document.createTextNode(item.Title));
divTitle.appendChild(divA);
} else {
divTitle.appendChild(document.createTextNode(item.Title));
}
var divAddress = document.createElement(‘div’);
divAddress.setAttribute(“class”, “address”);
divAddress.appendChild(document.createTextNode(item.Location));
var divDate = document.createElement(‘div’);
divDate.setAttribute(“class”, “date”);
divDate.setAttribute(“style”, “margin-bottom:4px;”);
divDate.appendChild(document.createTextNode(item.Date));
divEvent.appendChild(divTitle);
divEvent.appendChild(divAddress);
divEvent.appendChild(divDate);
img.hide();
content.append(divEvent);
$(divEvent).fadeIn(‘slow’);
});
});
});






