var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " - "Chicago+Cubs" - Google News"; document.title=document.title+ " "; arnews[0]="Has it made you happy, being white? - St. Louis Post-Dispatch
"; arnews[0] += "

Has it made you happy, being white?
St. Louis Post-Dispatch
Last time we saw you, you were a brown man from the Dominican Republic, star slugger for the Chicago Cubs. Now you are white, facing the camera with a ...

and more »
"; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:31:11 GMT+00:00"; arnews[0] += "
"; arnews[1]="Charley Walters: Vikings can play better, Childress says - Pioneer Press
"; arnews[1] += "

Charley Walters: Vikings can play better, Childress says
Pioneer Press
The Sporting News might be on the pulse, suggesting Twins free-agent starter Carl Pavano ends up with the Los Angeles Dodgers, Chicago Cubs free-agent ...

and more »
"; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:21:12 GMT+00:00"; arnews[1] += "
"; arnews[2]="Babe Waxpak: Items of losing teams go elsewhere - Record-Searchlight
"; arnews[2] += "

Babe Waxpak: Items of losing teams go elsewhere
Record-Searchlight
Dear Babe: I have a Chicago Cubs 1984 World Series/National League Champions pennant. As much as I would have liked this to be true, I know that not only ...

and more »
"; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:12:19 GMT+00:00"; arnews[2] += "
"; arnews[3]="World can't end in 2012 unless Chicago Cubs win World Series, can it? - Chicago Tribune
"; arnews[3] += "

World can't end in 2012 unless Chicago Cubs win World Series, can it?
Chicago Tribune
As many of you might be aware, like it or not, we are all on the clock. According to various experts, the world as we know it is supposed to end in 2012. ...

"; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:01:37 GMT+00:00"; arnews[3] += "
"; arnews[4]="Colangelo's character, vision still needed - East Valley Tribune
"; arnews[4] += "

Colangelo's character, vision still needed
East Valley Tribune
Downtown Mesa could use Colangelo's leadership and vision for redevelopment so we don't lose his boyhood Chicago Cubs at Fitch Park. ...

"; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:43:16 GMT+00:00"; arnews[4] += "
"; arnews[5]="The Greatest Cardinal? - St. Louis Post-Dispatch
"; arnews[5] += "

St. Louis Post-Dispatch

The Greatest Cardinal?
St. Louis Post-Dispatch
His total was 10 more homers than the Boston Braves had that season and equal to the Chicago Cubs' sum. As a group, NL teams averaged 66 home runs in 1922. ...

and more »
"; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:13:09 GMT+00:00"; 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("
");document.write("
");