var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="University of Michigan Using Buddy System to Help Vets With PTSD
";
arnews[0] += "Some soldiers returning from war in Iraq and Afghanistan wage a different kind of battle to reintegrate into the U.S. Some suffer from post-traumatic stress disorder , but might not know they have it or how to deal with it.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:27:40 GMT";
arnews[0] += "
";
arnews[1]="Yankee trophy hits home run at West Point
";
arnews[1] += "To the long list of momentous days at West Point, they can now add this one: First visit by a New York Yankees World Series trophy.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:27:27 GMT";
arnews[1] += "
";
arnews[2]="Keith Hernandez tutors Daniel Murphy
";
arnews[2] += "Keith Hernandez is one of the greatest fielding first basemen in baseball history.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:03:54 GMT";
arnews[2] += "
";
arnews[3]="Independent Baseball Insider: MLB makes its call
";
arnews[3] += "With the start of spring training less than two weeks away, the gap has narrowed somewhat between one year ago and 2010 in the number of former Independent players invited to major league camps as non-roster players.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:02:00 GMT";
arnews[3] += "
";
arnews[4]="Mets cana t even plan fan-friendly park properly
";
arnews[4] += "The Mets just can't get it right, and by \"it,\" I mean everything they attempt to do.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 06:07:38 GMT";
arnews[4] += "
";
arnews[5]="Mets agree with OF Pagan on one-year contract
";
arnews[5] += "The New York Mets agreed to a one-year contract with outfielder Angel Pagan on Tuesday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:01:36 GMT";
arnews[5] += "
";
arnews[6]="Jacque Jones heads back to Twins on minor league deal
";
arnews[6] += "The Minnesota Twins have signed Jacque Jones to a minor league contract, bringing the outfielder back to the organization with which he began his career.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:39:23 GMT";
arnews[6] += "
";
totcount = 7;
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("