var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Why Jason Bay Should've Accepted the Boston Red Sox' $64 Million Offer
"; arnews[0] += "ESPN.com reports that Boston Red Sox left fielder Jason Bay refused an initial offer by the team and will dive into the pool of free agency to test the depth of its waters."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:44:53 GMT"; arnews[0] += "
"; arnews[1]="Milton Bradley: What's His Trade Worth?
"; arnews[1] += "On January 6, 2009, Chicago Cubs GM Jim Hendry signed outfielder Milton Bradley to a three-year, $30 million contract."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:41:32 GMT"; arnews[1] += "
"; arnews[2]="Inbox: When will Jennings arrive?
"; arnews[2] += "When could Desmond Jennings come to the Majors? There's all this talk about starting Matt Joyce, but what about Jennings? He seems very similar to Carl Crawford to me."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:09:00 GMT"; arnews[2] += "
"; arnews[3]="Ray of Hope?: Cubs' Milton Bradley Could Be Tampa-Bound
"; arnews[3] += "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[3] += "
Publ.Date : Fri, 20 Nov 2009 07:45:39 GMT"; arnews[3] += "
"; arnews[4]="Phils decline $5.5 million option on Feliz
"; arnews[4] += "Two weeks ago, as the Phillies opened the World Series, Charlie Manuel discussed a change he had noticed in Pedro Feliz."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:32:17 GMT"; arnews[4] += "
"; arnews[5]="Milton Bradley Rumors & More
"; arnews[5] += "ESPN's Jayson Stark suggests that 3 teams, Tampa Bay, Texas and Toronto look like the most likely destinations for Milton Bradley.A But Jim Hendry appears to be holding firm on not eating a large part of Bradley's contract, telling teams that the hiring of Rudy Jaramillo means they do not have to trade Bradley."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="Phils-ville's holiday wish list
"; arnews[6] += "With baseball's holiday shopping season - the free agent signing period - beginning at 12:01 a.m., figured we'd share our wish list for the Phillies off-season in open letter form, for Ruben Amaro to see."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:14:16 GMT"; arnews[6] += "
"; arnews[7]="Around the Horn
"; arnews[7] += "Lincecum wins Cy It wasn't quite the order I predicted in The NL Cy Young Race , but at least the voters got the top spot right in selecting Tim Lincecum as the 2009 NL Cy Young Award winner."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 03:19:43 GMT"; arnews[7] += "
"; totcount = 8; 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("
");