var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Federer turns on the style to set up Davydenko clash
"; arnews[0] += "When Vitas Gerulaitis beat Jimmy Connors at Madison Square Garden in 1980, ending a run of 16 consecutive defeats against his fellow American, he was asked how he had finally managed to overcome his nemesis."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:23:59 GMT"; arnews[0] += "
"; arnews[1]="Venus crumbles in match with free-hitting Spaniard
"; arnews[1] += "Venus Williams suffered a shock defeat at the hands of a fluid and free-hitting Carla Suarez Navarro on Thursday, falling 2-6 6-3 7-5 in the second round of the Australian Open."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:26:25 GMT"; arnews[1] += "
"; arnews[2]="Haas, Phau, Becker advance at San Jose
"; arnews[2] += "Tommy Haas remembers when his first-round opponent, wild-card Devin Britton, was a ballboy."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:53:59 GMT"; arnews[2] += "
"; arnews[3]="Tennis prodigy motivated by absent father
"; arnews[3] += "Sit around the Letzt family long enough, and you'll hear the football story. Alexandra Letzt was 4 years old."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:09:14 GMT"; arnews[3] += "
"; arnews[4]="Hitting to all fields: How can you unretire Aparicio's number?
"; arnews[4] += "Just sitting and wondering if Peyton Manning saw that truck coming. John Lackey worth more than Josh Beckett? We shall see."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:07:58 GMT"; arnews[4] += "
"; arnews[5]="Williams sisters poised to meet in US Open final
"; arnews[5] += "From the time they were little girls, Venus and Serena Williams believed they would play each other for the US Open title."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:05:56 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("
");document.write("
");