var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mariners add six to 40-man roster
";
arnews[0] += "Some interesting Mariners prospects have been added to the team's 40-man roster, including two players making noise this week.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:57:12 GMT";
arnews[0] += "
";
arnews[1]="Losing Matsui is risky business for Yanks
";
arnews[1] += "Keeping World Series MVP Hideki Matsui might make dollars and sense for the Yankees.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:05:00 GMT";
arnews[1] += "
";
arnews[2]="Japanese Baseball 2009 Awards
";
arnews[2] += "Yomiuri Giants slugger Alex Ramirez was named the 2009 Central League MVP after leading the CL with a .322 average with 31 homers and 103 RBIs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:14:50 GMT";
arnews[2] += "
";
arnews[3]="Mauer adds Silver Slugger to mantle
";
arnews[3] += "Award season continues to be kind to Twins catcher Joe Mauer. Mauer added to his growing award collection on Thursday when he was honored with a Silver Slugger Award.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Utley wins award for offensive skills
";
arnews[4] += "Phillies second baseman Chase Utley has won his fourth Silver Slugger award. The awards, announced on Thursday, honor the top offensive players by position in each major league.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:33:17 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("