var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joba Chamberlain hasn't heard anything on role for 2010 - Newsday
";
arnews[0] += "Less than two weeks after winning the World Series , Joba Chamberlain could only smile while answering the question. \"I haven't heard anything,\" he said with a smile when asked if he was preparing to go to spring training as a starter or reliever ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[0] += "
";
arnews[1]="Joba Chamberlain makes pitch to Andy Pettitte for return to New York ... - New York Daily News
";
arnews[1] += "Joba Chamberlain hopes that the New York Yankees bring back Andy Pettitte in 2010 for their World Series title defense. \"To see what he's done and the longevity he's had, he's a great player and obviously we'd love to have him back,\" Chamberlain said ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Ask Tom: Got a sports question? - Omaha World-Herald
";
arnews[2] += "Every day, World-Herald columnist Tom Shatel will answer your questions about all things sports, available only on Omaha.com. Click here to submit a question. Name: DLS, Burwell, Neb. Published Friday, Nov. 20 I continue to wonder why the Husker ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:43:00 GMT";
arnews[2] += "
";
arnews[3]="Joba fine with starting or relieving - New York Post
";
arnews[3] += "While the Yankees have hinted that Joba Chamberlain and Phil Hughes will be back in the starting rotation next year, nothing is certain. And Chamberlain remains fine with that. \"It's a great problem to have for Phil and myself,\" Chamberlain said ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT";
arnews[3] += "
";
arnews[4]="More team news - NBC Sports
";
arnews[4] += "Ken Davidoff of Newsday reports that the Yankees' priority right now is re-signing Johnny Damon, with Hideki Matsui on the back-burner. Even though Matsui turned heads in the World Series, Damon is the better property going forward considering he can ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT";
arnews[4] += "
";
arnews[5]="MLB selling 20-DVD set of World Series films for $2,229 _ including ... - The Gaea Times
";
arnews[5] += "NEW YORK — Major League Baseball has the perfect gift to bust a budget in a recession. A 20-DVD set of World Series films can be bought for $2,299, and it contains authenticated autographs of 12 Hall of Famers, including Yogi Berra, Bob Gibson ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07: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("