var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sumanth thwarts MP's quest for lead
";
arnews[0] += "VIJAYAWADA: A fighting unbeaten 51 by Andhra skipper B. Sumanth helped Andhra prevent Madhya Pradesh gaining points for first innings lead as the Ranji Trophy Plate Group B match ended in a draw at Indira Gandhi Municipal Stadium here on Friday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:37:17 GMT";
arnews[0] += "
";
arnews[1]="Remembering the iron lady
";
arnews[1] += "The 25th death anniversary of Indira Gandhi occasioned a flood of literature and huge media coverage across the country.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 22:59:14 GMT";
arnews[1] += "
";
arnews[2]="The struggle for Dharma is never wholly won
";
arnews[2] += "Rajeev Srinivasan on why the struggle for Dharma is never wholly won. After all the festivities of Navaratri and Deepavali [ Images ], November arrives with several anniversaries of some significance.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 07:03:50 GMT";
arnews[2] += "
";
arnews[3]="Paul McGann added to BBC 'Luther' cast
";
arnews[3] += "Paul McGann has joined the cast of BBC One thriller Luther . The series, which was created by Spooks writer Neil Cross, will be fronted by former The Wire star Idris Elba.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 15:18:44 GMT";
arnews[3] += "
";
arnews[4]="Prayer in memory of late Indian PM
";
arnews[4] += "Indira Gandhi, prime minister of India, was conducted on October 31 in the Tashichho Dzong.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 10:26:12 GMT";
arnews[4] += "
";
arnews[5]="Panel formed to receive 'cultural yatra' in Thrissur
";
arnews[5] += "Thrissur: Preparations are on to welcome a 'cultural yatra', organised by the Culture Department and various cultural organisations, that will pass through Thrissur on January 15.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 02:07:23 GMT";
arnews[5] += "
";
totcount = 6;
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("