var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Japanese Baseball 2009 Awards
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 09:14:50 GMT";
arnews[0] += "
";
arnews[1]="NPB Notebook War of words continues between Johjima, Nomura
";
arnews[1] += "New Hanshin Tigers catcher Kenji Johjima's return to Japanese baseball was lauded by many in the NPB community.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 02:20:23 GMT";
arnews[1] += "
";
arnews[2]="Angels' Scioscia, Rockies' Tracy named top managers
";
arnews[2] += "The Los Angeles Angels could have crumbled, overcome by waves of grief and sadness, when pitcher Nick Adenhart was killed in a car accident in April.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 11:08:43 GMT";
arnews[2] += "
";
arnews[3]="Ramirez, Darvish named MVPs of Japanese baseball
";
arnews[3] += "Venezuelan outfielder Alex Ramirez was named MVP of Japan's Central League for the second straight year on Wednesday while pitcher Yu Darvish took the Pacific League honors.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:16:55 GMT";
arnews[3] += "
";
arnews[4]="Ramirez, Darvish win MVP honors for 2009
";
arnews[4] += "Yomiuri Giants outfielder Alex Ramirez and Hokkaido Nippon Ham Fighters right-hander Yu Darvish were named the 2009 MVPs on Wednesday for their respective leagues.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 02:02:18 GMT";
arnews[4] += "
";
arnews[5]="Venezuelan outfielder Alex Ramirez and pitcher Yu Darvish named MVPs of Japanese baseball
";
arnews[5] += "Venezuelan outfielder Alex Ramirez was named MVP of Japan's Central League for the second straight year on Wednesday while pitcher Yu Darvish took the Pacific League honors.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:16:42 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("