var arnews = new Array(8); totcount = 3; 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] += "
"; totcount = 3; 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("
");document.write("
");