var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ever-confident Sheffield game for a comeback
";
arnews[0] += "The old-guy market may not be so hot this offseason, so Gary Sheffield is making sure he's not one of the old guys shut out of the 2010 season.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:27:53 GMT";
arnews[0] += "
";
arnews[1]="Projecting where free agents will land
";
arnews[1] += "Scott Boras says November is a \"greeting card month\" for free agents. Teams send out feelers, check medical records and weigh their options.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 10:29:34 GMT";
arnews[1] += "
";
arnews[2]="Free agency attracts courting, bluffing
";
arnews[2] += "It's the time of year in baseball for courting and bluffing -- sometimes simultaneously.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:16:00 GMT";
arnews[2] += "
";
arnews[3]="With no stars, signing season could be slow
";
arnews[3] += "It's the time of year in baseball for courting and bluffing - sometimes simultaneously.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:52:11 GMT";
arnews[3] += "
";
arnews[4]="Rangers in market for right-handed bat
";
arnews[4] += "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[4] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="MLB free agency: The courting, bluffing begins
";
arnews[5] += "It's the time of year in baseball for courting and bluffing -- sometimes simultaneously.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:53:11 GMT";
arnews[5] += "
";
arnews[6]="Here are early projections on where top free agents will land
";
arnews[6] += "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[6] += "
Publ.Date : Sat, 21 Nov 2009 20:30:12 GMT";
arnews[6] += "
";
arnews[7]="Vladimir Guerrero is This Year's Forgotten Free Agent
";
arnews[7] += "The free agent signing bonanza has unofficially began. I say unofficially because in my mind it doesn't really start until a big name free agent is signed.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 17:37:40 GMT";
arnews[7] += "
";
arnews[8]="Nats have proud history of awards
";
arnews[8] += "Since 1969, the Nationals/Expos have had their share of award-winning players, from Andre Dawson to Ryan Zimmerman.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 07:05: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("