var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Donald says his round of 62 not special
";
arnews[0] += "He shot 66-66 on the weekend to finish second, behind Steve Stricker, in the Northern Trust Open at Riviera Country Club in Los Angeles on Sunday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:44 GMT";
arnews[0] += "
";
arnews[1]="Woods does not own Pebble Beach i 1 2 yet
";
arnews[1] += "Two years ago on a course along the Pacific, the U.S. Open winner was never really in doubt.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[1] += "
";
arnews[2]="For Ishikawa, it's not about if but when
";
arnews[2] += "He cannot forever command attention and curiosity because of his distinctively spiked black hair, engaging smile, preternatural poise, trail of photographers, cool nickname and handful of victories halfway around the planet.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:59:55 GMT";
arnews[2] += "
";
arnews[3]="Bingham: Frustration factor grows for Mickelson
";
arnews[3] += "With Tiger Woods incommunicado, at least for the moment, it is only natural that the media's spotlight should swing to Philip Alfred Mickelson, No.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 10:59:26 GMT";
arnews[3] += "
";
arnews[4]="Golf: Stricker tops in another category
";
arnews[4] += "Steve Stricker is No. 2 in the official world golf ranking. He might be No. 1 on a list not so official.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 10:51:30 GMT";
arnews[4] += "
";
arnews[5]="Mickelson, Stricker among best golfers not named Tiger Woods
";
arnews[5] += "Is the No. 1 golfer in the world really the game's top player if he's not playing? That's the question golf faces these days as Tiger Woods continues his absence from the PGA Tour to deal with his off-course issues.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Stricker moves to No. 1 in a different category
";
arnews[6] += "PEBBLE BEACH, Calif. - Steve Stricker is No. 2 in the official world golf ranking.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 08:12:42 GMT";
arnews[6] += "
";
arnews[7]="Stricker moves to No. 1 in another category
";
arnews[7] += "Steve Stricker is No. 2 in the official world golf ranking. He might be No. 1 on a list not so official.";
arnews[7] += "
Publ.Date : Wed, 10 Feb 2010 07:35:45 GMT";
arnews[7] += "
";
arnews[8]="Without Tiger, watch the players, not the courses
";
arnews[8] += "PEBBLE BEACH, Calif. - Two years ago on a course along the Pacific, the U.S. Open winner was never really in doubt.";
arnews[8] += "
Publ.Date : Wed, 10 Feb 2010 07:14:04 GMT";
arnews[8] += "
";
totcount = 9;
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("