Socceroos veteran Aziz Behich won’t play before next month’s pivotal World Cup qualifiers after he was hit with a two-game ban for stamping on an opponent in the Melbourne derby.
The Melbourne City left-back will sit out his club’s next two A-League Men games – against Western United on November 4 and Perth Glory on November 10 – after he was retrospectively cited by Football Australia for stamping on Victory’s Nikos Vergos.
How many leagues can make you feel like this? A-Leagues. The Ninja A-League Women season kicks off November 1.
The incident went unpunished by referee Alex King in Saturday’s derby and was not picked up by VAR.
But FA’s match review panel said on Monday the defender had committed a violent conduct offence that “should have been sanctioned with a direct red card and which escaped the referee’s attention”.
Behich and Vergos were tangled in a tackle before the Socceroos left-back appeared to lash out with his boot.
He was on Tuesday handed a two-game suspension.
It leaves the experienced defender with no time to impress Socceroos boss Tony Popovic and guarantee his selection after being a near ever-present under recently departed head coach Graham Arnold.
Behich has featured in both games so far under Popovic, starting in Australia’s win over China.
He came off the bench in their draw with Japan, where Jordy Bos was given the nod to start.
Popovic has to name his squad for qualifiers against Saudi Arabia and Bahrain on November 8.
A new era of the UEFA Champions League is here, only on Stan Sport.
The Socceroos face the Saudis in Melbourne on November 14, before heading to face Bahrain in Riffa on November 19.
Saudi Arabia, Bahrain and Australia are locked in a three-way battle for the second automatic World Cup qualification spot, with each team boasting five points from their opening four games.
© 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'));