var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nadal: In 'perfect shape' going into ATP finals
";
arnews[0] += "All the involuntary rest because of injuries gives Rafael Nadal a good feeling heading into the season-ending ATP World Tour Finals.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:26:59 GMT";
arnews[0] += "
";
arnews[1]="Nadal: In 'perfect shape' going into ATP finals
";
arnews[1] += "All the involuntary rest because of injuries gives Rafael Nadal a good feeling heading into the season-ending ATP World Tour Finals.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:02:36 GMT";
arnews[1] += "
";
arnews[2]="Djokovic the man to beat
";
arnews[2] += "ATP World Tour Finals Venue: O2 Arena, London Date: 22-29 November Murray v Del Potro - Live on BBC Two from 1400 GMT, streamed on BBC Sport website, 5 live commentary via website followed by sports extra Tournament coverage: Live on BBC Two, 28/29 November, 1430 GMT; every match live on BBC Radio 5 live/5 live sports extra; live text commentaries ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:37:09 GMT";
arnews[2] += "
";
arnews[3]="Murray: 'I can beat Federer twice in a week'
";
arnews[3] += "According to Phil Anderton, chairman of the Barclays ATP World Tour Finals, ticket sales for next week's event at the O2 Arena make it \"the equivalent of 15 sold-out Led Zeppelin concerts\". No pressure there, then, as Andy Murray attempts to round off the best year of his career with victory in front of a home crowd at the season-ending ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:23:07 GMT";
arnews[3] += "
";
arnews[4]="Murray sees Tour Finals as ideal Slam preparation
";
arnews[4] += "ANDY Murray heads into the Barclays ATP World Tour Finals insisting 2009 has been the best year of his career a ' but admitting the pressure is growing to break his grand slam duck.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tennis: Hulking ace on track for big time
";
arnews[5] += "As he took in the less than awe-inspiring surrounds of the North Harbour Tennis Park in January this year, John Isner could have been forgiven for wondering how it had all come to this, not to mention just where the hell he was.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:34:36 GMT";
arnews[5] += "
";
arnews[6]="Volunteer Recognition Awards winners.
";
arnews[6] += "Christine Lance, who has made a name for herself in Brevard County as an avid volunteer, was named Volunteer of the Year on Thursday during FLORIDA TODAY's Volunteer Recognition Awards Thursday night.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:27:49 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("