var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lleyton Hewitt advances to third round of Australian Open
";
arnews[0] += "AP Australia's Lleyton Hewitt returns a shot to Donald Young of the United States during their singles match Thursday at the Australian Open in Melbourne, Australia.";
arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lleyton Hewitt advances to third round of Australian Open
";
arnews[1] += "AP Australia's Lleyton Hewitt returns a shot to Donald Young of the United States during their singles match Thursday at the Australian Open in Melbourne, Australia.";
arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lleyton Hewitt recalls his record-setting Australian Open match, braces for rematch
";
arnews[2] += "That epic match in 2008, Lleyton Hewitt remembers it well. It set a record just for starting - at 11:47 p.m. it was the latest start for a singles match in Australian Open history.";
arnews[2] += "
Publ.Date : Fri, 22 Jan 2010 10:25:51 GMT";
arnews[2] += "
";
arnews[3]="Tennis: Late-night theatrics all part of the show
";
arnews[3] += "C'MON! Lleyton Hewitt of Australia reacts to a winner during his match against American Donald Young.";
arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 03:31:46 GMT";
arnews[3] += "
";
arnews[4]="Cruz Hewitt shows off tennis skills.
";
arnews[4] += "The Hewitt clan, Mia, 3, Cruz, 1, and mum, Bec Cartwright, hit Melbourne Park to help dad Lleyton with his practice session ahead of the Australian Open.";
arnews[4] += "
Publ.Date : Sat, 16 Jan 2010 18:03:47 GMT";
arnews[4] += "
";
arnews[5]="Hewitt's triumph ends long wait for title glory
";
arnews[5] += "It was not the wildest of celebrations. Lleyton Hewitt leant backwards, clenching his fists, before trotting over to shake hands with his entourage.";
arnews[5] += "
Publ.Date : Fri, 15 Jan 2010 04:52:13 GMT";
arnews[5] += "
";
arnews[6]="Bec Hewitt wins magazine court case
";
arnews[6] += "Bec Hewitt has won a court case against Australian magazine New Idea after it published an untrue story about her.";
arnews[6] += "
Publ.Date : Wed, 09 Dec 2009 11:53:47 GMT";
arnews[6] += "
";
arnews[7]="Bec Hewitt: Gossip mag must reveal Hewitt secrets
";
arnews[7] += "GOSSIP magazine New Idea has been ordered to reveal its secrets to Bec Hewitt so she can find the person who wrongly accused her of having an affair.";
arnews[7] += "
Publ.Date : Tue, 08 Dec 2009 06:01:56 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("