var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marlins' Johnson facing one-year deal
";
arnews[0] += "A couple of conversations that lasted roughly a half hour appear to have changed Josh Johnson's long-term future with the Marlins.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:55:00 GMT";
arnews[0] += "
";
arnews[1]="A Mariners-Tigers swap makes a whole lot of sense for both teams
";
arnews[1] += "A bit of a news update here: Chris Jakubauskas has been claimed off waivers by the Pittsburgh Pirates.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:00:36 GMT";
arnews[1] += "
";
arnews[2]="A's closer Andrew Bailey wins AL Rookie of Year; Marlins OF Chris Coghlan takes NL award
";
arnews[2] += "Andrew Bailey was driving along, talking to his agent on a handsfree cell phone, when another call came in.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Jamie Samuelsen's Blog: Granderson trade talk shows Tigers are reining in purse strings
";
arnews[3] += "Jamie Samuelsen, the sports director for the \"Deminski & Doyle\" morning show on WCSX-FM , blogs for freep.com. His opinions do not necessarily reflect those of the Detroit Free Press nor its writers.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Tigers face tough decisions with 40-man roster, free agents
";
arnews[4] += "Two weeks have passed since the World Series ended and only one more day remains before open season kicks off for free agents, and teams are required to finalize 40-man rosters.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:46:18 GMT";
arnews[4] += "
";
arnews[5]="Closer Look: Curtis Granderson
";
arnews[5] += "As I mentioned before, there is some buzz surrounding the availability of Curtis Granderson and the perceived involvement of the New York Yankees.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 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("