A
Set small text size
A
Set default text size
A
Set large text size
The West Coast gave its rebuilding a boost by trapping big-bodied midfielder Jai Culley with the No. 1 pick in the AFL Mid-Season Draft.
The 193cm Culley was in the frame to be a first- or second-round selection in the national draft later this year after being overlooked in 2021.
But the lowest-ranked Eagles got the better of the 19-year-old thanks to their hellish season in which they lost their last seven games by an average of 79.7 points.
Culley, who works part-time at a take-out chicken shop, admitted this week he knew nothing about the playing career of Eagles manager Adam Simpson, who scored 306 games for North Melbourne and also was club captain.
“I know his name but I didn’t know he was playing for North Melbourne or anything,” Culley told the AFL website after being selected by West Coast on Wednesday night.
“I’m damn happy. I can’t wait to meet all the boys.
Jai Culley in action during the 2022 NAB League. (Photo by Michael Willson/AFL Photos via Getty Images)
North Melbourne picked 23-year-old defender Kallan Dawson with their No. 2 pick, while Essendon picked defender Massimo D’Ambrosio with the No. 3 pick.
Adelaide selected 25-year-old midfielder Brett Turner with the No. 4 pick, while GWS completed the top five with the selection of athletic striker Wade Derksen.
St Kilda had been linked with striker Hugo Hall-Kahan.
But when Sydney swooped with the No.11 pick, St Kilda moved on when they finally got their turn at the No.14 pick.
A total of 17 players have been selected, with Melbourne, Western Bulldogs, Brisbane and St Kilda being the only clubs not to select a player.
Sam Durdin, who played 22 games for North Melbourne after being picked No.16 in the 2014 National Draft, was given a second chance after Carlton won the No.13 pick.
Durdin, who was dropped from the roster by the Kangaroos at the end of 2020, will help bolster Carlton’s injury defense.
Carlton also gave former Western Bulldogs midfielder Will Hayes a lifeline when they selected the future 27-year-old with the No. 22 pick.
Hawthorn took ruckman Max Ramsden with pick six before doubling up with James Blanck at pick 20.
Ramsden grew up supporting the Hawks and his former classmates Ned Long and Josh Ward are already at Hawthorn.
“I’m over the moon,” Ramsden said.
“I always hoped to go to the Hawks but I wasn’t too sure, there were a lot of clubs talking.
“Last year, I just nominated (for the national draft) because I was hoping to have a chance at this draft.
“A couple of my friends said I had to do it (to be eligible for the mid-season draft).
“I was playing football at school last year so I didn’t think I had a chance last year. But it’s been a really good run and I think I’ve improved a lot.
Fremantle used the No.15 pick to select in-form WAFL striker Sebit Kuek, who has scored 14 goals in his last four games for East Perth.
MID-SEASON FULL RELEASE
1 West Coast – Jai Culley (Dandenong Stingrays)
2 North Melbourne – Kallan Dawson (Williamstown)
3 Essendon – Massimo D’Ambrosio (Western Jets)
4 Adelaide – Brett Turner (Glenelg)
5 GWS – Wade Derksen (Peel Thunder)
6 Hawthorn – Max Ramsden (Dragons of Sandringham)
7 Gold Coast – Oskar Faulkhead (Bendigo Pioneers)
8 Port Adelaide – Brynn Teakle (East Fremantle)
9 Collingwood – Joshua Carmichael (West Adelaide)
10 Richmond – Jacob Bauer (North Adelaide)
11 Sydney – Hugo Hall-Kahan (Sandringham Dragons)
12: Geelong – Zane Williams (Woodville-West Torrens)
13 Carlton – Sam Durdin (Glenelg)
14 St Kilda – Pass
15 Fremantle – Sebit Kuek (East of Perth)
16 West Coast – Pass
17 North Melbourne – Pass
18 Essendon – Jye Menzie (South Adelaide)
19 Adelaide – Pass
20 Hawthorn – James Blanck (Box Hill)
21 Collingwood – Pass
22 Carlton – William Hayes (Carlton VFL)
23 Fremantle – Pass
© 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'));
Sports Grp2