var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Even After Rough Season, Jonathan Papelbon Still the Red Sox' Best ... - NESN.com
";
arnews[0] += "The last pitch Jonathan Papelbon threw in 2009 ultimately ended the Red Sox' season. A sweep at the hands of the Angels isn't the fault of one single player, but the lasting image for Red Sox fans this winter will be No. 58 taking the walk of the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:05:00 GMT";
arnews[0] += "
";
arnews[1]="Would you trade Miguel Cabrera to Boston for Jonathan Papelbon, Mike ... - MLive.com
";
arnews[1] += "\"If the Red Sox were willing to offer first baseman Mark Teixeira $170 million for eight years last offseason, why wouldn't they be willing to absorb most or all of the $126 million Cabrera is guaranteed over the next six years? \"I've even got a ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Harvest fair at First Congregational Church in Rockland Nov. 21 and 22 - Abington Mariner
";
arnews[2] += "First Congregational Church in Rockland, corner of Union and Church streets, downtown Rockland, will host its annual Harvest Fair Weekend on Friday and Saturday, Nov. 20 and 21. The Harvest Fair Weekend begins on Friday, Nov. 20, with a traditional ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:59:00 GMT";
arnews[2] += "
";
arnews[3]="Sox claim Manuel on waivers from Mariners - Major League Baseball
";
arnews[3] += "Pitchers: Daniel Bard, Josh Beckett, Michael Bowden, Clay Buchholz, Manny Delcarmen, Felix Doubront, Jon Lester, Manuel, Daisuke Matsuzaka, Hideki Okajima, Jonathan Papelbon, Ramon Ramirez, Dustin Richardson, Junichi Tazawa and Tim Wakefield.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT";
arnews[3] += "
";
arnews[4]="Touching Base - New York Daily News
";
arnews[4] += "We close the discussion of Type A and B free agents, and whether they should be offered arbitration, with the closers on this year’s market. How appropriate. And I should say, in wrapping this up, that these entries wouldn’t be possible without ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:03:00 GMT";
arnews[4] += "
";
arnews[5]="Why Andrew Bailey Should Have Ran Away with the AL Rookie of the Year ... - Bleacherreport.com
";
arnews[5] += "The only names on the list that were above him were Fernando Rodney, Joe Nathan, Jonathan Papelbon, Brian Fuentes, and Mariano Rivera. I would call that pretty good company with Nathan, Papelbon, Fuentes, and Papelbon on the list, considering each ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:47:00 GMT";
arnews[5] += "
";
arnews[6]="Footprints in the Snow: Red Sox - FanHouse
";
arnews[6] += "Footprints in the Snow is FanHouse's look at the paths to be forged by MLB teams this winter as they look ahead to 2010. It's been quite a decade for the Red Sox , who flipped an 86-year-old script in 2004 by winning a World Series and a second in ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 13:59:00 GMT";
arnews[6] += "
";
arnews[7]="Trading Cabrera makes financial sense for Tigers - FOXSports.com
";
arnews[7] += "I've even got a possible trade in mind — Cabrera for Red Sox closer Jonathan Papelbon, third baseman Mike Lowell and a prospect, either first baseman Lars Anderson or right-hander Stolmy Pimentel. Lowell, who would need to move to first or become a ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 23:03:00 GMT";
arnews[7] += "
";
arnews[8]="'Genius' out-thinks himself - Berkshire Eagle
";
arnews[8] += "The final touchdown drive was almost too easy, but Wayne made a nifty grab of a pass that looked like a Jonathan Papelbon fastball. \"We're disappointed, but we're moving on,\" said Belichick.";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 12:32: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("