var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.write("
");
document.title=document.title+ " - Cricinfo news from Cricinfo";
document.title=document.title+ " ";
arnews[0]="Vettori wins New Zealand Cricket's top award
";
arnews[0] += "The New Zealand captain retained the Player-of-the-Year award and the Winsor Cup for first-class bowling, and also won the Walter Hadlee trophy for being the best ODI bowler";
arnews[0] += "
Publ.Date : Thu, 09 Sep 2010 10:51:22 GMT";
arnews[0] += "
";
arnews[1]="We hope to go one better than T&T - Sarwan
";
arnews[1] += "Guyana are aiming to replicate the performance that helped them win the Caribbean Twenty20 during their campaign in South Africa, their captain Ramnaresh Sarwan has said";
arnews[1] += "
Publ.Date : Thu, 09 Sep 2010 06:13:57 GMT";
arnews[1] += "
";
arnews[2]="Pujara, bowlers star as IOC prevail in thrilling final
";
arnews[2] += "In a game of miniscule margins, Indian Oil Corporation prevailed thanks to a Cheteshwar Pujara special, and their nerveless bowlers, to win the 2010 edition of the BCCI Corporate Trophy.";
arnews[2] += "
Publ.Date : Thu, 09 Sep 2010 06:55:07 GMT";
arnews[2] += "
";
arnews[3]="Flower appeals for fans to stay with series
";
arnews[3] += "England's coach, Andy Flower, has appealed to the British public to get involved in the forthcoming one-day series despite the ongoing allegations involving Pakistan's cricketers";
arnews[3] += "
Publ.Date : Wed, 08 Sep 2010 22:26:51 GMT";
arnews[3] += "
";
arnews[4]="Kieswetter helps Somerset to useful lead
";
arnews[4] += "Craig Kieswetter hit his highest County Championship score of the season as Somerset moved into a strong position against Lancashire at Taunton";
arnews[4] += "
Publ.Date : Wed, 08 Sep 2010 19:58:43 GMT";
arnews[4] += "
";
arnews[5]="Pietersen joins KwaZulu-Natal
";
arnews[5] += "Kevin Pietersen will go back to his roots next month after agreeing to a short-term stint with KwaZulu-Natal in South Africa as he continues his battle to regain form ahead of the Ashes";
arnews[5] += "
Publ.Date : Thu, 09 Sep 2010 09:33:16 GMT";
arnews[5] += "
";
arnews[6]="Hampshire take charge of basement battle
";
arnews[6] += "A late afternoon collapse that saw Kent lose three wickets for four runs in the space of five balls allowed Hampshire to wrest the initiative of this first division survival battle";
arnews[6] += "
Publ.Date : Wed, 08 Sep 2010 20:52:57 GMT";
arnews[6] += "
";
arnews[7]="Kaneria released without charge in spot-fixing investigation
";
arnews[7] += "Danish Kaneria, the Pakistan legspinner, has been released without charge by police after being arrested in connection with alleged spot-fixing during an English domestic Pro40 match last season";
arnews[7] += "
Publ.Date : Wed, 08 Sep 2010 18:03:19 GMT";
arnews[7] += "
";
arnews[8]="Gloucestershire's limp batting folds again
";
arnews[8] += "Teenager Nathan Buck took a starring role to spearhead a Leicestershire fightback on the first day of their final home County Championship game of the season against Gloucestershire at Grace Road";
arnews[8] += "
Publ.Date : Wed, 08 Sep 2010 17:49:40 GMT";
arnews[8] += "
";
arnews[9]="Wright and Palladino skittle Durham
";
arnews[9] += "Chris Wright and Tony Palladino produced their best figures of the season as relegation-haunted Essex carved out a first-innings lead of 91 against Durham at Chelmsford";
arnews[9] += "
Publ.Date : Wed, 08 Sep 2010 17:37:00 GMT";
arnews[9] += "
";
totcount = 10;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("