var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nationals hire Jim Lett as bullpen coach - Charleston Gazette
";
arnews[0] += "Winfield native Jim Lett has been hired as bullpen coach for the Washington Nationals. Lett, a former three-sport athlete at Winfield, managed the 1990 Charleston Wheelers and worked as the West Virginia Power hitting coach in 2008. He's also worked ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:06:00 GMT";
arnews[0] += "
";
arnews[1]="Nationals hire Davey Johnson as senior adviser - CNN Sports Illustrated
";
arnews[1] += "WASHINGTON (AP) -- The Washington Nationals have hired former major league manager Davey Johnson as a senior adviser. The Nationals made the announcement Wednesday. The 66-year-old Johnson will work with general manager Mike Rizzo. Washington led the ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT";
arnews[1] += "
";
arnews[2]="Davey Johnson Joins The Nationals As Advisor To GM - Post Chronicle
";
arnews[2] += "Former major league manager Davey Johnson has been named senior advisor to Washington Nationals General Manager Mike Rizzo, the team said Wednesday in a statement. A former World Series-winning player with the Orioles and manager of the Mets, the 66 ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:33:00 GMT";
arnews[2] += "
";
arnews[3]="Washington Nationals - ESPN.com
";
arnews[3] += "News: Flores, who is already recovering from surgery to repair a torn labrum in his right shoulder, had surgery on his elbow to remove a bone chip, the Washington Post reports. Nationals GM Mike Rizzo says Flores is expected to be ready for the start ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT";
arnews[3] += "
";
arnews[4]="Washington Nationals Photos - ESPN.com
";
arnews[4] += "FILE - In this March 3, 2009 photo, USA manager Davey Johnson watches warm up before a exhibition spring baseball game against the New York Yankees in Tampa, Fla. Johnson has joined the front office of the Washington Nationals on Wednesday, Nov 18 ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 00:19:00 GMT";
arnews[4] += "
";
arnews[5]="Minor League Ball.com's John Sickels' Washington Nationals' Top 20 ... - United Press International
";
arnews[5] += "Stephen Strasburg, the No. 1 Prospect in the Washington Nationals' system no matter which list you look at... View full size photo A little over a week back Baseball America's Aaron Fitt unveiled his list of the Top 10 Prospects in the Washington ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 22:59: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("