var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Just Four Roster Spots Left as Washington Nationals Gear Up for Spring ... - Bleacherreport.com
";
arnews[0] += "Unless general manager Mike Rizzo has a behind-the-scenes deal or two still in the works, the 25 players that will make up the Washington Nationals’ Opening Day roster are currently under contract. Last season, there was so much uncertainty that ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 17:55:00 GMT";
arnews[0] += "
";
arnews[1]="Washington Nationals news and notes - Examiner
";
arnews[1] += "This is a very bad baseball team, but worse than that this is a terribly run baseball team. Their front office has been involved in a scandal involving kickbacks form Latin players, they got their manager fired, and they took the field with the team ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 22:35:00 GMT";
arnews[1] += "
";
arnews[2]="Giants expand dynamic pricing to all seats - Sacramento Business Journal
";
arnews[2] += "Sacramento baseball fans might want to go online before taking in a game at AT&T Park, as the San Francisco Giants this season will become the first professional team to use dynamic pricing on every seat in their ballpark. The move is an expansion of ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:09:00 GMT";
arnews[2] += "
";
arnews[3]="Washington Nationals Individual Tickets on Sale March 2 - WBOC
";
arnews[3] += "WASHINGTON - The Washington Nationals on Thursday announced individual tickets for the 2010 season at Nationals Park will be available on Tuesday, March 2 at 10 a.m. Tickets may be purchased at the Nationals Park Main Box Office, located at Half and ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 20:16:00 GMT";
arnews[3] += "
";
arnews[4]="Ian Desmond - SS - Washington Nationals - NBC Sports
";
arnews[4] += "According to Bill Ladson of MLB.com, manager Jim Riggleman said Ian Desmond could play all three outfield positions, in addition to shortstop and second base. Yikes. Cristian Guzman clearly wasn't okay with moving to second base, so the Nationals ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 18:49:00 GMT";
arnews[4] += "
";
arnews[5]="The dreaded labrum: Five case studies - Seattle Times
";
arnews[5] += "With all the speculation over Erik Bedard's timetable for his return from shoulder surgery on Aug. 14, I thought it would be instructive to look at some real-life pitchers who had labrum repairs, and see how long it actually took them to get back on ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:28:00 GMT";
arnews[5] += "
";
arnews[6]="Washington Nationals Sign Adam Kennedy To Play Second Base - Bleacherreport.com
";
arnews[6] += "The Washington Nationals have reportedly signed 2B Adam Kennedy to a one-year, $1.25 M contract, with a $2.0M option for 2011. Kennedy, 33, played with Oakland last season and hit .289/.348/.410 with 11 home runs, 6 RBI and 20 SBs. The move signifies ...";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 10:06:00 GMT";
arnews[6] += "
";
arnews[7]="Former Oakland A's infielder Adam Kennedy joins Washington Nationals - Inside Bay Area
";
arnews[7] += "The Washington Nationals agreed to terms Friday with infielder Adam Kennedy on a one-year, $1.25 million deal, with a $2 million option for 2011, according to a team official. Kennedy, 34, who must pass a physical, rejuvenated his career with Oakland ...";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[7] += "
";
arnews[8]="Johnny Damon, Pedro Martinez Headline MLB All-Available Team of Free ... - NESN.com
";
arnews[8] += "The Washington Nationals have 150-1 odds to win the World Series. The Pirates have slightly better odds at 125-1, while the Blue Jays and Orioles are close behind at 100-1. Take a look at the list of available players in the free-agent market, and ...";
arnews[8] += "
Publ.Date : Tue, 09 Feb 2010 17:26:00 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("