The 139th Royal-Thomian cricket encounter is heading for a draw at the end of rain-interrupted day two on Saturday at SSC grounds, Colombo.
Throughout day two, only 148 runs were scored in 66 overs as more than 30 overs were lost due to rain and bad light. The cricket was as dreary as the weather, with both teams opting to play a safe and slow the game. A result is unlikely unless a dramatic turnaround of events take place on the third and final day.
Day 1 Report : Kalana leads S. Thomas’ fight back after Manula five-fer
The second day’s play commenced with S. Thomas in the box seat with Royal on 33 for 3. But their best batsmen Pasindu Sooriyabandara and Kavindu Madarasinghe were at the crease and they constructed a solid 75-run partnership for the fourth wicket to resurrect the Royal innings.
Sooriyabandara was given a reprieve by wicket-keeper batsman Sithara Hapuhinna off Shanon Fernando in the 19th over of the day but a loss of concentration a couple of overs later, brought the downfall of the Royal captain as he edged behind to become Kalana Perera’s fourth victim.
Sooriyabandara stroked 7 elegant fours and a massive six during his 90-ball 46. With ‘Soori’ falling at 96, S. Thomas’ sensed an opportunity to restrict the brittle, inexperienced Royal middle and lower order.
Watch LIVE : Royal College vs S. Thomas’ College – 139th Battle of the Blues
Madarasinghe’s patient, fighting knock of 37 off 137 deliveries ended in the 48th over of the innings when the left-hander pushed a Pavith Rathnayake delivery straight to short mid-wicket.
Skipper Dellon Peiris brought himself on as the 7th bowler and trapped Thevindu Senaratne in his fourth over to further dismantle the Royal innings.
Peiris followed up with the wickets of Lahiru Madusanka and Kavindu Pathirathne who both fell inside three deliveries while attempting senseless strokes – Madusanka holed out in the deep and Pathirathne got stumped as S. Thomas’ continued to peg back the Royalists.
Photos: Royal College vs S. Thomas’ College – 139th Battle of the Blues – Day 02
Kalana Perera bounced out Themal Bandara to complete his second five-wicket haul in the Royal-Thomian series as rain halted play around 2.00pm with the Royal score on 151 for 9.
After a brief shower, the match recommenced at 3.45pm. The last pair, Manula Perera and Dimal Wijesekara battled hard against the short-delivery barrage of Kalana Perera and got past the Thomian first innings score adding 27 runs in 79 balls.
The Thomians ran out of options at one time prompting Kalana to even bowl left-arm spin. Skipper Peiris ended Wijesekara’s crucial 63-ball stay as Royal took a slight 12-run first innings lead when they were bowled out for 178 in 75 overs.
Photos: Royal College vs S. Thomas’ College – 139th Battle of the Blues – Day 01
S. Thomas’ started off their innings cautiously, scoring only 3 runs in 6 overs before umpires brought a premature end to the day’s play due to bad light at around 5.00pm.
The Thomians will be hoping to bat normally for a session and then look to set a target and spice up the game while the Royalists will be hoping to take wickets at regular intervals in order to push for a result on a riveting day three tomorrow (11th March).
// 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
S. Thomas' College
166/9 & 227/6
(61 overs)
Result
Royal College
178/10 & 143/6
(42 overs)
match drawn
S. Thomas' College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
D.Gunarathna | c Bhagyan Dissanayake b Kamil Mishara | 16 | 39 | |||
S.De.Mel | c & b Manula Perera | 15 | 52 | |||
K.Munasinghe | lbw by Manula Perera | 13 | 49 | |||
D.Peiris | c Kavindu Pathirana b Manula Perera | 12 | 44 | |||
S.Hapuhinna | c Gayan Dissanayake b Kavindu Pathirana | 34 | 51 | |||
M.Wijeyrathna | b Manula Perera | 24 | 41 | |||
K.Perera | c Themal Bandara b Manula Perera | 13 | 17 | |||
M.Rupasinghe | c Pasindu sooriyabandara b Themal Bandara | 13 | 40 | |||
T.Eriyagama | (runout) Lahiru Madusanka | 5 | 18 | |||
P.Rathnayake | not out | 4 | 30 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
G.Dissanayake | 5 | 0 | 27 | 0 | 5.40 |
P.Sooriyabandara | 2 | 0 | 2 | 0 | 1.00 |
K.Mishara | 11 | 3 | 17 | 1 | 1.55 |
K.Pathirana | 10 | 3 | 21 | 1 | 2.10 |
D.Wijeysekara | 2 | 0 | 8 | 0 | 4.00 |
L.Madusanka | 11.3 | 1 | 31 | 0 | 2.74 |
M.Perera | 19 | 5 | 43 | 5 | 2.26 |
T.Bandara | 4 | 1 | 6 | 1 | 1.50 |
Royal College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
B.Dissanayake | lbw by Kalana Perera | 1 | 8 | |||
G.Dissanayake | c Shalin De Mel b Kalana Perera | 6 | 7 | |||
K.Madarasinghe | c Maneesha Rupasinghe b Pavith Rathnayake | 37 | 137 | |||
K.Mishara | c Dulith Gunarathna b Kalana Perera | 8 | 13 | |||
P.Sooriyabandara | c Sithara Happuhinna b Kalana Perera | 46 | 90 | |||
K.Pathirana | st Sithara Happuhinna b Dellon Peiris | 13 | 51 | |||
T.Senarathna | lbw by Dellon Peiris | 13 | 16 | |||
L.Madusanka | c Kishan Munasinghe b Dellon Peiris | 12 | 8 | |||
D.Wijeysekara | st Sithara Happuhinna b Dellon Peiris | 23 | 67 | |||
T.Bandara | c Sithara Happuhinna b Kalana Perera | 6 | 14 | |||
M.Perera | not out | 8 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
D.Gunarathna | 1 | 1 | 0 | 0 | 0.00 |
K.Perera | 26 | 7 | 56 | 5 | 2.15 |
T.Eriyagama | 5 | 1 | 21 | 0 | 4.20 |
S.Fernando | 18 | 7 | 29 | 0 | 1.61 |
P.Rathnayake | 7 | 1 | 20 | 1 | 2.86 |
S.De.Mel | 6 | 2 | 10 | 0 | 1.67 |
D.Peiris | 12 | 2 | 40 | 4 | 3.33 |
S. Thomas' College’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
S.De.Mel | (runout) kaushal(sub) | 57 | 139 | |||
D.Gunarathna | c Thevindu Senarathna b Lahiru Madusanka | 59 | 138 | |||
S.Hapuhinna | (runout) Pasindu sooriyabandara | 47 | 42 | |||
M.Wijeyrathna | c Kavindu Madarasinghe b Manula Perera | 19 | 20 | |||
K.Perera | c Bhagyan Dissanayake b Manula Perera | 10 | 9 | |||
M.Rupasinghe | c Kamil Mishara b Kavindu Madarasinghe | 10 | 8 | |||
D.Peiris | not out | 14 | 9 | |||
T.Eriyagama | not out | 1 | 1 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
G.Dissanayake | 1 | 1 | 0 | 0 | 0.00 |
K.Mishara | 13 | 2 | 34 | 0 | 2.62 |
M.Perera | 14 | 1 | 45 | 2 | 3.21 |
K.Pathirana | 13 | 3 | 53 | 1 | 4.08 |
L.Madusanka | 7 | 1 | 39 | 1 | 5.57 |
D.Wijeysekara | 4 | 1 | 14 | 0 | 3.50 |
T.Bandara | 3 | 0 | 9 | 0 | 3.00 |
P.Sooriyabandara | 6 | 0 | 23 | 0 | 3.83 |
Royal College’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
B.Dissanayake | b Pavith Rathnayake | 18 | 39 | |||
G.Dissanayake | b Kalana Perera | 9 | 35 | |||
K.Madarasinghe | not out | 58 | 87 | |||
K.Mishara | b Dellon Peiris | 22 | 18 | |||
P.Sooriyabandara | c Kishan Munasinghe b Dellon Peiris | 0 | 3 | |||
K.Pathirana | b Kishan Munasinghe | 1 | 4 | |||
T.Senarathna | lbw by Dellon Peiris | 24 | 43 | |||
M.Perera | not out | 9 | 23 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
K.Perera | 11 | 3 | 37 | 1 | 3.36 |
S.Fernando | 4 | 2 | 9 | 0 | 2.25 |
D.Peiris | 14 | 2 | 50 | 3 | 3.57 |
K.Munasinghe | 6 | 2 | 14 | 1 | 2.33 |
P.Rathnayake | 7 | 0 | 33 | 1 | 4.71 |