
Surprise winner in Dally M votes for Round 1
The Dally M votes for Round 1 have been announced with one player getting three votes despite his team losing.
Warriors forward Josh Curran was adjudged the best player on the field at Sunshine Coast Stadium on Saturday evening despite his team going down to St George Illawarra 28-16.
Former Dally M winner Jack Wighton scored three votes in his team’s narrow win over Cronulla on Friday night while Canterbury forwards collected all the points from Sunday night’s tense triumph over North Queensland in Townsville.
Last year’s runaway winner Tom Trbojevic did not poll any votes after he was kept quiet in Manly’s 28-6 loss to the Panthers in the season opener on Thursday night.
Voting for the Dally M Medal will be publicised each week up until Round 12 when it goes behind closed doors.
Round 1 Dally M votes
Panthers v Sea Eagles
3: Isaah Yeo (Panthers)
2: Sean O’Sullivan (Panthers)
1: James Fisher-Harris (Panthers)
Judge: Andrew Johns
Raiders v Sharks
3: Jack Wighton (Raiders)
2: Joe Tapine (Raiders)
1: Blayke Brailey (Sharks)
Judge: Scott Sattler
Broncos v Rabbitohs
3: Payne Haas (Broncos)
2: Jai Arrow (Rabbitohs)
1: Pat Carrigan (Broncos)
Judge: Greg Alexander

(Photo by Matt King/Getty Images)
Roosters v Knights
3: Jake Clifford (Knights)
2: Kalyn Ponga ( Knights )
1: David Klemmer ( Knights )
Judge: Steve Roach
Warriors v Dragons
3: Josh Curran (Warriors)
2: Ben Hunt (Dragons)
1: Mikaele Ravalawa (Dragons)
Judge: David Shillington
Tigers v Storm
3: Jahrome Hughes (Storm)
2: Ryan Papenhuyzen (Storm)
1: Daine Laurie (Tigers)
Judge: James Smith
Eels v Titans
3: Mitch Moses (Eels)
2: Reed Mahoney (Eels)
1: Toby Sexton (Titans)
Judge: Greg Inglis
Cowboys v Bulldogs
3: Luke Thompson (Bulldogs)
2: J Hetherington (Bulldogs)
1: A Seumanufagai (Bulldogs)
Judge: Ben Creagh
// 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'));