var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cubs sign lefty reliever Grabow to two-year deal - Chicago Sun-Times
";
arnews[0] += "Acquired from the Pittsburgh Pirates with lefty Tom Gorzelanny in a trade in July, Grabow had a 3.24 ERA in 30 games for the Cubs last season. He’s expected to fill a late-inning setup role and is considered a backup closer candidate should Carlos ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[0] += "
";
arnews[1]="Arizona gets Heilman from Cubs - WPTV
";
arnews[1] += "The Arizona Diamondbacks on Thursday acquired veteran right-handed pitcher Aaron Heilman from the Chicago Cubs for a pair of minor leaguers. \"Aaron has been a successful, durable reliever who will add experience and stability to our bullpen,\" said ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:31:00 GMT";
arnews[1] += "
";
arnews[2]="Chicago Cubs make it official: John Grabow is coming back - Chicago Tribune
";
arnews[2] += "Here's a roundup of some of the latest rumors flying around Friday on the Internet ... MLB.com quoted a Rangers official as saying it's \"not happening.\" --Curtis Granderson: The would-be Cub still is sitting in limbo. The Tigers have declined to deny ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:28:00 GMT";
arnews[2] += "
";
arnews[3]="Cubs sign Grabow to two-year deal - Reuters
";
arnews[3] += "CHICAGO (Reuters) - Reliever John Grabow signed a two-year $7.5 million deal with the Chicago Cubs on Friday, adding an experienced arm to a young bullpen. Grabow, 31, was acquired by the Cubs in a mid-season trade with the Pittsburgh Pirates. The ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:15:00 GMT";
arnews[3] += "
";
arnews[4]="Tigers ink 4 minor leaguers - Detroit Free Press
";
arnews[4] += "Pitcher John Grabow became the ... two-year contract today from the Chicago Cubs. The 31-year-old left-hander combined to go 3-0 with a 3.36 ERA last season in a career-high 75 relief appearances with the Pittsburgh Pirates and Cubs. “";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:44:00 GMT";
arnews[4] += "
";
arnews[5]="Cubs trade Heilman to D'backs - Hawk Eye
";
arnews[5] += "PHOENIX -- Reliever Aaron Heilman was acquired Thursday by the Arizona Diamondbacks from the Chicago Cubs for two minor league prospects. The 31-year-old right-hander was 4-4 with a 4.11 ERA in 70 appearances last season, striking out 65 and walking ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:24:00 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("