var arnews = new Array(9); totcount = 9; 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]="Sox manager big hit
"; arnews[1] += "It's been a dozen years, give or take, so the details might not be completely accurate."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="a Q&a with Boston Red Sox manager Terry Francona
"; arnews[2] += "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[2] += "
Publ.Date : Wed, 10 Feb 2010 01:15:13 GMT"; arnews[2] += "
"; arnews[3]="February 9, 2010: Single digit days remain until Baseball
"; arnews[3] += "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[3] += "
Publ.Date : Tue, 09 Feb 2010 23:54:12 GMT"; arnews[3] += "
"; arnews[4]="An Ortiz revival and a Lester slump? What the numbers guys say about the 2010 Red Sox
"; arnews[4] += "Prediction is an impossible art to master -- but even so, it's one of the most fun parts of the baseball offseason."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:00:03 GMT"; arnews[4] += "
"; arnews[5]="These e-mailers are writing about a wrong
"; arnews[5] += "OK, maybe I jumped the gun a little. I got caught up in the moment. On the eve of the Super Bowl, I wrote that Peyton Manning was better than Tom Brady ."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:43:53 GMT"; arnews[5] += "
"; arnews[6]="2010 Upper Deck Baseball Released
"; arnews[6] += "It's full speed ahead at Upper Deck, which continues its 21 year run with a 600-card base set now on the market."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 06:41:19 GMT"; arnews[6] += "
"; arnews[7]="Writing about a wrong
"; arnews[7] += "OK, maybe I jumped the gun a little. I got caught up in the moment. On the eve of the Super Bowl, I wrote that Peyton Manning was better than Tom Brady."; arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 06:26:09 GMT"; arnews[7] += "
"; arnews[8]="Inbox: Time to lock up V-Mart?
"; arnews[8] += "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[8] += "
Publ.Date : Mon, 08 Feb 2010 19:00: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("
");document.write("
");