var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brasch WordsTHE $6 Million Social Worker
";
arnews[0] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:20:59 GMT";
arnews[0] += "
";
arnews[1]="Column
";
arnews[1] += "It's notable how the view suddenly changed for Roger Clemens when Mark McGwire decided in late October to end his self-imposed exile and return to baseball as the St.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:40:20 GMT";
arnews[1] += "
";
arnews[2]="Brasch WordsTHE $6 Million Social Worker
";
arnews[2] += "The New York Yankees just bought a first baseman for $180 million. For the next eight years, Mark Teixeira will earn about $22.5 million a season.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:19:36 GMT";
arnews[2] += "
";
arnews[3]="More options
";
arnews[3] += "If only the National League allowed its teams to use designated hitters. Then the scores of aging sluggers who will soon become available on the free agent market -- players who are still capable of producing on-base-plus-slugging percentages in excess of .800, even though their tendons and ligaments seem liable to snap like guitar strings at the ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Free-agent madness begins Friday; don't be trampled at the door
";
arnews[4] += "Beginning Friday, all of baseball's 171 free agents can negotiate with any team they want instead of the teams they're leaving behind.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:11:13 GMT";
arnews[4] += "
";
arnews[5]="Different goals in free-agent market
";
arnews[5] += "One year ago, right around this time, the Yankees officially shed more than $80 million in payroll, losing the expired contracts of Jason Giambi, Bobby Abreu, Andy Pettitte, Mike Mussina, Carl Pavano and Kyle Farnsworth to free agency.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:58:28 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("