var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Tigers need Guillen's bat to return to form
"; arnews[0] += "The big question about Carlos Guillen this season doesn't involve what position he will play, rather how he will hit."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:41:17 GMT"; arnews[0] += "
"; arnews[1]="Tigers view Guillen as key piece to championship puzzle
"; arnews[1] += "Carlos Guillen of the Detroit Tigers congratulates teammate Miguel Cabrera after scoring a run in the second inning off a Ramon Santiago single against the Minnesota Twins during the game on September 30, 2009 at Comerica Park in Detroit, Michigan."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:23:38 GMT"; arnews[1] += "
"; arnews[2]="No Comments
"; arnews[2] += "With pitchers and catchers reporting in close to a week, I have a few more optimistic pieces planned but I wanted to write one more downer article.A Back in 2006, Tigers fans were sky high.A While the Tigers fell short of winning the World Series, they put themselves back on the map.A Now with that seasonA threeA seasons removed, I wonder if ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Jacque Jones gets minor league deal from Twins
"; arnews[3] += "The Minnesota Twins have signed Jacque Jones to a minor league contract, bringing the outfielder back to the organization with which he began his career."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:54:20 GMT"; arnews[3] += "
"; arnews[4]="Inbox: Odds improving on Damon?
"; arnews[4] += "What are the odds that the Tigers land Johnny Damon? He seems like he would fit well here."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:36:00 GMT"; arnews[4] += "
"; arnews[5]="The STI List
"; arnews[5] += "Found this link with all of the STI for every team. Fun to read through this and see what you can do with it! I'll start The \"Tell Me Again Why You Are Still Around?\" Team or \"This Ain't the 90s\" Team C - Paul Lo Duca 1B - Doug Mientkiewicz 2B - Mark Grudzielanek 3B - Miguel Cairo SS - Jolbert Cabrera OF - Jay Payton OF - Brian Giles OF - Matt ..."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:31:21 GMT"; arnews[5] += "
"; arnews[6]="Big Cat says he's ready to mentor Cabrera
"; arnews[6] += "The Big Cat might be with the Tigers in spring training. Andres Galarraga, the former major leaguer, told a Venezuelan Web site that he will likely join Detroit in Lakeland to serve as a mentor to fellow Venezuelan Miguel Cabrera."; arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 21:38:52 GMT"; arnews[6] += "
"; totcount = 7; 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("
");