var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Terry Francona says Jason Varitek embraces new role - Boston Herald
";
arnews[0] += "Yeah I heard the whole interview on weei.com, Tito really hopes for all of his players to succeed. He likes them all but his favorite is Pedroia and Youk is running a hot second.24 more hours and maybe with the grace of God they will start the Free ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:28:00 GMT";
arnews[0] += "
";
arnews[1]="Boston Red Sox Fantasy Retrospective - Bleacherreport.com
";
arnews[1] += "Last offseason, the Red Sox made a concerted effort to bolster their offense by signing Mark Teixeira. There were also several rumors of them attempting to trade for various offensive stars. They also seemed determined to upgrade their captain Jason ...";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 15:37:00 GMT";
arnews[1] += "
";
arnews[2]="Red Sox asked the Braves for Medical Records on.. - CBS Sports
";
arnews[2] += "... NONE of them were developed by you, they were all brought in from trade/FA - Curt Schilling, Josh Beckett, Dick K (your 3 most important pitchers in my opinion) and then Manny Ramirez, David Ortiz, Johnny Damon, Jason Varitek, etc. (your most ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 01:38:00 GMT";
arnews[2] += "
";
arnews[3]="Derek Lowe: What's His Trade Market? - Bleacherreport.com
";
arnews[3] += "On January 13, 2009, the Atlanta Braves signed Derek Lowe to a four-year, $60 million deal. The Braves signed Lowe after they failed to sign AJ Burnett, who signed with the New York Yankees. Now less than one year later, the Braves are looking to ...";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 08:06:00 GMT";
arnews[3] += "
";
arnews[4]="Red Sox release catcher Kottaras - NBC Sports
";
arnews[4] += "Red Sox released catcher George Kottaras. Kottaras, 26, hit .237/.308/.387 this season in 93 major league at-bats. He's no longer needed in Boston now that the club has Victor Martinez and Jason Varitek locked up through 2010";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:25:00 GMT";
arnews[4] += "
";
arnews[5]="Red Sox Release George Kottaras - WBZ-TV
";
arnews[5] += "The Red Sox have released backup catcher George Kottaras . According to WBZ's Joe Giza , Kottaras was let go a few days ago and there was no formal announcement. With Jason Varitek ready to be the backup for Victor Martinez in 2010, the Sox had no ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:29: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("