var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="John McEnroe says Roger Federer is greatest men's tennis player ever
";
arnews[0] += "John McEnroe thinks Roger Federer is the best men's tennis player of all time. McEnroe, also considered one of the game's greats, said Tuesday he ranks the Swiss star ahead of Rod Laver , the only man to win all four Grand Slam events in one year, and seven-time Wimbledon champion Pete Sampras .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:31:45 GMT";
arnews[0] += "
";
arnews[1]="Pete Sampras drops exhibition match to Fernando Verdasco 6-3, 7-6 --...
";
arnews[1] += "PETE SAMPRAS UNCORKED A 124 MPH SERVE IN 1ST SET AGAINST VERDASCO ATP #11 RANKED FERNANDO VERDASCO RETURNS A SERVE IN THE 2ND SET SAMPRAS ANSWERED QUESTIONS FROM THE MEDIA IN A POST-MATCH PRESS CONFERENCE Spurred on by the recent Australian Open and the SAP Open men's tournament beginning this week, local players have been swarming tennis courts in ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:31:27 GMT";
arnews[1] += "
";
arnews[2]="McEnroe says Federer is best men's player ever
";
arnews[2] += "John McEnroe thinks Roger Federer is the best men's tennis player of all time. McEnroe, also considered one of the game's greats, said Tuesday he ranks the Swiss star ahead of Rod Laver, the only man to win all four Grand Slam events in one year, and seven-time Wimbledon champion Pete Sampras.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:22:13 GMT";
arnews[2] += "
";
arnews[3]="Blog
";
arnews[3] += "Why do we continue to question the world No. 1? We've had a little more than a week to digest and dissect Roger Federer 's latest Grand Slam title.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:01:48 GMT";
arnews[3] += "
";
arnews[4]="McEnroe: Federer best men's player ever
";
arnews[4] += "John McEnroe thinks Roger Federer is the best men's tennis player of all-time. Wilansky: Why Question Federer? We've had a little more than a week to digest and dissect Roger Federer's latest Grand Slam title.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:44:08 GMT";
arnews[4] += "
";
arnews[5]="Swedish ace Soderling too good for Serra at Rotterdam Open
";
arnews[5] += "Robin Soderling shrugged off a slow start, firing 26 races as he lifted his game to earn a 4-6, 6-4, 6-1 win over Frenchman Florent Serra Monday and reach the second round of the Rotterdam Open.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:28:10 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("