var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tim Henman: In the form of his life. Now for the chance of a lifetime
";
arnews[0] += "A very British hero tells Ronald Atkin that winning his beloved Wimbledon is his destiny.";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:29:10 GMT";
arnews[0] += "
";
arnews[1]="Nick Bollettieri: Lack of self-belief means Henman will never be champion
";
arnews[1] += "First things first. I don't think Tim Henman can win Wimbledon. The issue is not whether he has the tools for the job.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 12:34:02 GMT";
arnews[1] += "
";
arnews[2]="Agassi breezes through first round
";
arnews[2] += "A year ago, Andre Agassi's marriage was breaking up and his tennis had slipped enough to \"look horrific.\" A year ago, Andre Agassi's marriage was breaking up and his tennis had slipped enough to \"look horrific.\" Now he has regained a favourite feeling: \"making it a miserable day for your opponent.\" Agassi showed off his full arsenal in a 6-2, 6-2, ...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 00:36:21 GMT";
arnews[2] += "
";
arnews[3]="Sampras slight raises stakes for 'Pat-trick'
";
arnews[3] += "FROM THE time he gave his first interview, Pete Sampras has been telling the world that he models himself on \"those classy Aussies\", meaning the likes of Rod Laver, Ken Rosewall, Roy Emerson, Lew Hoad, Fred Stolle, John Newcombe, Tony Roche and Pat Rafter.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:22:42 GMT";
arnews[3] += "
";
arnews[4]="Final bow for Safin, the hot-head who smashed 700 rackets
";
arnews[4] += "From pulling down his shorts on court, to brawling in Moscow as Marat Safin plays his final tournament, Paul Newman recalls the bizarre career of a former world No 1 GETTY IMAGES Marat Safin takes his frustration out on yet another racket enlarge As a tournament staged in the opening week of the new year, the Hopman Cup in Perth will be one of the ...";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 13:22:33 GMT";
arnews[4] += "
";
totcount = 5;
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("