இசிபத்தன கல்லூரிக்கு எதிராக 56 ஆவது சகோதரர்கள் சமரில் ரனேஷ் சில்வாவின் சதம் மற்றும் சந்தரு டயஸின் அதிரடி பந்துவீச்சு மூலம் தர்ஸ்டன் கல்லூரி 27 ஆண்டுகளின் பின் வெற்றியை சுவைத்துள்ளது.
கொழும்பு, SSC மைதானத்தில் இன்று (23) நிறைவுற்ற இரண்டு நாள் கொண்ட போட்டியில் சகல துறையிலும் சோபித்த தர்ஸ்டன் கல்லூரி 10 விக்கெட்டுகள் வித்தியாசத்தில் வெற்றி பெற்றதன் மூலம் இசிபத்தன கல்லூரியின் ஆதிக்கத்தை முறியடித்தது. இந்த இரு அணிகளுக்கும் இடையிலான சகோதரர் சமரில் முடிவொன்று கிடைத்திருப்பது 20 ஆண்டுகளில் இது முதல் முறை என்பது குறிப்பிடத்தக்கது.
தென்னாபிரிக்க மண்ணில் வரலாற்று வெற்றியினை பதிவு செய்துள்ள இலங்கை
சுற்றுலா இலங்கை மற்றும் தென்னாபிரிக்க அணிகள் இடையே இன்று…
இதில் இரண்டாவது நாளான இன்று தனது முதல் இன்னிங்ஸை தொடர்ந்த கொழும்பு தர்ஸ்டன் கல்லூரி சார்பில் ரனேஷ் சில்வா 109 ஓட்டங்களை பெற்றதோடு அன்ஜு கருணாநாயக்க 70 ஓட்டங்களை பெற்றார். இதன் மூலம் தர்ஸ்டன் கல்லூரி முதல் இன்னிங்ஸில் 276 ஓட்டங்களை பெற்றது.
இசிபத்தன கல்லூரி முதல் இன்னிங்ஸில் 169 ஓட்டங்களை பெற்ற நிலையில் 107 ஓட்டங்கள் பின்தங்கியே இரண்டாவது இன்னிங்ஸை ஆரம்பித்தது. எனினும் அந்த அணி வீரர்கள் முக்கிய தருணங்களில் விக்கெட்டுகளை பறிகொடுத்ததால் 144 ஓட்டங்களுக்கு சகல விக்கெட்டுகளையும் இழந்தது.
இசிபத்தன கல்லூரி சார்பில் மத்திய வரிசையில் ரவிந்து ரத்னாயக்க 49 ஓட்டங்களை பெற்று அரைச் சதத்தை ஒரு ஓட்டத்தால் தவறவிட்டார்.
குறிப்பாக தர்ஸ்டன் கல்லூரியின் சந்தரு டயஸ் 6 விக்கெட்டுகளை பதம்பார்த்தார். இதன் மூலம் அவர் இந்தப் போட்டியில் மொத்தம் 10 விக்கெட்டுகளை வீழ்த்தியமை குறிப்பிடத்தக்கது.
இதன் மூலம் தர்ஸ்டன் கல்லூரி நிர்ணயிக்கப்பட்ட 38 ஓட்ட வெற்றி இலக்கையும் விக்கெட் இழப்பின்றி இலகுவாக எட்டியது.
Photos: Thurstan College vs Isipathana College | 56th Battle of the Brothers – Day 2
ஸ்கோர் விபரம்
// 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
Isipathana College
169/10 & 144/10
(50.2 overs)
Result
Thurstan College
276/10 & 41/0
(7.5 overs)
Thurstan won by 10 wickets
Isipathana College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Mandeepa Gunasekara | c Nimesh b Sandaru | 15 | 78 | |||
Thevindu Dickwella | c Ayesh b Bawantha | 40 | 70 | |||
Ravindu Rathnayake | c Sandaru b Ayesh | 20 | 48 | |||
Isuru Sandamal | c Anju b Bawantha | 26 | 53 | |||
Leshan Amarasinghe | lbw by Sandaru | 3 | 5 | |||
Savindu Uthsara | c Ayesh b Bawantha | 30 | 42 | |||
Saveen Dhantha | st Ranesh b Sandaru | 19 | 28 | |||
Yasiru Kasthuriarachchi | c Anju b Sandaru | 6 | 16 | |||
Madushika Sandaruwan | c Ranesh b Bawantha | 0 | 4 | |||
Khaliq Amath | b Bawantha | 0 | 2 | |||
Dinath Dissanayake | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Bawantha Jayasinghe | 14 | 3 | 37 | 5 | 2.64 |
Avishka Kaushalya | 5 | 1 | 14 | 0 | 2.80 |
Ayesh Harshana | 20 | 3 | 66 | 1 | 3.30 |
Sandaru Dias | 15.1 | 1 | 41 | 4 | 2.72 |
Shalaka Bandara | 3 | 0 | 6 | 0 | 2.00 |
Thurstan College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Yohan Liyanage | b Dinath | 12 | 14 | |||
Jayavihan Mahavithana | c Leshan b Khaliq | 7 | 17 | |||
Avishka Kaushalya | c Leshan b Yasiru | 9 | 31 | |||
Anju Karunanayake | b Dinath | 70 | 80 | |||
Nimesh Perera | c Isuru b Madushika | 16 | 27 | |||
Ranesh Silva | c Isuru b Ravindu | 109 | 116 | |||
Rashmika Hiripitiya | c Khaliq b Ravindu | 0 | 11 | |||
Bawantha Jayasinghe | b Ravindu | 0 | 1 | |||
Shalaka Bandara | (runout) Saveen | 12 | 32 | |||
Ayesh Harshana | b Khaliq | 18 | 25 | |||
Sandaru Dias | not out | 2 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Dinath Dissanayake | 11.2 | 2 | 37 | 2 | 3.30 |
Khaliq Amath | 6 | 0 | 43 | 2 | 7.17 |
Yasiru Kasthuriarachchi | 14 | 2 | 47 | 1 | 3.36 |
Thevindu Dickwella | 10 | 0 | 45 | 0 | 4.50 |
Madushika Sandaruwan | 11 | 2 | 41 | 1 | 3.73 |
Ravindu Rathnayake | 5.2 | 1 | 34 | 3 | 6.54 |
Savindu Uthsara | 1 | 0 | 15 | 0 | 15.00 |
Isipathana College’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Mandeepa Gunasekara | lbw by Sandaru | 23 | 54 | |||
Thevindu Dickwella | c Yohan b Sandaru | 39 | 38 | |||
Ravindu Rathnayake | c Nimesh b Sandaru | 49 | 81 | |||
Isuru Sandamal | c Rashmika b Yohan | 0 | 17 | |||
Leshan Amarasinghe | c Jayavihan b Bawantha | 11 | 38 | |||
Savindu Uthsara | lbw by Sandaru | 0 | 10 | |||
Saveen Dhantha | lbw by Ayesh | 13 | 34 | |||
Madushika Sandaruwan | c Rashmika b Ayesh | 4 | 15 | |||
Yasiru Kasthuriarachchi | c Shalaka b Sandaru | 0 | 4 | |||
Khaliq Amath | b Sandaru | 1 | 8 | |||
Dinath Dissanayake | not out | 0 | 5 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Ayesh Harshana | 16 | 3 | 39 | 2 | 2.44 |
Sandaru Dias | 17.2 | 1 | 54 | 6 | 3.14 |
Bawantha Jayasinghe | 8 | 0 | 27 | 1 | 3.38 |
Yohan Liyanage | 8 | 0 | 17 | 1 | 2.13 |
Shalaka Bandara | 1 | 0 | 7 | 0 | 7.00 |
Thurstan College’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Yohan Liyanage | not out | 16 | 19 | |||
Jayavihan Mahavithana | not out | 21 | 28 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Ravindu Rathnayake | 2 | 0 | 12 | 0 | 6.00 |
Yasiru Kasthuriarachchi | 3.5 | 0 | 15 | 0 | 4.29 |
Khaliq Amath | 2 | 1 | 10 | 0 | 5.00 |