var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rain reduces LPGA Championship to 54 holes
";
arnews[0] += "Heavy rain on an already sodden course washed out play Saturday and forced officials to shorten the season-ending LPGA Tour Championship to 54 holes, to be completed on Monday.";
arnews[0] += "
Publ.Date : Tue, 27 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="LPGA Tour Championship
";
arnews[1] += "The LPGA plays its final event of the season this week when the LPGA Tour Championship is played at the Rees Jones designed Houstonian Golf Club in Houston.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:10:14 GMT";
arnews[1] += "
";
arnews[2]="Bad Luck Rains on LPGA Tour Championship
";
arnews[2] += "Sometimes it seems that if it weren't for bad luck, the LPGA would have no luck at all.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:30:49 GMT";
arnews[2] += "
";
arnews[3]="Play washed out in Houston
";
arnews[3] += "Heavy rain washed out Saturday play and forced officials to shorten the season-ending LPGA Tour Championship to 54 holes, to be completed on Tuesday morning AEDT.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:06:00 GMT";
arnews[3] += "
";
arnews[4]="LPGA, Euro Tours' Year End Races Loved - Why Not PGA Tour?
";
arnews[4] += "While you and I were asleep, Lee Westwood fired 69 in the Dubai World Championship and took a two shot lead over Rory McIlroy at the midway point of the finale tournament to the Race to Dubai.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:16:37 GMT";
arnews[4] += "
";
arnews[5]="Ochoa leads LPGA Tour Championship
";
arnews[5] += "Lorena Ochoa leads the LPGA Tour Championship with a first round 66, six-under par, to lead Reilley Rankin by one shot at The Houstonian Golf & Country Club in Houston, Texas.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:45:08 GMT";
arnews[5] += "
";
arnews[6]="With Ankle In a Brace, Wie Quits After a 72
";
arnews[6] += "Now that Michelle Wie had found her footing, not much was supposed to slow her down.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 09:08:23 GMT";
arnews[6] += "
";
arnews[7]="Highs and Lows
";
arnews[7] += "RICHMOND, Texas This cursed LPGA season couldn't end without one more painful episode.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 04:41:16 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("