Warning: session_start(): open(/opt/alt/php74/var/lib/php/session/sess_2c008266cb407fbf5ba616a78e33b00f, O_RDWR) failed: Disk quota exceeded (122) in /home/taskkpyp/public_html/wp-content/plugins/wc-mtn-momo-payment-gateway/Gateway_Woocommerce_MoMo.php on line 4

Warning: session_start(): Failed to read session data: files (path: /opt/alt/php74/var/lib/php/session) in /home/taskkpyp/public_html/wp-content/plugins/wc-mtn-momo-payment-gateway/Gateway_Woocommerce_MoMo.php on line 4
Wallaroos coach embraces horror World Cup draw after matched with three tough opponents in mega deep pool – Sports News
Site icon Sports News

Wallaroos coach embraces horror World Cup draw after matched with three tough opponents in mega deep pool

Wallaroos coach embraces horror World Cup draw after matched with three tough opponents in mega deep pool

UNBELIEVABLE DISCOUNTS AT AMAZON.COM ||



The Wallaroos have been plunged into the most challenging of Women’s Rugby World Cup draws, up against hosts and tournament favourites England in next year’s tournament.

As well as facing the highest-ranked side in the world, Australia’s resurgent women’s team, fresh from winning the WXV2 trophy in Cape Town last weekend, will have to face USA, who have already beaten them this year, and Samoa.

The Wallaroos have never beaten England’s ‘Red Roses’, who have become the dominant side in the game, while the USA defeated Australia 32-25 in Melbourne in May during the Pacific Four series. 

After beating Canada for the WXV1 title at the weekend, England’s ranking has risen to a record high 97.56, emphasising the difficult task awaiting Australia coach Jo Yapp, a former England captain herself who played for them at three World Cups.

Australia climbed to fifth in Monday’s rankings on the back of their terrific win over Scotland in South Africa on Saturday, looking a resurgent force under Yapp’s guidance. 

In the draw made on Thursday, Michaela Leonard’s side had wanted to avoid two-time champions England, who won the WXV1 crown last weekend, and inaugural champions USA, the world No.9 who were the top-ranked outfit among the ‘band three’ teams they could have drawn. 

Only the top two teams from each group will get to the quarter-finals.

Wallaroos coach Jo Yapp said her team would embrace the challenge.

“If we end up with England in the opening game, that’s huge, isn’t it?,” said Yapp, a former England captain herself who played for them at three World Cups.

“Opening a World Cup and an opportunity to play the home nation, the number one team, there’s going to be a lot of pressure on them, and that’s a big opportunity for us.

“Australia aren’t a team that England have played a lot so that comes with challenges for them also.

“All the pressure, especially if you play them in that opening game, is going to be on them. Huge expectation on a team that hasn’t lost going into this home World Cup.

“And I think whatever pool we ended up in was going to be challenging.”

America’s ‘Women’s Eagles’ are coached by Sione Fukofuka, who spent three years as assistant coach with Rugby Australia and the Wallaroos.

Australia have only met their other opponents Samoa once before, hammering them 87-0 in 2009.

Holders and six-times champs New Zealand have been pitched in a pool alongside Japan, Spain and Ireland, who beat the Black Ferns 29-27 recently in the shock of the WXV1 tournament.

The schedule of matches for the month-long tournament will be announced next Tuesday, but the first match will be at Sunderland next August with the hosts kicking off the tournament, possibly against Australia in what would be a blockbuster opener.

Women’s Rugby World Cup draw

Pool A: England, Australia, USA, Samoa
Pool B: Canada, Scotland, Wales, Fiji
Pool C: New Zealand, Ireland, Japan, Spain
Pool D: France, Italy, South Africa, Brazil

© 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'));

UNBELIEVABLE DISCOUNTS AT AMAZON.COM

Exit mobile version