var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Damon: Braves are at top of list
"; arnews[0] += "The Braves haven't ruled out adding a free agent if the discounted price is right, and outfielder Johnny Damon made it known again Tuesday that he would like to play for them."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:33:19 GMT"; arnews[0] += "
"; arnews[1]="Astros RHP Lyon recovering from shoulder surgery
"; arnews[1] += "Astros reliever Brandon Lyon had surgery to drain a small cyst in his pitching shoulder but is expected to be ready for spring training."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:38:13 GMT"; arnews[1] += "
"; arnews[2]="Johnny Damon likes Yzerman, Tigers
"; arnews[2] += "If Steve Yzerman wasn't busy running Team Canada for the Olympics, perhaps he could help persuade free agent Johnny Damon to sign with the Tigers despite a lower offer than he'd like."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:05:53 GMT"; arnews[2] += "
"; arnews[3]="Jacque Jones heads back to Twins
"; arnews[3] += "Former Detroit Tiger Jacque Jones has returned to the Minnesota Twins, agreeing to a minor league contract."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:02:00 GMT"; arnews[3] += "
"; arnews[4]="Mosley retires Thomas' jersey number
"; arnews[4] += "It's possible that someone at Mosley one day will match what Clete Thomas accomplished."; arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Damon: Braves are at top of list
"; arnews[5] += "The Braves haven't ruled out adding a free agent if the discounted price is right, and outfielder Johnny Damon made it known again Tuesday that he would like to play for them."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:41:02 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("
");