The 84th Battle of the Saints ended in a draw as St. Peter’s College took major honours in their annual cricket encounter against St. Joseph’s College at P. Sara Oval Grounds, Colombo on Saturday.
A rearguard 8th wicket stand of 80 runs between Dineth Jayakody and Dunith Wellalage helped St. Joseph’s College reach 237 for 8 in their 2nd innings and earn a honourable draw.
Fan Album: St. Joseph’s College vs St. Peter’s College | 84th Battle of the Saints 2018
Earlier in the game St. Peter’s College took an important 49-run lead in their 1st innings as they commenced day two on 190 for 6 with 11 of their 60 overs left. The Peterites comfortably collected runs as the Josephians bowled negatively in the first hour of play.
Seamer Lakshan Gamage went on to pick up 4 wickets but some lusty blows by the lower order batsmen pushed the Peterite first innings score to 244 from their allotted 60 overs.
Photos: St. Joseph’s College vs St. Peter’s College | 84th Battle of the Saints – Day 2
The Josephians were under pressure from the onset in their second essay as they lost experienced opening batsman Revan Kelly early on.
Nipun Sumanasinghe and Johanne De Zilva made 35 and 33 respectively to defy the Peterite bowling but some irresponsible batting had the Josephians reeling at 146/7 with more than 35 overs left in the game.
Watch Replay – St. Joseph’s College vs St. Peter’s College – 84th Battle of the Saints
Jayakody and Wellalage batted for more than 20 overs and constructed a match-saving 80-run stand as St. Joseph’s built a substantial lead to bat St. Peter’s College out of the game.
Right-handed Jayakody used up 130 balls for his unbeaten 55 which had 5 fours and a six while 15-year old Wellalage made 44 off 78 deliveries with 7 fours.
Photos: St. Joseph’s College vs St. Peter’s College | 84th Battle of the Saints – Day 1
The Peterites off-spinner Ruvin Senevirathne who didn’t bowl a single over in the first innings, picked up 4 for 50 as St. Joseph’s batted for 83 overs and declared the innings setting an impossible target of 189 runs for the Peterites in the final hour.
The lads from Bambalapitiya ended the match on 57 for 1 in 9.2 overs before the teams settled for a draw.
Match Report: St. Peter’s take major honours on day one
On day one, after being asked to bat first, Daniel played a lone hand for the Josephians with a fine 93 off 125 deliveries as they were bowled out for just 195 runs.
Individual Awards
Best Fielder – Prabasara Herath (SPC)
Best Bowler – Lakshan Gamage (SJC)
Best Batsman – Shalith Fernando (SPC)
Best All Rounder – Dunith Wellalage (SJC)
Man of the Match – Jehan Daniel (SJC)
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
St. Joseph's College
195/10 & 237/8
(83 overs)
Result
St.Peter's College
244/10 & 57/1
(9.2 overs)
match drawn
St. Joseph's College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
R.Kelly | c Santhush Gunathilake b Miflal Ameen | 19 | 32 | |||
J.De.Silva | b Santhush Gunathilake | 8 | 20 | |||
N.Sumanasinghe | b Prabasara herath | 5 | 6 | |||
J.Fernandopulle | (runout) Shalith Fernando | 15 | 47 | |||
J.Daniel | c Sulakshana Fernando b Miflal Ameen | 93 | 115 | |||
R.Mahindasinghe | c Santhush Gunathilake b Sachin Silva | 10 | 29 | |||
L.Gamage | c Ruvin Senavirathne b Sachin Silva | 0 | 2 | |||
D.Jayakody | st Shalith Fernando b Kanishka Maduwantha | 13 | 47 | |||
D.Wellalage | b Kanishka Maduwantha | 13 | 22 | |||
M.Wickramage | (runout) Nipunaka Fonseka | 0 | 0 | |||
A.Daniel | not out | 4 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
S.Gunathilake | 7 | 0 | 29 | 1 | 4.14 |
P.Herath | 7 | 0 | 28 | 1 | 4.00 |
M.Ameen | 18 | 3 | 71 | 2 | 3.94 |
S.Silva | 6 | 0 | 20 | 3 | 3.33 |
K.Maduwantha | 15.2 | 1 | 41 | 1 | 2.70 |
St.Peter's College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
S.Gunathilake | c Ravindu Mahindasinghe b Johanne De Silva | 2 | 10 | |||
S.Fernando | c Revan Kelly b Lakshan Gamage | 0 | 8 | |||
S.Fernando | c Lakshan Gamage b Dunnith Wellalage | 16 | 53 | |||
Shalith.F | lbw by Dunnith Wellalage | 58 | 73 | |||
R.Jayasena | st Ravindu Mahindasinghe b Ashen Daniel | 55 | 66 | |||
N.Fonseka | c Ravindu Mahindasinghe b Ashen Daniel | 11 | 37 | |||
P.Herath | c Nipun Sumanasinghe b Lakshan Gamage | 38 | 62 | |||
K.Maduwantha | b | 14 | 43 | |||
M.Ameen | c Nipun Sumanasinghe b Lakshan Gamage | 5 | 5 | |||
S.Silva | (runout) Ravindu Mahindasinghe | 4 | 10 | |||
R.Senavirathna | not out | 3 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
J.Daniel | 7 | 1 | 31 | 0 | 4.43 |
J.De.Silva | 3 | 1 | 13 | 1 | 4.33 |
L.Gamage | 14 | 0 | 62 | 4 | 4.43 |
D.Wellalage | 14 | 0 | 49 | 2 | 3.50 |
M.Wickramage | 7 | 0 | 34 | 0 | 4.86 |
A.Daniel | 13 | 1 | 41 | 2 | 3.15 |
N.Sumanasinghe | 2 | 0 | 7 | 0 | 3.50 |