St. Peter’s College dominated the first day’s play in the 84th Battle of the Saints annual cricket encounter against St. Joseph’s College at P. Sara Oval Grounds, Colombo on Friday.
After being asked to bat first, St. Joseph’s were bowled out for just 195 despite a fighting 93 by skipper Jehan Daniel. St. Peter’s responded well with the bat thanks to a couple of half-centuries by Shalith Fernando and Ranmith Jayasena to end the day on 190 for 6.
On a gloomy morning, St. Peter’s skipper Santhush Gunathilake had no hesitation to bowl first. Sri Lanka U19 cap, opening fast bowler Gunathilaka struck in the fifth over removing the Josephian opening batsman Johanne De Zilva with a superb in-swinger.
Photos: St. Joseph’s College vs St. Peter’s College | 84th Battle of the Saints – Day 1
Gunathilaka’s new-ball partner Prabasara Herath then clean bowled the Josephian vice-captain Nipun Sumanasinghe in the 8th over as the Peterites made early inroads.
In-form Revan Kelly was undone by left-arm spinner Miflal Ameen while number four batsman Jehan Fernandopulle ran himself out as the Josephians were in a spot of bother at 68 for 4.
After lunch, Sachintha Mahindasinghe and Lakshan Gamage were dismissed within three deliveries by off-spinner Sachin Silva as the Josephian trend of losing wickets at regular intervals continued.
Skipper Daniel played a magnificent knock, guiding the inexperienced Josephian middle order. Daniel’s ability to clear the fence against the spinners put the Peterites on the back foot.
Dineth Jayakody and Dunith Wellalage gave much-needed support to their captain but the Peterites bowled and fielded clinically to dismiss the Josephians before their allotted 60 overs.
Daniel who struck a match-saving century last year at the 83rd Joe-Pete cricket encounter was inching towards another well-deserved hundred before miscuing a Miflal Ameen delivery on 93. His valiant 115-ball knock had 4 fours and 6 sixes.
In reply, St. Peter’s lost both their openers when the score was 9 as Lakshan Gamage and Johanne De Zilva used the new ball to great effect.
Shalith and Sulakshana Fernando added an invaluable 91-run stand for the 3rd wicket to give ascendancy to the Peterite innings.
Read : St. Joseph’s College vs St. Peter’s College – 84th Battle of the Saints
Shalith played the slog-sweep well to disrupt the line and length of the Josephian spinners as he struck a well-calculated 58 off 73 deliveries with 6 fours and 2 sixes.
Left-arm spinner Wellalage dismissed both the Fernando’s inside one over as the Josephians came back into the game. Ranmith Jayasena and Nipunaka Fonseka exhibited great resistance to add 41 runs for the 5th wicket to end any hopes of a Josephian comeback.
Tall and lanky Jayasena maneuvered the field well to notch up an important half-century, 55 off 66 but off-spinner Ashain Daniel took two vital wickets dismissing Jayasena and Fonseka to dent
Freshers Prabasara Herath and Kanishka Maduwantha batted till close of play and will look to maximize the remaining 11 overs in the first hour on day two to gain a sizeable lead and put pressure on the Josephians.
// 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 |