var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Free Agency Means Free Choice
";
arnews[0] += "Brian Cashman, the Yankees' general manager, has certain go-to phrases. For a while, especially around the holidays, he would respond to trade rumors by smiling and saying, \" 'Tis the season\" - \" meaning the season for wild speculation.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:29:09 GMT";
arnews[0] += "
";
arnews[1]="Silo sweet Silo: Old missile station now called home
";
arnews[1] += "The tunnel which separates the Launch Control Center, where Townsley lives, from the missile silo itself.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:03:37 GMT";
arnews[1] += "
";
arnews[2]="Giants' Lincecum wins second consecutive Cy Young
";
arnews[2] += "San Francisco Giants pitcher Tim Lincecum gestures while talking with reporters on a conference call after winning the National League Cy Young Award at AT&T Park in San Francisco, Thursday, Nov.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:55:26 GMT";
arnews[2] += "
";
arnews[3]="Tracy wins NL manager award, gets 3-year contract
";
arnews[3] += "The Colorado Rockies have rewarded manager Jim Tracy with a three-year contract.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:54:11 GMT";
arnews[3] += "
";
arnews[4]="Five great ski spots in the Northeast
";
arnews[4] += "Little-known fact: It's not Colorado that boasts the most ski resorts, but New York, which has at least 44 ski areas.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:23:55 GMT";
arnews[4] += "
";
arnews[5]="Diamondbacks acquire RHP Aaron Heilman from Cubs
";
arnews[5] += "In this Aug. 9, 2009, file photo, Chicago Cubs relief pitcher Aaron Heilman works against the Colorado Rockies in the seventh inning of a baseball game in Denver.";
arnews[5] += "
Publ.Date : Thu, 19 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("