var arnews = new Array(8); totcount = 8; 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]="THT/James: Posada Not To Match '09 In '10
"; arnews[1] += "The following was sent to me via email yesterday by the folks at ACTA Sports - What are the odds that a player will do better than he did the previous year? In the recently-released Hardball Times Baseball Annual 2010, baseball guru Bill James explains his new \"Strong Seasons Leading Index,\" a methodology that tries to round up as many indicators ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:45:59 GMT"; arnews[1] += "
"; arnews[2]="Window of exclusivity shutting on Mariners where Russell Branyan, other free agents are concerned
"; arnews[2] += "Tomorrow is the start of the free-agency period, where the Mariners can window-shop for some of the bigger names from other teams."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Back on the grid
"; arnews[3] += "Posted on November 19th, 2009 4:43 PM By La Velle I know it's been awhile. I had to whittle down some vacation time that I was going to lose on Jan."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:20:20 GMT"; arnews[3] += "
"; arnews[4]="Sandy Alomar Jr. talked his way back to Cleveland
"; arnews[4] += "Sandy Alomar Jr. really wanted to return to Cleveland. The Mets offered him a job to coach first base and instruct their catchers on Jerry Manuel's big-league staff."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:48:23 GMT"; arnews[4] += "
"; arnews[5]="Acta focused on quick Tribe start
"; arnews[5] += "Manny Acta is nearing the end of his first month on the job as the Indians' manager."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 21:59:00 GMT"; arnews[5] += "
"; arnews[6]="State of the Indians: Part 2 of ??
"; arnews[6] += "So now that the Indians have a new skipper in place, let's take a look at what he has to work with.A Assuming they sign all of their arbitration eligible players and no free agents, here's who's an Indian in 2010."; arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 09:27:48 GMT"; arnews[6] += "
"; arnews[7]="Grady Sizemore is NOT overrated a and, no, dona t trade him
"; arnews[7] += "In reading up on everything Indians recently, I came across this article over on FanFeedr.A Its an opinion piece on the merits of trading Grady Sizemore for Matt Cain.A In fairness to the author, Lewie Pollis, he makes an interesting point and the idea of the trade makes a good amount of sense for both teams.A However, the analysis he made of Grady ..."; arnews[7] += "
Publ.Date : Sat, 24 Oct 2009 21:09:16 GMT"; arnews[7] += "
"; totcount = 8; 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("
");