var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Putnam County Native, Jim Lett, Hired as Bullpen Coach for Nationals
"; arnews[0] += "Jim Lett, 58, Winfield native, has been hired by the Washington Nationals as the new bullpen coach."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:37:34 GMT"; arnews[0] += "
"; arnews[1]="Morgan's hand returning to full strength
"; arnews[1] += "Nationals center fielder Nyjer Morgan has a reason to be in great spirits before the Thanksgiving holiday."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:30:00 GMT"; arnews[1] += "
"; arnews[2]="Mark DeRosa wsa drafted by the Braves in 1996. He played seven seasons in Atlanta.
"; arnews[2] += "Besides potential replacements at first base and closer, the Braves want to improve their offense this offseason, preferably with a power hitter."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:54:54 GMT"; arnews[2] += "
"; arnews[3]="Arizona Fall League Championship Game
"; arnews[3] += "Here is the MiLB.com preview article for today's AFL Championship Game. By the very nature of the Arizona Fall League, team rosters are completely overhauled every year."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:44:55 GMT"; arnews[3] += "
"; arnews[4]="Yanks & Red Sox battle for Cuban lefty
"; arnews[4] += "The Yankees are reportedly battling the rival Red Sox for the services of free-agent Cuban lefty Aroldis Chapman."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:40:55 GMT"; arnews[4] += "
"; arnews[5]="Nats add ex-M's manager, others to coaching staff
"; arnews[5] += "Former Seattle Mariners manager John McLaren was hired Friday as bench coach for the Washington Nationals , who rounded out manager Jim Riggleman's staff by also adding Jim Lett as bullpen coach and Dan Radison as first-base coach."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");