var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " - "Drew+Henson" - Google News"; document.title=document.title+ " "; arnews[0]="Career Underdog Brady Is the Final Choice - The Emory Wheel
"; arnews[0] += "

Career Underdog Brady Is the Final Choice
The Emory Wheel
... 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. ...

and more »
"; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:19:37 GMT+00:00"; arnews[0] += "
"; arnews[1]="QBs come and go, but Lions' Dominic Raiola a mainstay - Detroit Free Press
"; arnews[1] += "

QBs come and go, but Lions' Dominic Raiola a mainstay
Detroit Free Press
... Mike McMahon, Joey Harrington, Jeff Garcia, Jon Kitna, JT O'Sullivan, Dan Orlovsky, Drew Henson, Drew Stanton, Daunte Culpepper and Matthew Stafford. ...

and more »
"; arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:07:52 GMT+00:00"; arnews[1] += "
"; arnews[2]="Brady vs. Manning: A Symphony on Turf - FanHouse (blog)
"; arnews[2] += "

Brady vs. Manning: A Symphony on Turf
FanHouse (blog)
Brady alternated with the much more ballyhooed Drew Henson at Michigan -- what ever happened to him? -- and wasn't chosen until 199th in the 2000 draft. ...

and more »
"; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 01:06:21 GMT+00:00"; arnews[2] += "
"; arnews[3]="Here's a Secret: Baseball is Not Over Yet - Huffington Post (blog)
"; arnews[3] += "

Here's a Secret: Baseball is Not Over Yet
Huffington Post (blog)
... Albert Pujols rocket balls over the left field fence, marvel at the speed of Andrew McCutchen or pass judgment on the limited future of a Drew Henson. ...

and more »
"; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 03:10:33 GMT+00:00"; arnews[3] += "
"; totcount = 4; 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("
");