var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Joba, Mitre, Aceves fighting for No. 5 spot in Yanks' rotation - Register Citizen
"; arnews[0] += "TAMPA, Fla. (AP) — Pitching 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 and Chad Gaudin also are in"; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:16:00 GMT"; arnews[0] += "
"; arnews[1]="Fifth spot wide open in Yankees’ rotation - New Haven Register
"; arnews[1] += "TAMPA, Fla. — Pitching 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 ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:14:00 GMT"; arnews[1] += "
"; arnews[2]="Joba Chamberlain praises Yankees’ moves - Boston Herald
"; arnews[2] += "N EW YORK — Joba Chamberlain didn’t pause in answering how he felt this year’s Yankee roster stacked up, on paper of course, with last year’s. \"I think we retooled great,\" Chamberlain said Tuesday night at the Grand Hyatt in Manhattan, where ..."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 14:20:00 GMT"; arnews[2] += "
"; arnews[3]="Joba Chamberlain set to start - NorthJersey.com
"; arnews[3] += "NEW YORK – Two weeks away from the official report date for Yankees pitchers and catchers, Joba Chamberlain is heading into spring training with his heart set on the No. 5 starter’s job. \"I’m going in with the mind-set that it’s mine ..."; arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 19:42:00 GMT"; arnews[3] += "
"; arnews[4]="Let the Joba Chamberlain Debate Begin Again - NBC New York
"; arnews[4] += "There will come a day when everyone wonders what all the fuss over Joba Chamberlain was about. Whether he becomes an All-Star starter, an elite closer or any of the many points in between, there are untold millions who will wonder why people got so ..."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:44:00 GMT"; arnews[4] += "
"; arnews[5]="Yankees hurlers to battle for No. 5 spot - Post-Star
"; arnews[5] += "TAMPA, Fla. -- Pitching 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 ..."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:22: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("
");document.write("
");