var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MLB Trade Rumors: Is Grady Sizemore Next? - Waiting For Next Year
";
arnews[0] += "News flash: The Cleveland Indians are in rebuilding mode. A young core group of guys – at least on the offensive side of things – that may allow this team to once again compete, albeit in three years. A part of that core is center fielder ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Slim pickings on Indians' roster - Morning Journal
";
arnews[1] += "I'VE gone through the Indians' 40-man roster, and as we sit here today — you ARE sitting, aren't you? — there are only seven players who you can say with absolute certainty will be on the Indians' opening day roster next year: Asdrubal Cabrera ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT";
arnews[1] += "
";
arnews[2]="Footprints in the Snow: Indians - FanHouse
";
arnews[2] += "Footprints in the Snow is FanHouse's look at the paths to be forged by MLB teams this winter as they look ahead to 2010. Now they enter the winter with a brand new manager and some talented players, but if you're hoping for some kind of turnaround in ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:52:00 GMT";
arnews[2] += "
";
arnews[3]="Report: Granderson trade 'unlikely to happen' - NBC Sports
";
arnews[3] += "According to Steve Kornacki of MLive.com, a Curtis Granderson trade is \"unlikely to happen\" this winter. Tigers general manager Dave Dombrowski suggested the same thing Wednesday, yet rumors are still streaming in from all over involving some of the ...";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 20:43:00 GMT";
arnews[3] += "
";
arnews[4]="Kevin Fischer - Bleacherreport.com
";
arnews[4] += "My favorite players are Kyle Orton (NFL), Anze Kopitar (NHL), Kirk Hinrich (NBA), and Grady Sizemore (MLB). I am a huge hockey fan, and I've played for the last eleven years. I guess if I was compared to a NHL defensemen, I'd be in the mold of former ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 14:13:00 GMT";
arnews[4] += "
";
arnews[5]="Mikal Elyse - Bleacherreport.com
";
arnews[5] += "Indians - I am female, and I am in love with Grady Sizemore. I love baseball so I learned more about the team overall. The Indians are my second favorite baseball team. Weird since I love to AL Central teams... Jaguars - I was in 3rd grade when they ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 14:26:00 GMT";
arnews[5] += "
";
arnews[6]="Touching Base - New York Daily News
";
arnews[6] += "A six-time All-Star, Alan Trammell was MVP of the World Series in 1984, and truly one of baseball's exciting stars of the 1980s. Even though he lives in Austin, Tex., and works for Dell Computers, Paul Sporer's heart remains in Detroit, where he grew ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 12:58:00 GMT";
arnews[6] += "
";
arnews[7]="A-Rod is first-rounder but Mauer is not - ESPN.com
";
arnews[7] += "Ranking baseball players can be a fun exercise, but there's something even more fun about this game than that: Debating those rankings. Believe me, as our \"Called Out!\" columnist for fantasy football, I know this first-hand. People like to talk about ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[7] += "
";
arnews[8]="Indians report: Roster - CBS Sports
";
arnews[8] += "OF Grady Sizemore (left elbow surgery in September 2009, abdominal surgery in September 2009) is expected to be 100 percent by the start of spring training. RHP Joe Smith (left knee surgery in September 2009) missed all of September, then had the ...";
arnews[8] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[8] += "
";
totcount = 9;
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("