var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A ration card in the name of Mahatma Gandhi
";
arnews[0] += "Agencies Hyderabad, Nov 21: What is more shocking is that the card named Nathuram Godse, the killer of Mahatma Gandhi, as his father.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:14:39 GMT";
arnews[0] += "
";
arnews[1]="Midweek musings: Some 'house repairs
";
arnews[1] += "There's no statute of limitations for a statue with limitations. Or something like that.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:18:50 GMT";
arnews[1] += "
";
arnews[2]="Somdev rises two spots
";
arnews[2] += "Calcutta: Somdev Dev Varman moved up two spots to be at 122 in the latest Association of Tennis Professionals rankings chart released on Monday.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 06:43:54 GMT";
arnews[2] += "
";
arnews[3]="Woman power fuels Scooty
";
arnews[3] += "An award-winning marketing scheme that trains women to ride two-wheelers helps TVS ramp up sales.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 14:32:03 GMT";
arnews[3] += "
";
arnews[4]="'There will Never be Another Sachin'
";
arnews[4] += "A tribute to batting maestro Sachin Tendulkar on the completition of 20 years in international cricket by veteran cricketers and sportspersons.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 16:33:03 GMT";
arnews[4] += "
";
arnews[5]="Chennai Open logo unveiled
";
arnews[5] += "NEW DELHI: The $450,000 Aircel Chennai Open ATP Tour event took another sure step forward in the run-up to the event to be staged at the Nungambakkam Stadium in Chennai from January 4 to 10, 2010 with the unveiling of the logo, here on Tuesday.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 02:58:08 GMT";
arnews[5] += "
";
arnews[6]="Successful Baton launch gives us belief
";
arnews[6] += "The Queena TMs Baton Relay 2010 has entered Wales after a little over a week in England and champions, emerging stars, school children and civic leaders have had the privilege of carrying it.";
arnews[6] += "
Publ.Date : Tue, 10 Nov 2009 18:44:03 GMT";
arnews[6] += "
";
totcount = 7;
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("