var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="CC: Clock Countdown
"; arnews[0] += "When CC Sabathia signed with the Yankees for this season, he got a signing bonus of $9 million."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:59:10 GMT"; arnews[0] += "
"; arnews[1]="Will Lackey get top pitching dollars?
"; arnews[1] += "Click on the photo to see how much the Angels have spent on pitching in recent years."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:15:21 GMT"; arnews[1] += "
"; arnews[2]="Matsui, Damon, Pettitte Set to Hit Open Market
"; arnews[2] += "The valued opinions have been voiced from the scouting arm of the world champion Yankees universe."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:30:04 GMT"; arnews[2] += "
"; arnews[3]="Giants to show patience with free agency
"; arnews[3] += "When Brian Sabean recently announced that he planned to exercise stealth instead of speed in pursuing free agents this offseason, the Giants general manager probably didn't have history in mind."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:05:50 GMT"; arnews[3] += "
"; arnews[4]="Mets ready to shop, spend on open market
"; arnews[4] += "Beginning at any point after midnight tonight, the widely held but unfounded notion that the Mets are unwilling to invest in expensive free agents may take a few more hits."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="Yanks, Halos not players for Holliday?
"; arnews[5] += "Let's be honest. At this time of the year, you really can't totally trust what an organization is saying regarding what free agents they'll be going after, who they are going to target via trade, and so on."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 02:07:50 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("
");