var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Trade Market Depends on the Mets
"; arnews[0] += "Due to the rather barren nature of this free agent market and the huge drop off of talent between Holliday, Bay, Lackey, and maybe Figgins some of the important moves need to be made through trade."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:41:37 GMT"; arnews[0] += "
"; arnews[1]="CC: Clock Countdown
"; arnews[1] += "When CC Sabathia signed with the Yankees for this season, he got a signing bonus of $9 million."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:59:10 GMT"; arnews[1] += "
"; arnews[2]="Ortiz says Sox need to power up
"; arnews[2] += "David Ortiz is among the players the Red Sox want to report in better shape next spring."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:00:00 GMT"; arnews[2] += "
"; arnews[3]="Josh Johnson and Florida Marlins Fail To Ink Long-Term Deal
"; arnews[3] += "Once a cheap team, always a cheap team. A The Florida Marlins have reportedly \" reached an impasse \" with ace Josh Johnson regarding a proposed four-year contract extension."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:41:22 GMT"; arnews[3] += "
"; arnews[4]="Red Sox Notebook
"; arnews[4] += "They both thought they needed another big bat and then the team swung and missed at Mark Teixeira ."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:30:07 GMT"; arnews[4] += "
"; arnews[5]="Hottest story lines of the hot-stove season
"; arnews[5] += "The Yankees WILL NOT come close to spending a half a billion dollars this winter."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:36:28 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("
");document.write("
");