var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Madden: Met focus will be on tier-two free agents
"; arnews[0] += "St. Louis Cardinals third baseman Mark DeRosa is one of several second-tier free agents the Mets are going after."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:41:28 GMT"; arnews[0] += "
"; arnews[1]="MLB free agency: The courting, bluffing begins
"; arnews[1] += "It's the time of year in baseball for courting and bluffing -- sometimes simultaneously."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:53:11 GMT"; arnews[1] += "
"; arnews[2]="2010 Free Agent Market Full Of Former Mets Part 1
"; arnews[2] += "The 2010 MLB free agent market has many players including many former New York Mets.A Here is an in-depth look at the fielders.A This is Part 1.A There will be a pitchers one in the near future."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:02:49 GMT"; arnews[2] += "
"; arnews[3]="Read: Castillo, Millwood and the Winter Meetings
"; arnews[3] += "According to Bart Hubbuch of the New York Post , the three-way deal that would have sent Luis Castillo to the Cubs and Kevin Millwood to the Mets isn't happening because the Rangers aren't interested in giving up Millwood so easily."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 17:58:42 GMT"; arnews[3] += "
"; arnews[4]="Mets can't ditch Castillo
"; arnews[4] += "The Mets opened free agency quietly yesterday, stirring only long enough to scotch reports of a potential three-way trade involving Luis Castillo."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:25:10 GMT"; arnews[4] += "
"; arnews[5]="O's likely to go slow on free agents
"; arnews[5] += "On Friday, the first day that players were able to sign with new teams, the Orioles made no contract offers to any available free agents."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[5] += "
"; arnews[6]="O's expected to take deliberate approach
"; arnews[6] += "On Friday, the first day that players were able to sign with new teams, the Orioles made no contract offers to any available free agents."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 09:26:59 GMT"; arnews[6] += "
"; arnews[7]="NY Mets GM Omar Minaya will have chance to speak to Carlos Delgado face-to-face
"; arnews[7] += "Omar Minaya, left, needs to see Carlos Delgado, right, on the field before he talks to him about returning to the Mets next season."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 04:22:10 GMT"; arnews[7] += "
"; arnews[8]="Mets have room to work on 40-man roster
"; arnews[8] += "As currently constituted, the Mets' roster has four vacancies -- four in number and, in a more subjective, informal and real way, at least four -- slugger, starting pitcher, catcher and reliever."; arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 00:18:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");