var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="OF course, all is not lost for Yankees without Damon
"; arnews[0] += "You listen to the negative noise about the Yankees' outfield without Johnny Damon and you wonder if Bubba Crosby, Karim Garcia and Raul Mondesi have slipped back into pinstripes."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:14:12 GMT"; arnews[0] += "
"; arnews[1]="Donald says his round of 62 not special
"; arnews[1] += "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[1] += "
Publ.Date : Wed, 10 Feb 2010 11:00:44 GMT"; arnews[1] += "
"; arnews[2]="Golf: Stricker tops in another category
"; arnews[2] += "Steve Stricker is No. 2 in the official world golf ranking. He might be No. 1 on a list not so official."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 10:51:30 GMT"; arnews[2] += "
"; arnews[3]="This week's top golf events
"; arnews[3] += "Times Eastern PGA AT&T Pebble Beach National Pro-Am Site: Pebble Beach, Calif."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="PGA not the same without Tiger, won't be the same with him
"; arnews[4] += "Any day now, we'll stop talking about cheating in golf - either by groove or by groom."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Stricker moves to No. 1 in a different category
"; arnews[5] += "PEBBLE BEACH, Calif. - Steve Stricker is No. 2 in the official world golf ranking."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:12:42 GMT"; arnews[5] += "
"; totcount = 6; 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("
");