var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="35 Justin Verlander, SP - CBS Sports
";
arnews[0] += "Verlander's deal includes a $500,000 signing bonus, $6.75 million this season, $12.75 million next year and $20 million in each of the following three seasons. Verlander would have been eligible for free agency after the 2011 World Series. The 2006 ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 23:23:00 GMT";
arnews[0] += "
";
arnews[1]="AP source: Tigers & Justin Verlander agree to five-year, $80M deal - MLive.com
";
arnews[1] += "AP File Photo Justin Verlander and the Detroit Tigers have agreed to an $80 million, five year contract, according to the Associated Press. A person familiar with the negations says the Detroit Tigers and Justin Verlander have agreed to an $80 ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 00:42:00 GMT";
arnews[1] += "
";
arnews[2]="Tigers Invest $80M In Justin Verlander - ClickOnDetroit.com
";
arnews[2] += "DETROIT -- The Detroit Tigers have invested in their future. The Tigers signed ace Justin Verlander to an $80 million, five-year contract on Thursday. “When it comes down to it, I feel like I’ve grown up in this city. I’ve made a name for ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 22:25:00 GMT";
arnews[2] += "
";
arnews[3]="Tigers extend Justin Verlander - MLB Daily Dish
";
arnews[3] += "The Tigers and Justin Verlander have agreed to a five year extension worth 80 million dollars, according to the Associated Press. Verlander made 35 starts for the Tigers last season on his way to a 19-9 record and a 3.45 ERA. The Tigers have ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 01:33:00 GMT";
arnews[3] += "
";
arnews[4]="Detroit Tigers invest $80 million in ace Justin Verlander - The Oakland Press
";
arnews[4] += "FILE - In this July 29, 2009, file photo, Detroit Tigers starting pitcher Justin Verlander (35) throws during a baseball game against the Texas Rangers in Arlington, Texas. Verlander and the Detroit Tigers have agreed to an $80 million, five-year ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 03:47:00 GMT";
arnews[4] += "
";
arnews[5]="I love the Justin Verlander signing, but the Detroit Tigers need to do ... - MLive.com
";
arnews[5] += "AP Photo Justin Verlander showing off that $80-million arm. It was great to read that the Tigers reportedly agreed to a long term deal with ace Justin Verlander . The last thing I wanted the team to do was go to arbitration and have to sit down in ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 03:49:00 GMT";
arnews[5] += "
";
arnews[6]="OP BLOGROLL: Justin Verlander, the Detroit Lions and more signing-day ... - The Oakland Press
";
arnews[6] += "Pat Caputo blogs on the Justin Verlander deal and warns fans not to count on seeing him in Detroit for the full length of his new five-year contract. (AP Photo) Another day, another blog. Well, actually, several blogs. The Oakland Press' sports ...";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 10:49:00 GMT";
arnews[6] += "
";
arnews[7]="Tigers Invest $80M in Ace Justin Verlander - WXYZ
";
arnews[7] += "DETROIT (AP) — The Detroit Tigers have invested in their future. Ace Justin Verlander and the Tigers finalized an $80 million, five-year contract on Thursday, a deal that avoids a salary arbitration heading. Verlander's deal includes a $500,000 ...";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 22:10:00 GMT";
arnews[7] += "
";
arnews[8]="Tigers to announce Justin Verlander signing today - Detroit News
";
arnews[8] += "Detroit -- Signed, sealed and delivered. The Tigers will announce the signing of Justin Verlander to a five-year contract Thursday at 3 p.m. at Comerica Park. They aren't saying the news conference is for Verlander. But it will be. They're also not ...";
arnews[8] += "
Publ.Date : Thu, 04 Feb 2010 15:44: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("