var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Here are early projections on where top free agents will land
"; arnews[0] += "Teams send out feelers, check medical records and weigh their options. They might discuss parameters of a deal, but only rarely do they start sincere negotiations before Thanksgiving."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:58:25 GMT"; arnews[0] += "
"; arnews[1]="Heating up the hot corner
"; arnews[1] += "Between baseball seasons, the three month layoff allows imaginations to run wild."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Bay watch, new season
"; arnews[2] += "That sound at midnight last night was the window closing shut on the Red Sox' best shot at a preemptive re-signing of ."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:30:03 GMT"; arnews[2] += "
"; arnews[3]="Braden Looper is among the Brewers' notable free agents.
"; arnews[3] += "Topping the to-do list: With about $15 million to spend, and a lot of holes -- but if we're being specific, they need help hitting and pitching."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:36:06 GMT"; arnews[3] += "
"; arnews[4]="Heyman: Free-agent Market & Whoa s Who
"; arnews[4] += "Jon Heyman of SI.com says people at the MLB Owners Meetings in Chicago are saying the Mets will not be big players for either Blue Jays RHP Roy Halladay or RHP John Lackey ."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:31:06 GMT"; arnews[4] += "
"; arnews[5]="Ultimate baseball free agency primer
"; arnews[5] += "Free agency is finally here, less than a week before Thanksgiving. And the signings may not come so quick, either."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:37:50 GMT"; arnews[5] += "
"; arnews[6]="Cubs have high hopes for top prospect
"; arnews[6] += "Starlin Castro can finally take a day off. The shortstop wrapped up his Arizona Fall League duty on Thursday, finishing with a .376 average in 26 games with the Mesa Solar Sox."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 16:51:00 GMT"; arnews[6] += "
"; arnews[7]="Report: Tigers expected to make strong effort to re-sign shortstop Adam Everett
"; arnews[7] += "The Tigers are expected to make a strong effort to re-sign free agent Adam Everett this offseason."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 17:29:09 GMT"; arnews[7] += "
"; arnews[8]="Open season: MLB free agent period begins, Orioles look to add bats
"; arnews[8] += "After following Mark Teixeira's ever move last winter it's difficult to get too excited about free agency this year."; arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 08:00: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("
");