var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Dodgers Moving to KFI - Los Angeles Times Blogs
"; arnews[0] += "This was a very small story that turned into a big deal. The Dodgers were moving on the radio from KMPC to KFI for the 1960 season. The significance? Gene Autry's company owned KMPC and when the Dodgers left, he looked for something to fill in the ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:13:00 GMT"; arnews[0] += "
"; arnews[1]="AL Manager of the Year: Los Angeles Angels' Mike Scioscia - FanHouse
"; arnews[1] += "This is Scioscia's second Manager of the Year award. He also won in 2002 as the Angels won the World Series. Scioscia was forced to use 14 different starting pitchers and 12 rookie pitchers. Stars Vladimir Guerrero and Torii Hunter also had to spend ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:24:00 GMT"; arnews[1] += "
"; arnews[2]="Los Angeles Angels' Mike Scioscia Wins AL Manager of the Year Award - Bleacherreport.com
"; arnews[2] += "For the second time since 2002, the man New York Yankees GM Brian Cashman called the “Bill Belichick of our sport” won the American League Manager of the Year award. Of course, that statement was made before Belichick’s meltdown on Sunday night ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT"; arnews[2] += "
"; arnews[3]="Colorado Rockies Jim Tracy, Los Angeles Angels Mike Scioscia win ... - New York Daily News
"; arnews[3] += "Mike Scioscia earns AL Manager of the Year award after leading Angels to third straight division title, but can't guide Halos past Yankees in ALCS. Tracy became the second manager to win the award after taking over during the season, joining Jack ..."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 20:37:00 GMT"; arnews[3] += "
"; arnews[4]="Hughes starting for Douglas - Newsday
"; arnews[4] += "Larry Hughes slides back into the starting lineup in place of Toney Douglas today, the only change to the starting five for the game. D'Antoni said Eddy Curry would continue to see more minutes after having a \"dominating\" practice yesterday. \"I don't ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:49:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");