var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ever-confident Sheffield game for a comeback - Boston Globe
";
arnews[0] += "The old-guy market may not be so hot this offseason, so Gary Sheffield is making sure he’s not one of the old guys shut out of the 2010 season. Sheffield, 41, said he has dedicated himself to a grueling workout regimen featuring mixed martial arts ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:25:00 GMT";
arnews[0] += "
";
arnews[1]="Why Jason Bay Should've Accepted the Boston Red Sox' $64 Million Offer - Bleacherreport.com
";
arnews[1] += "ESPN.com reports that Boston Red Sox left fielder Jason Bay refused an initial offer by the team and will dive into the pool of free agency to test the depth of its waters. If the figures mentioned—$64 million over four years—are indeed what was ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:25:00 GMT";
arnews[1] += "
";
arnews[2]="Halladay to Cubs? Not likely - ESPN.com
";
arnews[2] += "The Cubs and Toronto first talked trade in early October. Among the many names that were mentioned was star pitcher Roy Halladay . Halladay, going into the last year of his contract before becoming a free agent, will be shopped extensively by the ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:53:00 GMT";
arnews[2] += "
";
arnews[3]="Taking the "Brunt"lett of Things - WDEL 1150AM
";
arnews[3] += "n Eric Bruntlett's time with the Philadelphia Phillies has come to an end. After recording an unassisted triple play, scoring the winning run in the World Series, the Phillies offered the utilityman a minor league deal in which he declined. Bruntlett ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 00:07:00 GMT";
arnews[3] += "
";
arnews[4]="Bruntlett leaves Phillies, becomes free agent - Fort Mill Times
";
arnews[4] += "Bruntlett got more playing time last year because of an ankle injury to shortstop Jimmy Rollins in April and because he was a late-inning defensive replacement for former left fielder Pat Burrell. Bruntlett scored the go-ahead run in Game 5 of the ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 22:49:00 GMT";
arnews[4] += "
";
arnews[5]="Report: Rays 'clear-cut favorite' for Bradley - NBC Sports
";
arnews[5] += "The Rays have become the \"clear-cut favorite\" to acquire Milton Bradley from the Cubs, Bob Nightengale of USA Today reports. The two parties have been linked for a while, with Pat Burrell-for-Bradley as the rumored swap. Bradley is owed $21 million ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:25:00 GMT";
arnews[5] += "
";
arnews[6]="Bruntlett leaves Phillies, become free agent - Concord Monitor
";
arnews[6] += "PHILADELPHIA - Utilityman Eric Bruntlett, who scored the winning run in the final game of the 2008 World Series, has become a free agent after refusing a minor league assignment from the Philadelphia Phillies. Bruntlett batted just .171 (18-for-105 ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[6] += "
";
arnews[7]="Eric Bruntlett leaves Philadelphia Phillies, becomes free agent - Patriot-News Blogs
";
arnews[7] += "PHILADELPHIA (AP) — Utilityman Eric Bruntlett, who scored the winning run in the final game of the 2008 World Series, became a free agent after refusing a minor league assignment from the Philadelphia Phillies. Bruntlett batted just .171 (18-for ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 23:17:00 GMT";
arnews[7] += "
";
arnews[8]="Footprints in the Snow: Rays - FanHouse
";
arnews[8] += "The Rays can slot Ben Zobrist in for Iwamura, so the only offensive needs are right field and upgrades at DH (over Pat Burrell) and catcher ( Dioner Navarro ).";
arnews[8] += "
Publ.Date : Mon, 16 Nov 2009 13:02: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("