St Kilda is reckoning with the cost of their loss to Brisbane, as they face several injury-forced changes leading up to a tight turnaround for their clash with Essendon.
Mitch Owens and Daniel McKenzie suffered concussions on either side of half-time during Saturday night’s 21-point loss at the Gabba, while Zak Jones didn’t finish the game after a hamstring injury in the third quarter.
The AFL’s enforced 12-day hiatus automatically clears young gun Owens and resurgent wingman McKenzie from Friday night’s game, while Jones has an extensive history of hamstring injuries.
“McKenzie concussion, Owens concussion and Jones a hamstring injury. So we lost three,” Saints coach Brett Ratten said.
“It really tested us, but that’s part of the game.
“It wasn’t like we were running away from ‘that was a disaster, a complete disaster’. I guess from an injury front you would say it was a disaster.
“Lose three players that you would probably say are not playing: Owens head clash and then McKenzie’s. I don’t know how it will stack up. Anyway, I’ll let others work that out.
“Dan Jones with a hamstring, I’m tipping he won’t play on a six-day (break) with a hamstring. He’ll be missing some time.”
There are a number of potential strong replacements on hand for the sixth-seeded Saints.
Young gun Nasiah Wanganeen-Milera was managed and did not play on Saturday, while both Jack Billings and Hunter Clark were overlooked.
All three seem to be battling the hapless Bombers.
In Sandringham’s 44-point VFL loss to Southport on Saturday, Billings had 32 disposals, nine points and a goal, Clark had 24 touches and five tackles and Ryan Byrnes had 26 disposals.
“Billings played pretty well today. Clark played solid, came through, which is good,” Ratten said.
“Ryan Byrnes has played very well. Wasn’t so good today, but he is playing quite well and Nasiah will also be on the roster.”
© AAP
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));