var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tennis Australia ignores McNamee call for return of 'big five' - News.com.au
";
arnews[0] += "Tony Roche has coached (Lleyton) Hewitt and (Roger) Federer - not too bad.\" Tiley conceded those advocated by McNamee were missing from the current TA fold, but denied the body had snubbed the group. \"I think if you look at it, at this point in time ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:49:00 GMT";
arnews[0] += "
";
arnews[1]="Who will win the World Tour Finals? - In the News
";
arnews[1] += "Owing to his Bjorn Borg-style aversion to playing pre-Wimbledon warm-up tournaments on English shores this is a rare chance for British tennis fans to see the Swiss enigma live in action outside of SW19. The world number one has been drawn in the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:11:00 GMT";
arnews[1] += "
";
arnews[2]="Del Potro to play at Queen's Club tournament - KTVZ.com
";
arnews[2] += "John McEnroe, Jimmy Connors, Boris Becker, Pete Sampras, Lleyton Hewitt and Rafael Nadal have all won the Wimbledon men's singles title after victory at Queen's. The Wimbledon warmup event is scheduled for June 7-13.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:24:00 GMT";
arnews[2] += "
";
arnews[3]="US Open champion Del Potro to play at Queen's Club to practice ... - San Francisco Examiner
";
arnews[3] += "John McEnroe, Jimmy Connors, Boris Becker, Pete Sampras, Lleyton Hewitt and Rafael Nadal have all won the Wimbledon men's singles title after victory at Queen's. The Wimbledon warmup event is scheduled for June 7-13. To view this site, you need to ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:11:00 GMT";
arnews[3] += "
";
arnews[4]="Del Potro to play at Queen's Club in 2010, improve grasscourt game - CBS Sports
";
arnews[4] += "LONDON -- U.S. Open champion Juan Martin Del Potro will play at next year's Queen's Club tournament in an effort to improve his grasscourt game ahead of Wimbledon. The fifth-ranked Argentine beat Roger Federer in the U.S. Open final but has never ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:35:00 GMT";
arnews[4] += "
";
arnews[5]="U.S. Open champ to play at Queen's - SLAM! Sports
";
arnews[5] += "LONDON - U.S. Open champion Juan Martin Del Potro will play at next year's Queen's Club tournament in an effort to improve his grasscourt game for Wimbledon. The fifth-ranked Argentine beat Roger Federer in the U.S. Open final but has never got past ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:07:00 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("