var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jamie Samuelsen's blog: Tigers simply can't rely on Joel Zumaya at this point
"; arnews[0] += "What do you think the Detroit Tigers can get out of Joel Zumaya this season? Which headline would surprise you more? A.) Zumaya fans four in two innings of brilliant relief B.) Tigers place Zumaya on 15-day disabled list I think we all know the answer."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 09:07:29 GMT"; arnews[0] += "
"; arnews[1]="Willis feels good after off-season
"; arnews[1] += "Even though his two years in Detroit have been empty, Dontrelle Willis this week portrayed the man in full."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 08:59:28 GMT"; arnews[1] += "
"; arnews[2]="Dombrowski, Leyland field questions on Tigers
"; arnews[2] += "General manager Dave Dombrowski and manager Jim Leyland brought clarity to several Tigers issues at TigerFest on Saturday: Left-hander Phil Coke, who has started in the minors, likely will open spring training as a reliever, his role with the Yankees in his two big-league seasons."; arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Inge responds well to surgery
"; arnews[3] += "Brandon Inge was in a particularly good mood Thursday morning as the Detroit Tigers' winter caravan stop-ped for lunch at Comerica Park."; arnews[3] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Justin Verlander not focused on long-term deal -- yet
"; arnews[4] += "From what right-hander Justin Verlander said Thursday, he isn't on the verge of a multiyear contract with the Tigers."; arnews[4] += "
Publ.Date : Fri, 22 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Inbox: Should Uggla move to third?
"; arnews[5] += "Have the Marlins ever tried to put Dan Uggla at third, Chris Coghlan at second and Jorge Cantu at first? That sounds good to me."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 00:44:33 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("
");