var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="To top it off, this for you, Tiger
";
arnews[0] += "TIGER Woods' mum may have gone home to the US with loads of souvenirs - so many that the champ joked she almost spent his winning cheque of $270,000 before he got it - but he too had one or two prizes from his trip Down Under, and not just his gold jacket and the big crystal Masters trophy.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 14:48:21 GMT";
arnews[0] += "
";
arnews[1]="Ten things you should know about ... Eldrick Tont
";
arnews[1] += "His nickname was bestowed by his late father Earl, a Vietnam veteran, in honour of a Vietnamese soldier and friend who carried the same sobriquet, though Woods' more common nickname was \"Sam\". Woods' logo and company name, ETW, comes from his given names and appears on his cap.";
arnews[1] += "
Publ.Date : Sat, 07 Nov 2009 15:30:31 GMT";
arnews[1] += "
";
arnews[2]="Tiger commits to being global golfer
";
arnews[2] += "World number one Tiger Woods paid tribute to wife Elin on Tuesday for putting up with him being away from home as he prepares to win a tournament that has so far eluded him, the HSBC Champions.";
arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 17:35:03 GMT";
arnews[2] += "
";
arnews[3]="Woods ruled golf world in 2007
";
arnews[3] += "Tiger Woods was the biggest newsmaker in the golf world this year, but also played a role, one he'd likely prefer to forget, in making 2007 truly memorable for Canadians.";
arnews[3] += "
Publ.Date : Thu, 29 Nov 2007 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="FYI ...
";
arnews[4] += "Here is this week's FYI list: Trunk show Signatures, a woman's boutique, will sponsor a trunk show featuring Peace of Cloth and Pure Amici from 10 a.m. to 8 p.m. Thursday at the Mercato, 9100 Strada Place, Naples.";
arnews[4] += "
Publ.Date : Mon, 19 Oct 2009 01:35:29 GMT";
arnews[4] += "
";
arnews[5]="Tiger's family: Tiger Woods with wife Elin Nordegren and baby
";
arnews[5] += "Charlie Woods was born on February 8, 2009.";
arnews[5] += "
Publ.Date : Sun, 11 Oct 2009 04:15:11 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("