var arnews = new Array(6);
totcount = 6;
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 12:35:02 GMT";
arnews[0] += "
";
arnews[1]="Gleason: Yanks' World Series trophy wows 'em at West Point
";
arnews[1] += "If you want to know how the Yankees earned their World Series trophy, ask Derek Jeter or Mariano Rivera.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:39:34 GMT";
arnews[1] += "
";
arnews[2]="Yankees Playing the Waiting Game
";
arnews[2] += "Don't expect to hear any announcements about new contracts for Derek Jeter , Mariano Rivera and Joe Girardi once the Yankees report to work in Tampa next week.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:01:13 GMT";
arnews[2] += "
";
arnews[3]="a Q&a with Boston Red Sox manager Terry Francona
";
arnews[3] += "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[3] += "
Publ.Date : Wed, 10 Feb 2010 01:15:13 GMT";
arnews[3] += "
";
arnews[4]="Headline
";
arnews[4] += "Let's blow up a couple of sports myths, based on what we saw on Sunday. 1) It's a bad idea to rest your starters late in the season, because teams need need mometum going into the playoffs.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:40:13 GMT";
arnews[4] += "
";
arnews[5]="An Age Old Question: Is There Room For a Masters Division In MMA?
";
arnews[5] += "A lot has been written recently about the age of a few certain fighters, and whether or not they should still be competing.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:27:50 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("