<
!DOCTYPE html>
<
title>West Indies Legends vs New Zealand Legends, 13th Match - CricCode</
title>
<
meta http-equiv=
"last-updated" content=
"2023-12-08T22:23:44.333Z">
<
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 West Indies Legends vs New Zealand Legends, 13th Match-->
<
script>
let title =
'West Indies Legends vs New Zealand Legends, 13th Match';
let latest_update =
'Match abandoned due to rain without a ball bowled';
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 abandoned due to rain without a ball bowled
</p>
<p>
Toss delayed due to rain
</p>
<p>
Squads:
</p>
<p>
New Zealand Legends Squad: Anton Devcich, Jamie How, Dean Brownlie, Ross Taylor(c), Gareth Hopkins(w), Scott Styris, Neil Broom, Kyle Mills, Hamish Bennett, Jason Spice, James Franklin, Craig McMillan, Jacob Oram, Shane Bond, Aaron Redmond, Bruce Martin
</p>
<p>
West Indies Legends Squad: Dwayne Smith, William Perkins(w), Brian Lara(c), Navin Stewart, Narsingh Deonarine, Kirk Edwards, Danza Hyatt, Sulieman Benn, Devendra Bishoo, Krishmar Santokie, Daren Powell, Jerome Taylor, Dave Mohammed, Marlon Black
</p>
// more at cricbuzz.
</
div>
</
body>
</
html>
<!-- Built with ❤️ by Pankaj Tanwar. Reach out to him at twitter!-->