A
Set short text size
A
Set default text size
A
Set large text size
New details have emerged of an accident that claimed the life of Australian cricket legend Andrew Symonds.
The former Test and limited-overs star died Saturday night when his car veered off the road and into Harvey Range, about 50 kilometers from Townsville.
Whelan Townson heard of the accident and rushed to the scene to save Symonds.
“He was stuck there, so I tried to get him out,” Townson told 9 News.

Andrew Symonds at the 2003 Cricket World Cup. (Photo by Nick Laham / Getty Images)
“(I) started doing CPR and tested his pulse but I didn’t get much response.”
Symonds was traveling with his two dogs, and the Blue Healers did not want to leave his side after the crash.
Former teammates and rivals alike paid tribute to Symonds after the news of his death broke.
Matthew Hayden, his great companion and longtime Queensland teammate, posted a heartfelt tribute to a “bloody good man” on Instagram.
“Simo once told me, ‘If you can’t say it in 3 words, it’s not worth listening to.’ Well Roy … ‘Bloody Good Block’ summarizes you. Make sure those XXXX bitter cans are beautiful and cool for #Albert when we next sip #Brokenheart #Reprieve #Quinslander #Fishing #Mets #Cricket, “he said.
Former captain Ricky Ponting says Symonds is just as loyal.
“If Roy shook your hand you would talk to him, he was such a guy and that’s why I always wanted him on my team,” he said.
“He is a great player and a very good man. I can’t believe he’s gone. Thoughts are with his family at this time. “
Adam Gilchrist tweeted: “I miss him so much … already. Really hurt. Rest Easy Royman.
“Think of your most loyal, funny, loving friend who will do something for you. That’s Roy.”
Even former Archbishop Nemesis Harbhajan Singh of Symonds has paid tribute.
Symonds accused Harbhajan of being a monkey during a fiery test at SCG in 2008, but the pair later made peace.
“I am shocked to hear of the sudden death of Andrew Symonds. It’s too late, “Harbhajan tweeted.
“My sincere condolences to the family and friends. Pray for the disembodied soul. ”
Fast bowler Brett Lee described him as one of the most talented athletes he has ever met.
Indian spinner Yuzbendra Chahal, who was Symonds’ teammate in the Mumbai Indians in 2011, was struggling to process his death.
“Today I lost the man closest to me,” he tweeted.
“You were not just a colleague. My family, my people, my Symonds uncle. I will miss you terribly. “
Indian great Sachin Tendulkar tweeted: “The death of Andrew Symonds is tragic news for all of us to exploit.
“He was not only a brilliant all-rounder, but also a live-on on the field.
“I have fond memories of the time we spent together at the Mumbai Indians. May his soul rest in peace, my condolences to his family and friends. ”
Symonds died shortly after the deaths of Australian cricket legends Shane Warne and Rod Marsh.
© 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'));