var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chat wrap: Tomlinson to Pittsburgh?
"; arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 06:30:07 GMT"; arnews[0] += "
"; arnews[1]="Foley ready to fly south
"; arnews[1] += "\"I just want to look into all the possibilities that are out there,\" says B.C. Lions star defensive lineman Ricky Foley of trying out for National Football League teams."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:04:40 GMT"; arnews[1] += "
"; arnews[2]="Parade for Saints an early Mardi Gras
"; arnews[2] += "Only a Super Bowl victory parade could upstage Mardi Gras in New Orleans. Carnival floats carrying Saints players, coaches and team owner Tom Benson rolled past tens of thousands of jubilant fans in downtown New Orleans on Tuesday, two days after the 43-year-old franchise won its first NFL championship."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 05:24:54 GMT"; arnews[2] += "
"; arnews[3]="Stanford men's volleyball at a crossroad
"; arnews[3] += "The fifth-ranked Stanford men's volleyball team has reached the crossroads of a season that shone with potential at the beginning but dulled a little bit the last two weeks, a result of home losses to UC Santa Barbara and UC Irvine."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:13:09 GMT"; arnews[3] += "
"; arnews[4]="Will NFL kill the golden goose?
"; arnews[4] += "The New Orleans Saints hadn't even begun to properly celebrate their storybook run to a Super Bowl championship when bookmakers installed the team they had just beaten as the favorites to win it all next year."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 03:09:28 GMT"; arnews[4] += "
"; arnews[5]="Md. polar bear plunge canceled due to extreme cold
"; arnews[5] += "It was too cold even for some polar bears on Saturday. The second of two scheduled dips in the water at the 14th annual Polar Bear Plunge in Annapolis, Md."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 02:13:44 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("
");