var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nalbandian and Philippoussis Suffer The Same Fate - Bleacherreport.com
";
arnews[0] += "David Nalbandian and Mark Philippoussis both suffered the same fate, both men reached the final of Wimbledon on to fall short at the final hurdle. Nalbandian reached the final in 2002 in what was the 1st Grass Court tournament of his career but he ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 18:30:00 GMT";
arnews[0] += "
";
arnews[1]="Henman Battles Past Philippoussis Wimbledon 2004 - Bleacherreport.com
";
arnews[1] += "British Number 1 Tim Henman had a very difficult 4th round encounter at Wimbledon in 2004 against Mark Philippoussis of Australia. Philippousis was a finalist the previous year but fell short to the world number 1 Roger Federer 7-6 6-2 7-6. Henman ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 09:54:00 GMT";
arnews[1] += "
";
arnews[2]="It was a mutual decision to call off Sania’s engagement: Imran Mirza - The Gaea Times
";
arnews[2] += "HYDERABAD - Ace tennis star Sania Mirza’s father Imran Mirza on Thursday confirmed that the decision to call off Sania’s engagement with her childhood friend Sohrab Mirza was a mutual one and that the two families continue to be on good terms ...";
arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 18:09:00 GMT";
arnews[2] += "
";
arnews[3]="Nothing short of a win will do - Age
";
arnews[3] += "The extent of the task facing Mark Philippoussis was apparent as he began his latest bid to rebuild his career at a Challenger event in Dallas, Texas. Playing in an event with a winner's purse of just $US7200 ($8150), 33-year-old Philippoussis lost 6 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 12:53:00 GMT";
arnews[3] += "
";
arnews[4]="Philippoussis loses to Yani in comeback - ninemsn
";
arnews[4] += "The extent of the task facing Mark Philippoussis was apparent as he began his latest bid to rebuild his tennis career at a Challenger event in Dallas, Texas. Playing in an event with a winner's purse of just $US7,200 ($A8,150), 33-year-old ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 01:11:00 GMT";
arnews[4] += "
";
arnews[5]="Novak Djokovic: Rising to No. 2 -- and falling behind - Oregonian
";
arnews[5] += "Mark Philippoussis, the cheeseball reality-TV star and a one-time finalist at the U.S. Open and Wimbledon (he was Roger Federer's first final-round Slam victim) is trying to make a comeback. It's not going well. • Roger Federer won another major ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 11:11: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("