|
Sunday, October 30, 2005
|
Advertise with us
IN TODAY'S PAPER
Front Page
Nation
Calcutta
Bengal
Opinion
International
Business
Sports
CITY NEWSLINES
Calcutta
North East
Jamshedpur
WEEKLY FEATURES
Look
ARCHIVES
Since 1st March, 1999
THE TELEGRAPH
-
About Us
-
Advertise
-
Feedback
-
Contact Us
Front Page
>
Sport
> Scorecard
SCORE CARD
<% dim line() redim line(36) dim dat1,dat2,dat3 dim txt dim reg,temp set reg=new regexp reg.global=true reg.IgnoreCase=true line(0)="*SA-NZ card" line(1)="Following is the scorecard of the 2nd ODI played in Cape Town on Friday:" line(2)="*South Africa" line(3)="G. Smith b Styris 36" line(4)="A. Puttick b Bond 0" line(5)="H. Gibbs lbw Mills 33" line(6)="S. Pollock c Adams b Styris 0" line(7)="J. Kallis c Vincent b Mills 51" line(8)="A. Prince b Vettori 19" line(9)="M. Boucher c and b Mills 40" line(10)="J. Kemp not out 8" line(11)="C. Langeveldt c Adams b Mills 1" line(12)="M. Ntini b Bond 0" line(13)="A. Nel not out 4" line(14)="Extras (lb-1, nb-2, w-6) 9" line(15)="Total (9 wkts in 50 ovs) 201" line(16)="Fall of wickets: 1/3, 2/69, 3/71, 4/74, 5/120, 6/182, 7/188, 8/196, 9/197" line(17)="Bowling: Mills 10-0-44-4, Bond 10-0-42-2, Adams 6-0-39-0, Styris 10-1-29-2, Vettori 10-0-31-1, Astle 4-0-15-0" line(18)="*New Zealand" line(19)="S. Fleming c Smith b Ntini 6" line(20)="N. Astle c Gibbs b Ntini 3" line(21)="L. Vincent c Prince b Ntini 90" line(22)="S. Styris c Kemp b Nel 27" line(23)="C. Mcmillan c Boucher b L'veldt 3" line(24)="J. Oram c Boucher b Kemp 11" line(25)="B. McCullum st Boucher b Boje 1" line(26)="D. Vettori c Smith b Boje 0" line(27)="J. Franklin c Puttick b L'veldt 21" line(28)="A. Adams lbw Langeveldt 6" line(29)="K. Mills not out 2" line(30)="Extras (lb-5, nb-1, w-6) 12" line(31)="Total (47.5 ovs) 182" line(32)="Fall of wickets: 1/7, 2/16, 3/80, 4/93, 5/126, 6/129, 7/137, 8/165, 9/177" line(33)="Bowling: Pollock 7-0-36-0, Ntini 10-1-29-3, Nel 9-1-32-1, Langeveldt 7.5-3-35-3, Kemp 6-0-19-1, Boje 8-0-26-2" line(34)="Note: Nicky Boje replaced Jacques Kallis in the 7th over of the New Zealand innings. New Zealand full substitute James Franklin replaced Shane Bond in the 16th over of the New Zealand innings." redim preserve line(35) response.write "
" for i=0 to ubound(line)-1 reg.pattern=" " set temp=reg.Execute(line(i)) if temp.count=0 and left(line(i),1)="*" then 'Segregate name response.write "
" & vbcrlf response.write "
" & vbcrlf response.write "
" & mid(line(i),2) & "
" response.write "
" & vbcrlf response.write "
" & vbcrlf elseif temp.count=0 and left(line(i),1)<>"*" then 'Segregate info e.g. innings response.write "
" & vbcrlf response.write "
" & vbcrlf response.write line(i) & "
" response.write "
" & vbcrlf response.write "
" & vbcrlf else 'The rest is data dat1=" " dat2=" " dat3=" " txt=split(line(i)," ",-1) for j=0 to ubound(txt) if txt(j)<>"" then if dat1=" " then dat1=txt(j) elseif dat2=" " then dat2=txt(j) elseif dat3=" " then dat3=txt(j) end if end if next if dat3=" " and dat2<>" " then dat3=dat2 dat2=" " end if response.write "
" response.write "
" & vbcrlf response.write dat1 response.write "
" & vbcrlf response.write "
" & vbcrlf response.write dat2 response.write "
" & vbcrlf response.write "
" & vbcrlf response.write dat3 response.write "
" & vbcrlf response.write "
" & vbcrlf end if next response.write "
" %>
Copyright © 2005 The Telegraph. All rights reserved.
Disclaimer
|
Privacy Policy
|
Contact Us