Back within the city limits and off to Rosehill this Saturday, unfortunately the run of heavy tracks looks set to continue, but there are still ten winners to be found, and there looks to be a bit of value across a card that would have been Wednesday-class about six weeks ago.
Best bet: Race 6 – 6 Dynasties (3 units @ $2.60)
Dynasties returns from a successful trip to the Gold Coast, she takes on the boys here but drops in class and should relish the trip and the conditions. Fair gap to the others on my numbers, drawn nicely and Berry a good appointment.
Value bet: Race 9 – 17 Mach Schnell (1 unit @ $12)
Don’t know much about this Kiwi, but he’s come over and won for Joe Pride already, and while this is a few levels up, most of the others are pretending at this grade. Then there’s the weight. From 59s and 58s, the Schnell will lug the featherweight of 50.5 on Saturday if Reece stays off the big breakfast, meaning this boy might just keep running when the whips are cracking.
Sydney racing selections
Race 1 – 12 Valspar (1 unit @ $12)
Race 2 – Tigertude (1 unit @ $7.50)
Race 3 – 7 Hollywood North (1 unit @ $6)
Race 4 – 14 River Mac (1 unit @ $26)
Race 5 – 12 Aravene (1 unit @ $3.80)
Race 6 – 6 Dynasties (3 units @ $2.60)
Race 7 – 6 Rock (1 unit @ $18)
Race 8 – 9 Mariamia (2 units @ $9)
Race 9 – 17 Mach Schnell (1 unit @ $12)
Race 10 – 8 Lancaster Bomber (2 units @ $12)
Stay dry, and good luck, punters.
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = "https://www.theroar.com.au/"; var aslPlatform = "https://www.theroar.com.au/"; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != "https://www.theroar.com.au/"){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, "https://www.theroar.com.au/"); }
} 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'));