var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Kosuke Fukudome - Chicago Tribune
"; arnews[0] += "As if Jim Hendry didn't have enough problems this winter, it recently was revealed former Gov. Rod Blagojevich said he missed dispensing advice to his old pal, the Cubs general manager. So was Blagojevich pushing the Milton Bradley signing? Was he ..."; arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 23:19:00 GMT"; arnews[0] += "
"; arnews[1]="AL HAMNIK: Get ready to have your summer spoiled - NWI.com
"; arnews[1] += "Chicago-based Jim Callis, executive editor of Baseball America, believes the Cubs and White Sox will be more than decent this season but doubts either will win their respective divisions. He picks the Cubs to finish third in the NL Central behind St ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:57:00 GMT"; arnews[1] += "
"; arnews[2]="Xavier Nady a Chicago Cub Pending Physical - Bleacherreport.com
"; arnews[2] += "Nady will see a majority of his playing time in right field in what will most likely be a platoon role in right field with Kosuke Fukudome. Of course, there's the annual Alfonso Soriano injury, so, he'll be spending some time in left field as well."; arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 00:38:00 GMT"; arnews[2] += "
"; arnews[3]="Cubs settle with Marmol, add Millar - Tacoma News Tribune
"; arnews[3] += "He will take over in center from Kosuke Fukudome, who will move to right field full-time after the trade of the troubled Bradley to Seattle."; arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 17:46:00 GMT"; arnews[3] += "
"; arnews[4]="2010 Chicago Cubs Profile: Marlon Byrd - Bleacherreport.com
"; arnews[4] += "There is no question that Byrd, 32, has lost a step in center field, and will have to rely on the above-average range of Kosuke Fukudome in right field to retain his defensive value. His arm is a plus in center, making Chicago's outfield throwing a ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 04:27:00 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("
");document.write("
");