var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="PGA Championship Wrap-Up Phil Mickelson Birdies 18 Title Time for ... - PGA
";
arnews[0] += "Phil Mickelson has done it again, claiming a major championship with more final-hole dramatics. Completing his weather-suspended final round in exciting fashion, Mickelson birdied the par-5 18th at Baltusrol with a brilliant up-and-down from the ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[0] += "
";
arnews[1]="What they said: Phil Mickelson - PGA Tour
";
arnews[1] += "PHIL MICKELSON : I felt like I wasn't far off after yesterday's round, even though the score didn't reflect it. I had a good conversation with Butch and Dave Stockton last night, and I think it settled in today. I was able to make the last adjustment ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 00:26:00 GMT";
arnews[1] += "
";
arnews[2]="Rankings set for Match Play; last spot depends on Tiger - Minneapolis Star Tribune
";
arnews[2] += "Phil Mickelson, who slipped to No. 3 in the world Sunday, had already said he would not play this year because of a family vacation that had been postponed because of his wife's breast cancer. Campbell shot 71-68 and wound up No. 63. He last played ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:09:00 GMT";
arnews[2] += "
";
arnews[3]="Donald says his round of 62 not special - San Francisco Chronicle
";
arnews[3] += "And then there's the 62 he once spun at Spyglass Hill. Donald posted that sparkling number in the opening round of the 2006 AT&T Pebble Beach National Pro-Am. It matched the course record at historically daunting Spyglass - Phil Mickelson shot 62 one ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:43:00 GMT";
arnews[3] += "
";
arnews[4]="Golf: Stricker tops in another category - Modesto Bee
";
arnews[4] += "PEBBLE BEACH — Steve Stricker is No. 2 in the official world golf ranking. He might be No. 1 on a list not so official. Ever since Phil Mickelson won the 2004 Masters for his first major, the search for the \"best player to have never won a major ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:05: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("