var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="GALLERY
"; arnews[0] += "A New Subterranean Way - Views of the massive cavern for the new 34th Street Station that will be part of the Number 7 subway extension at the Hudson Yards in Manhattan."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:56:56 GMT"; arnews[0] += "
"; arnews[1]="Wilansky: Why do we still question Federer?
"; arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 00:23:38 GMT"; arnews[1] += "
"; arnews[2]="Schiavone, Peer roll in Paris openers
"; arnews[2] += "Fourth-seeded Italian Francesca Schiavone and sixth-seeded Israeli Shahar Peer were among Tuesday's second-round victors at the $700,000 Open GDF Suez tennis tournament."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:28:05 GMT"; arnews[2] += "
"; arnews[3]="Zvonareva rolls in Pattaya opener
"; arnews[3] += "Top-seeded and defending champion Vera Zvonareva highlighted Tuesday's first-round winners at the $220,000 Pattaya Open tennis event."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:54:26 GMT"; arnews[3] += "
"; arnews[4]="McEnroe says Federer is best men's player ever
"; arnews[4] += "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[4] += "
Publ.Date : Tue, 09 Feb 2010 21:42:33 GMT"; arnews[4] += "
"; arnews[5]="Pete Sampras drops exhibition match to Fernando Verdasco 6-3, 7-6 --...
"; arnews[5] += "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[5] += "
Publ.Date : Tue, 09 Feb 2010 20:31:27 GMT"; arnews[5] += "
"; arnews[6]="Montanes into second round in Brazil
"; arnews[6] += "Second seeded Albert Montanes of Spain has opened his clay-court season with a 6-2, 7-6 win over German Simon Greul on the first day of the Brazil Open."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 03:52:59 GMT"; arnews[6] += "
"; arnews[7]="Swedish ace Soderling too good for Serra
"; arnews[7] += "The Swede showed no signs of the elbow complaint which knocked him out of the Australian Open first round."; arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");