Under-fire coach Ken Hinkley is adamant Port Adelaide can stay alive despite a fifth-straight loss – their worst start to an AFL season.
“I’m going to continue to believe that and I’m going to continue to work towards that,” a steadfast Hinkley said after the Power’s heartbreaking three-point loss to Carlton on Sunday.
“It’s enormously challenging, there’s no doubt about that, but I’m not going to give up and the team won’t give up.
“We’ll keep to task and we’ll keep going and you never know, we might get on a (winning) run just as big.”
Hinkley pointed to 2013, his first year in charge, as an example of how dramatically the wheel can turn.
Port won their first five games of that season and lost their next five before recovering to play finals.
“Does it matter when you lose your five in a row if you can win enough? I don’t know,” Hinkley said.
“But my history tells me that you can lose five in a row and still make finals.”
Port were smashed by Carlton in the first half and trailed by 50 points before twice getting themselves back within a kick during the final quarter.
Karl Amon’s last-minute shot at goal from outside 50m could have sealed a thrilling comeback, but drifted agonisingly wide and was rushed through for a behind.
While vowing not to dismiss the first-half lessons, Hinkley saw enough positives in the second-half performance to work with heading into a round-six battle against West Coast at home.
He liked the efforts of Connor Rozee, Zak Butters, debutant ruckman Sam Hayes and Amon, as well as veteran “soldier” Travis Boak.
Ollie Wines missed the Carlton game after doctors discovered a heart irregularity, but Port are optimistic the Brownlow medallist will return against West Coast.
“One thing we’ve got to be really cautious of is Ollie’s health and we’ve got to make sure that’s right,” Hinkley said.
“But as I sit here now we expect him to play next week.”
© 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'));
Source link