var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ray of Hope?: Cubs' Milton Bradley Could Be Tampa-Bound
";
arnews[0] += "The Chicago Cubs took the first concrete steps toward crystallizing their team in 2010 today, trading right-handed pitcher Aaron Heilman and re-signing would-be free agent John Grabow.A Those steps were preliminary, though, and general manager Jim Hendry knows that in order to make more drastic and necessary changes, he must first resolve the ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:45:39 GMT";
arnews[0] += "
";
arnews[1]="Why (And How) The Cubs Should Trade For Curtis Granderson
";
arnews[1] += "In addition to a good bat, Curtis Granderson would give the Cubs plus defense in CF.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:28:25 GMT";
arnews[1] += "
";
arnews[2]="Large contracts limiting Cubs strategy
";
arnews[2] += "The Cubs changed the course of franchise history three years ago Friday when they signed Alfonso Soriano to an eight-year, $136 million deal.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Large contracts limiting Chicago Cubs strategy
";
arnews[3] += "The Cubs changed the course of franchise history three years ago Friday when they signed Alfonso Soriano to an eight-year, $136 million deal.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:40:31 GMT";
arnews[3] += "
";
arnews[4]="Dealing, not shopping, on Cubs' agenda
";
arnews[4] += "Starting in 2007, Cubs general manager Jim Hendry invested heavily in free agents, adding such players as Alfonso Soriano, Ted Lilly and Mark DeRosa.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 08:48:21 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("