var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jason Bay Should Have Accepted the Boston Red Sox 4-year, $64M Offer - Bleacherreport.com
";
arnews[0] += "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 and test the depth of the waters. If the figures mentioned are indeed the same as that offered by the front ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[0] += "
";
arnews[1]="Boston Red Sox Offseason Thoughts, Part Two - Baseball
";
arnews[1] += "Last night, I offered some thoughts on what the Boston Red Sox should do to improve this offseason. I mainly focused on what the Red Sox should do in left field if they don’t re-sign free agent Jason Bay. The club has a few other areas that need to ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[1] += "
";
arnews[2]="Today In Pictures - Canada East
";
arnews[2] += "Toronto Blue Jays starter Roy Halladay throws to first to retire Boston Red Sox's Joey Gathright on a grounder to the mound during the first inning of a baseball game at Fenway Park in Boston on Wednesday, Sept. 30, 2009";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 19:15:00 GMT";
arnews[2] += "
";
arnews[3]="Adrian Beltre and Rick Ankiel? What's Up With The Boston Red Sox? - Bleacherreport.com
";
arnews[3] += "The Boston Red Sox are reportedly interested in four different free agents who are Scott Boras clients. Two of them, Matt Holliday and Mike Gonzalez, have been rumored to the Red Sox numerous times. The other two, Adrian Beltre and Rick Ankiel ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[3] += "
";
arnews[4]="Report: Blue Jays ace Roy Halladay "not inclined" to re-sign with team - Canada East
";
arnews[4] += "NEW YORK - Roy Halladay is reportedly not interested in re-signing with the Toronto Blue Jays once his current contract expires at the end of next season. Toronto Blue Jays starter Roy Halladay throws to first to retire Boston Red Sox's Joey ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:15:00 GMT";
arnews[4] += "
";
totcount = 5;
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("