var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What Is The New York Yankees' Plan For The 2010 Outfield? - Bleacherreport.com
";
arnews[0] += "While Winn's offense has fallen off in the past few seasons, he remains one of the better defensive outfielders in the game. And late last week it was announced that the Yankees had also signed Marcus Thames who is 33 years old and played last year ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:51:00 GMT";
arnews[0] += "
";
arnews[1]="Yankees open competition for No. 5 starter - Boston Herald
";
arnews[1] += "P itching coach Dave Eiland is excited about the upcoming competition for the final spot in the New York Yankees rotation. Joba Chamberlain and Phil Hughes are considered front-runners for the No. 5 job, but Eiland said Alfredo Aceves, Sergio Mitre ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:26:00 GMT";
arnews[1] += "
";
arnews[2]="Cameron Diaz parties with A-Rod - NZCity
";
arnews[2] += "The New York Yankees player was sitting on a couch beside Cameron as she “was dancing by herself” before moving her gyrating body towards him ... Other stars at the party included Jessica Alba, Adrian Grenier and Kevin Connolly. Alex, 34, has ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:40:00 GMT";
arnews[2] += "
";
arnews[3]="Yankees sign outfielder Marcus Thames to a Minor League contract - New York Yankees
";
arnews[3] += "The New York Yankees today announced they have signed outfielder Marcus Thames to a minor league contract with an invitation to Major League spring training. In total, the club invited 20 non-roster players to 2010 Spring Training in Tampa, Fla. The ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:39:00 GMT";
arnews[3] += "
";
arnews[4]="OF Randy Winn and New York Yankees finalize $1.1 million, 1-year ... - Los Angeles Times
";
arnews[4] += "NEW YORK (AP) — Randy Winn and the New York Yankees have finalized a $1.1 million, one-year contract. The outfielder can earn an additional $900,000 in performance bonuses based on plate appearances against left-handed pitchers. He would get $100 ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 21:02:00 GMT";
arnews[4] += "
";
arnews[5]="New York Yankee notes: Hank lives! - Pinstripe Alley
";
arnews[5] += "\"The two trades that Brian did I was really pleased with and very proud of,\" Steinbrenner. a team co-chairman, said Thursday. \"I think that is going to make a big difference for us. \"We needed another top-notch starter and got one,\" Steinbrenner said ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 13:56: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("