var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The Houstonian Golf and Country Club - LPGA
"; arnews[0] += "First-round ends, second begins in Houston. Rain and threatening storms in the area caused a six hour delay that kept players off the course until 1 p.m. CST at the LPGA Tour Championship Presented by Rolex. Ten players finished their first round ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:17:00 GMT"; arnews[0] += "
"; arnews[1]="Women in Distress - Wall Street Journal
"; arnews[1] += "The two most striking things about the 2010 Ladies PGA Tour schedule of events announced Wednesday are their diminished number, and how few are on home shores. The overall number of tournaments is 24, down from 27 this year and 34 two years ago ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:20:00 GMT"; arnews[1] += "
"; arnews[2]="GOLF LPGA Tour Championship FIRST ROUND A Wie bit of a letdown Sore ... - FOXSports.com
"; arnews[2] += "RICHMOND - Michelle Wie, who had never played in a Golf tournament in Texas, joked about stepping onto the first tee at the Houstonian Golf & Country Club in a cowboy hat. She elected not to go with the cowgirl look, but it would have been fitting ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:38:00 GMT"; arnews[2] += "
"; arnews[3]="Few changes in women's world rankings - WXYZ
"; arnews[3] += "For the third consecutive week, there was no action on the LPGA Tour and that led to little movement at the top of the world rankings. The top 11 remained the same as last week with Lorena Ochoa followed by Jiyai Shin, Suzann Pettersen, Cristie Kerr ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT"; arnews[3] += "
"; arnews[4]="Gustafson climbs to 18th in world rankings - WXYZ
"; arnews[4] += "Cristie Kerr moved up a spot to fourth, knocking Yani Tseng down to fifth. Paula Creamer, Angela Stanford, Karrie Webb, In Kyung Kim, Ai Miyazato, Song- Hee Kim, Na Yeon Choi, Anna Nordqvist and Eun-Hee Ji remained in positions 6-14. Catriona Matthew ..."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");