var arnews = new Array(7); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Lions' Dominic Raiola rates his quarterbacks - Detroit Free Press
"; arnews[0] += "Drew Henson (2008) \"Same thing (as Orlovsky). I don't know much about Drew; I didn't play last year when he went in.\" Drew Stanton (2007-current) \"Hometown guy. I think he can be good. He's definitely getting better, progressing well every year."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 02:10:00 GMT"; arnews[0] += "
"; arnews[1]="Career Underdog Brady Is the Final Choice - Emory Wheel
"; arnews[1] += "... professional career, Brady started playing behind cannon-armed quarterbacks who preferred the risky deep bomb in the end zone, such as Drew Henson at the University of Michigan and Drew Bledsoe in New England. Brady’s excellence lies in ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:12:00 GMT"; arnews[1] += "
"; arnews[2]="QBs come and go, but Lions' Dominic Raiola a mainstay - Detroit Free Press
"; arnews[2] += "O’Sullivan, Dan Orlovsky, Drew Henson, Drew Stanton, Daunte Culpepper and Matthew Stafford. When Raiola reaches the last name, he stops, as if waiting for his emotions to catch up with his thoughts. But the passionate pitch that his teammates ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 00:37:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");