var arnews = new Array(9);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NPB/2009 Climax Series Game: Giants, Fighters set up Japan Series clash
";
arnews[0] += "The hard-hitting Yomiuri Giants relied on a balanced attack while the Nippon-Ham Fighters rode the hot bat of Terrmel Sledge into Japan's version of the Fall Classic with big wins on Saturday.";
arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 03:57:38 GMT";
arnews[0] += "
";
arnews[1]="Hard Drives: Unheralded Giants make big impact
";
arnews[1] += "Imagine where the big-name Yomiuri Giants would be without their little people. You know the ones--or maybe you don't. They're the guys in the lineup who set the table, and the men on the mound who keep the scoreboard clean for the giant Giants--the ones with the nicknames and ginormous paychecks.";
arnews[1] += "
Publ.Date : Tue, 20 Oct 2009 21:11:43 GMT";
arnews[1] += "
";
arnews[2]="NPB: Tani's twin taters edge Giants closer
";
arnews[2] += "For a guy who doesn't even pack the hardest punch in his family, outfielder Yoshitomo Tani showed he still has some \"slug\" left in his 36-year-old arms.";
arnews[2] += "
Publ.Date : Tue, 22 Sep 2009 05:35:03 GMT";
arnews[2] += "
";
arnews[3]="Olympic champion Uchishiba out, Fukumi takes gold
";
arnews[3] += "Japan's two-time Olympic champion Masato Uchishiba crashed out of the world judo championships Wednesday, but there was gold medal joy for compatriot Tomoko Fukumi.";
arnews[3] += "
Publ.Date : Wed, 26 Aug 2009 21:17:25 GMT";
arnews[3] += "
";
arnews[4]="Catriona Matthew wins Womena s British Open ten weeks after giving birth
";
arnews[4] += "For most new mothers, the 11th week after the trauma of giving birth involves constant feedings, sleepless nights, engorged breasts, sore abdominal muscles and the prospect of gently returning to work.";
arnews[4] += "
Publ.Date : Sun, 02 Aug 2009 22:53:38 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("