var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elling: Mojo risin' in LPGA stock market
";
arnews[0] += "Gentlemen, start your search engines. In what almost certainly represents a first at the professional level, a new event on the LPGA schedule this spring is allowing fans to select the final player in an elite, 16-woman field that will battle for a $1 million purse in Jamaica.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:19:39 GMT";
arnews[0] += "
";
arnews[1]="World No. 1 Woods getting ready for Aussie Masters
";
arnews[1] += "Tiger Woods of the U.S. concentrates on his shot as spectators watch him during a Pro-Am tournament ahead of this week's Australian Masters golf tournament in Melbourne November 11, 2009.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 12:01:49 GMT";
arnews[1] += "
";
arnews[2]="Riverdale's Stackhouse to play in pro event
";
arnews[2] += "North Clayton High School sophomore Mariah Stackhouse was asked to participate in an assembly Thursday morning at the school gymnasium.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:53:47 GMT";
arnews[2] += "
";
arnews[3]="Junior golfers can sign up with HSJGA
";
arnews[3] += "The Hawaii State Junior Golf Association has officially opened its 2010 season and is accepting new and returning member applications.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="In a rare interview, 20-year-old Michelle Wie reveals how she bounced ...
";
arnews[4] += "\"I was really naive. I had it too easy. It was almost a dreamland. Then it all came crashing down.\" \" Wowwwww... never thought this would feel THIS great!!!! \" That's what a cerveza -soaked Michelle Wie Twittered moments after her first professional win at the LPGA's Lorena Ochoa Invitational in Guadalajara, Mexico, in November.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="U.S. take opening foursomes in Solheim Cup
";
arnews[5] += "Juki Inkster and Paula Creamer won two late holes to sneak a point from Laura Davies and Becky Brewerton as the United States took the opening foursomes 2.5-1.5 in the Solheim Cup on Friday.";
arnews[5] += "
Publ.Date : Fri, 14 Sep 2007 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Annika Sorenstam to Serve As Honorary Chair of 2011 U.S. Women's Open
";
arnews[6] += "Colorado Springs, CO January 27, 2010 -- Hall of Fame golfer Annika Sorenstam has been named the honorary chair for the 2011 U.S. Women's Open, to be conducted at The Broadmoor, July 4-10. The Broadmoor was the site of Sorenstam's first U.S. Women's Open victory in front of a record-setting crowd in 1995.'I am extremely honored to be able to serve ...";
arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 08:41:51 GMT";
arnews[6] += "
";
totcount = 7;
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("