var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Indians skipper Manny Acta: 'I want to become one of the elite six or seven' managers
"; arnews[0] += "So it begins for Manny Acta. The 40th manager of the Indians was hired late on a Saturday night, Oct."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:00:00 GMT"; arnews[0] += "
"; arnews[1]="Dodgers bringing back all coaches
"; arnews[1] += "The Dodgers announced the rehiring of their entire coaching staff Monday, but nothing yet on a contract extension for manager Joe Torre, although talks will continue."; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Dodgers, Torre talking contract extension
"; arnews[2] += "The Dodgers and manager Joe Torre are in talks to extend his contract for at least one more year, Torre confirmed to the Los Angeles Times."; arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Mets Fans: Let's Get Serious
"; arnews[3] += "The 800 pound gorilla that lives over the Triborough Bridge , the World Champion New York Yankees, are a team to be reckoned with."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 21:06:33 GMT"; arnews[3] += "
"; arnews[4]="Yankees no stranger to hardware
"; arnews[4] += "Winning the World Series may be a team concept, but it's only natural that even on the most cohesive of units, a few outliers stand out."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="MVP (And Other Awards) Talk
"; arnews[5] += "If you could go back in time and change things so that Bobby Murcer wins the 1971 A.L. MVP Award or that Derek Jeter wins the 2006 A.L. MVP Award, which would you change? It's a tough one for me."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:43:58 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("
");