var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sizing Up the Competition: A Look at the AL Central
"; arnews[0] += "A A A A As in every competition, it's always good to size up your opponents and see how you stand against them.A You want to know their strengths, their weaknesses, and above all, what it's going to take to beat them.A After a cursory glance, the AL Central doesn't seem like it's going to give the White Sox too much trouble.A Sure, the Twins and ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:35:23 GMT"; arnews[0] += "
"; arnews[1]="Minnesota Twins: A Few Last-Minute Chores Before 2010
"; arnews[1] += "Okay, so the Twins have finally stepped into their own in the one place they never have: the offseason."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 10:57:40 GMT"; arnews[1] += "
"; arnews[2]="Watch Super Bowl XLIV with Major Leaguers
"; arnews[2] += "Super Bowl XLIV decides whether the Indianapolis Colts or New Orleans Saints are pro football's best, and it also is the metaphorical handoff to Major League Baseball."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 23:54:17 GMT"; arnews[2] += "
"; arnews[3]="Player Profile: A.J. Pierzynski
"; arnews[3] += "A A A A So as we sit here and patiently wait the start of Spring Training , let's continue to get to know the starting lineup and finish introducing the infield.A I haven't had a chance to see the MLB Network's segment on lopsided deals but I'm sure our next player is somewhere on it to be seen.A Not for how we acquired him, but during his journey ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 23:16:34 GMT"; arnews[3] += "
"; arnews[4]="Lynn Henning
"; arnews[4] += "It was a tempting notion for the Tigers. They had played the Minnesota Twins to a standstill ahead of last season's playoff game at Minneapolis and, with the deep pitching Detroit stands to throw at the Twins and others in 2010, the Tigers dreamed of squeaking out a playoff spot even with a diminished offense."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:55:16 GMT"; arnews[4] += "
"; arnews[5]="Twins' roster should motivate Tigers to pony up for a hitter
"; arnews[5] += "It was a tempting notion for the Tigers. They had played the Minnesota Twins to a standstill ahead of last season's playoff game at Minneapolis and, with the deep pitching Detroit stands to throw at the Twins and others in 2010, the Tigers dreamed of squeaking out a playoff spot even with a diminished offense."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 15:41:01 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("
");