var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="a Q & a With Red Sox Manager Terry Francona
";
arnews[0] += "HAMPTON ROADS, Va. - - Red Sox manager Terry Francona , who helped deliver two World Series championships to a previously snakebitten franchise, was in Hampton Roads on Tuesday to help out an old friend at the Virginia Baseball Academy.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:40:07 GMT";
arnews[0] += "
";
arnews[1]="a Q&a with Boston Red Sox manager Terry Francona
";
arnews[1] += "Boston Red Sox manager Terry Francona , the manager who delivered two World Series championships to a previously snake-bitten franchise, was in Hampton Roads Tuesday to help out an old friend at the Virginia Baseball Academy.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:15:13 GMT";
arnews[1] += "
";
arnews[2]="February 9, 2010: Single digit days remain until Baseball
";
arnews[2] += "Posted by Christine E. at 6:34 pm in Baseball , Random Thoughts , Red Sox Congrats to the Saints, BTW-not that it mattered to me one way or the other But I did find out that their head coach was born and raised in the same town I was-which is pretty cool.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 23:54:12 GMT";
arnews[2] += "
";
arnews[3]="An Ortiz revival and a Lester slump? What the numbers guys say about the 2010 Red Sox
";
arnews[3] += "Prediction is an impossible art to master -- but even so, it's one of the most fun parts of the baseball offseason.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:00:03 GMT";
arnews[3] += "
";
arnews[4]="Red Sox: Abraham picks his Top 20
";
arnews[4] += "Here's a fun winter exercise that will hopeully spark some debate: Who are the 20 most important members of the Red Sox organization? Globe colleague Chad Finn ranked the major league players the other day on Boston.com. But this Top 20 takes a wider look.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:57:56 GMT";
arnews[4] += "
";
arnews[5]="Know Your Role: How Will Victor Martinez Handle a Full Time Job In Boston?
";
arnews[5] += "With Spring Training coming upon us, I will be adding one or two main discussion topics about the Boston Red Sox and their 2010 season daily.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:34:01 GMT";
arnews[5] += "
";
arnews[6]="Inbox: Time to lock up V-Mart?
";
arnews[6] += "With Joe Mauer potentially signing a big extension with the Twins, are the Red Sox more inclined to lock up Victor Martinez? -- Dan A., Merrimac, Mass.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 19:00:00 GMT";
arnews[6] += "
";
arnews[7]="The spring training roster
";
arnews[7] += "Through Sunday, here is the full list of players the Red Sox will have in training camp.";
arnews[7] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("