var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gulbis' TipsWedge rules
";
arnews[0] += "LPGA Tour standout Natalie Gulbis sat down with Golf Digest and broke down her 10 rules for mastering the wedge game.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:27:35 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]="Ladies NSW Open- poor form Fairfax
";
arnews[2] += "They are bloody pathetic. That's the kind of photo that gives golf in general a bad rap! How hard is it wait till laura is smiling and then snap away... nice swing extension on the bird in the foreground though:-) Be waiting a long time for Laura Davies to smile on the golf course.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 05:22:59 GMT";
arnews[2] += "
";
arnews[3]="Golf instruction: Natalie Gulbis - 10 Rules For Wedging It Close
";
arnews[3] += "'If it doesn't feel simple and straightforward, it's probably not right' March 2010 1. Beat the distances that scare you: I used to dread the 45- to 65-yard pitch.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 19:13:28 GMT";
arnews[3] += "
";
arnews[4]="Gulbis commits to every 2010 LPGA event
";
arnews[4] += "February 2, 2010 3:01 p.m. Archive Where can you find Natalie Gulbis this year? Try everywhere.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 21:18:51 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]="Equipment: PGA Merchandise Show
";
arnews[6] += "There was a time not long ago -- and in some precincts perhaps as recently as earlier this week -- that the PGA Merchandise Show could be seen as an unnecessary, irrelevant and an extravagant waste of time.";
arnews[6] += "
Publ.Date : Thu, 28 Jan 2010 02:04:24 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("