var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Andruw among Rangers' free-agent filings
"; arnews[0] += "Andruw Jones is a free agent. Jones, who made $36 million over the past two years while hitting .190 with 20 home runs and 57 RBIs in 157 games and 490 at-bats, filed for free agency on Friday."; arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Rangers in market for right-handed bat
"; arnews[1] += "The Rangers are going into baseball's free-agency period hoping to re-sign Marlon Byrd and could come out of it with Jermaine Dye instead."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Who will be this offseason's Bobby Abreu?
"; arnews[2] += "If this offseason is anything like last offseason -- and it just might be, given the continuing economic problems in the real world -- the free-agent market will take quite awhile to develop."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:46:35 GMT"; arnews[2] += "
"; arnews[3]="Second baseman Placido Polanco is among the Tigers' notable free agents.
"; arnews[3] += "Topping the to-do list: Pitching was awful -- starters, relievers, hot dog vendors called to throw an inning."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:35:24 GMT"; arnews[3] += "
"; arnews[4]="Open season: MLB free agent period begins, Orioles look to add bats
"; arnews[4] += "After following Mark Teixeira's ever move last winter it's difficult to get too excited about free agency this year."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="M's scan field of free agents
"; arnews[5] += "Baseball's shopping season begins in earnest today when teams are allowed to negotiate with all 171 players who filed for free agency."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 13:39:30 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("
");