var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Indians skipper Manny Acta: 'I want to become one of the elite six or ... - Cleveland Plain Dealer
";
arnews[0] += "CLEVELAND, Ohio -- So it begins for Manny Acta. The 40th manager of the Indians was hired late on a Saturday night, Oct. 24 to be exact, after Houston offered him a contract to manage the Astros. The Indians were still going through \"the process ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:02:00 GMT";
arnews[0] += "
";
arnews[1]="McClendon, Kittle, Morris to be inducted Jan. 22 in Jasper - NWI.com
";
arnews[1] += "Lloyd McClendon always has said baseball is a giving game and good things happen with hard work and dedication. On Monday, the Gary native got a payback of sorts when he joined former Region stars Hal Morris (Munster) and Ron Kittle (Wirt) as the ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="Rob Smeltzer - Bleacherreport.com
";
arnews[2] += "My favorite athletes of all time include: Paul O'Neil, Don Mattingly, Ricky Henderson, Rod Woodson, Jerome Bettis, Hines Ward, Charles Barkley, Isiah Thomas, and I have to throw in Jack Lambert from all the stories I've read. I'd have to rank my ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:32:00 GMT";
arnews[2] += "
";
arnews[3]="TheSpec.com - Sports - JUSTINSIDE - Hamilton Spectator
";
arnews[3] += "• Concussed Packer plans to take 'cautious ... • Concussed Packer plans to take 'cautious ... Top Rank promoter Bob Arum is ready to begin negotiations for a megafight between Manny Pacquiao and Floyd Mayweather Jr.. The only problem is that Arum ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:29:00 GMT";
arnews[3] += "
";
arnews[4]="Around the Big Leagues - San Francisco Chronicle
";
arnews[4] += "Manager Bruce Bochy phoned Carney Lansford to tell him he has been relieved as Giants hitting coach, the team announced this evening. No replacement has been named. The rest of Bochy's staff is expected... UPDATE: Lansford fired as hitting coach ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:43: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("