<
!DOCTYPE html>
<
title>Australia Legends vs South Africa Legends, 15th Match - CricCode</
title>
<
meta http-equiv=
"last-updated" content=
"2023-09-23T23:28:58.448Z">
<
meta name=
"descrption" content=
"A fake VS code, that help you browse live cricket score, the way programmers like!">
<
meta name=
"author" data-title=
"Pankaj Tanwar" content=
"https://pankajtanwar.in/">
<
meta name=
"keywords" content=
"Pankaj's Blogs, Pankaj's Newsletter, Pankaj's Coding Diary">
<
meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
<
head>
<!-- Checkout details of match Australia Legends vs South Africa Legends, 15th Match-->
<
script>
let title =
'Australia Legends vs South Africa Legends, 15th Match';
let latest_update =
'Match rescheduled to Saturday, 24 September at 3:30PM IST due to rain';
let live_score =
'';
function get_live_score_card () {
// Batsman details
let striker_end_batsman = {
let name =
'';
let score =
'';
let fours =
'';
let sixes =
'';
}
// Bowler details
let bowler = {
let name =
'';
let overs =
'';
let runs =
'';
let wickets =
'';
}
// Other details
let other_info = {
let partner_ship =
'';
let recent_balls =
'';
let last_wicket =
'';
let current_run_rate =
'';
}
return {
striker_end_batsman, bowler, other_info };
}
</
script>
</
head>
<
body>
<
div class="live-commentary">
// Enjoy live Commentary
<p>
Match has been rescheduled to Saturday, 24 September at 3:30PM IST due to rain
</p>
<p>
The toss is scheduled to take place at 8:30PM IST with play scheduled to begin at 9PM.
</p>
<p>
Squads:
</p>
<p>
South Africa Legends Squad: Andrew Puttick, Morne van Wyk(w), Alviro Petersen, Jacques Rudolph, Jonty Rhodes(c), Vernon Philander, Zander de Bruyn, Johan Botha, Eddie Leie, Garnett Kruger, Alan Dawson, Lloyd Norris Jones, Lance Klusener, Henry Davids, Thandi Tshabalala, Johan van der Wath, Makhaya Ntini
</p>
<p>
Australia Legends Squad: Shane Watson(c), Cameron White, Callum Ferguson, Nathan Reardon, Brad Hodge, Brad Haddin(w), George Horlin, John Hastings, Brett Lee, Bryce McGain, Dirk Nannes, Chadd Sayers, Alex Doolan, Ben Dunk, Jason Krejza, Stuart Clark
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->