var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Game notes: Henery’s punts product of hard work -- and a little luck - HuskerExtra.com
"; arnews[0] += "There are a few more variables with a large, brown, oblong-shaped ball than there is with a small, white, round one. That what makes Alex Henery’s mastery of pinning opponents near the goal line so amazing. He can make a football take a turn and go ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT"; arnews[0] += "
"; arnews[1]="My Sportsman: Phil Mickelson - CNN Sports Illustrated
"; arnews[1] += "Phil Mickelson enjoyed a great season on the course in 2009, but earns a Sportsman nod for his handling of personal tragedy off it. Sports Illustrated will announce its choice for Sportsman of the Year on Dec. 1. Here's one of the nominations for ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT"; arnews[1] += "
"; arnews[2]="McIlroy swayed by India’s Singh in US PGA Tour decision - NEXT
"; arnews[2] += "Rory McIlroy has revealed a conversation with Jeev Milkha Singh swayed his decision to join the U.S. PGA Tour next season, despite advice from Ernie Els, Lee Westwood and Darren Clarke to stay in Europe for another year. The European Tour’s money ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:27:00 GMT"; arnews[2] += "
"; arnews[3]="Tiger Woods wins the JBWere Masters - Rotoworld.com
"; arnews[3] += "Tiger Woods carded a final round of 4-under-par 68 and won the JBWere Masters by two strokes over Greg Chalmers. Woods comment after his round that, \"You had to make birdies early and I was able to do that.\" He opened with a birdie at the first hole ..."; arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 06:36:00 GMT"; arnews[3] += "
"; arnews[4]="Latest Men's World Ranking - espnstar.com
"; arnews[4] += "Tiger Woods has stretched his lead over Phil Mickelson to more than seven points by capturing the JBWere Masters in Australia. Latest leading positions on the world rankings: 1 Tiger Woods 16.16pts, 2 Phil Mickelson 9.08, 3 Steve Stricker 7.29, 4 ..."; arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 20:25:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");