var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Stafford expects 'all clear' from Lions doctors
"; arnews[0] += "Lions quarterback Matthew Stafford, who suffered an AC joint separation in his left shoulder Nov."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:48:12 GMT"; arnews[0] += "
"; arnews[1]="Chat wrap: Tomlinson to Pittsburgh?
"; arnews[1] += "Welcome to SportsNation! On Tuesday, ESPN.com AFC North blogger James Walker will stop by to chat about the NFL and what to expect from your team."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:30:07 GMT"; arnews[1] += "
"; arnews[2]="Chat wrap: What Giants need
"; arnews[2] += "Welcome to SportsNation! On Tuesday, ESPN.com NFC East blogger Matt Mosley stops by to talk about the NFL season."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:29:37 GMT"; arnews[2] += "
"; arnews[3]="A Magical Place
"; arnews[3] += "Announcement last week of the nominees for the Academy Awards provides the opportunity to post on two subjects."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:50:51 GMT"; arnews[3] += "
"; arnews[4]="Goodell holds court: Commissioner's annual remarks vary widely
"; arnews[4] += "From the home-opening victory against Chicago, to the NFC wild-card playoff loss at Arizona, Packer Plus Magazine presents some of its favorite pictures of the season."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:21:40 GMT"; arnews[4] += "
"; arnews[5]="Choosing Cleveland over the NBA's Eastern weaklings? It's just not a hard call: Terry Pluto
"; arnews[5] += "Only someone who lives on the East Coast and considers Cleveland nothing more than a big truck stop would believe LeBron James is better off playing for the New York Knicks or New Jersey Nets."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:58:22 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("
");