var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Loudoun schools continue to help Haiti
"; arnews[0] += "Charitable efforts continue throughout Loudoun County Public Schools to help victims of the Jan."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:52:06 GMT"; arnews[0] += "
"; arnews[1]="Shanahan's plan will become clearer over next month
"; arnews[1] += "The end of the Super Bowl marks the beginning of the NFL's offseason, which figures to be a busy time for the Redskins' new management team."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:29:25 GMT"; arnews[1] += "
"; arnews[2]="NFL Power Rankings: 2010 Postseason Finale
"; arnews[2] += "The New Orleans Saints have won Super Bowl XLIV, closing the book on the 2009 NFL regular season and 2010 NFL postseason."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:00:44 GMT"; arnews[2] += "
"; arnews[3]="Ex-Redskins OL Grimm gets to hog spotlight after HOF announcement
"; arnews[3] += "Russ Grimm wasn't sure when, if ever, he'd make to the pro football Hall of Fame, but he said his selection Saturday made it \"a great day in my life.\" The Arizona Cardinals assistant head coach and offensive line coach was honored for his 11 seasons as guard on the Washington Redskins' famed Hogs offensive line."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:44:34 GMT"; arnews[3] += "
"; arnews[4]="Date Changed For Broncos Game Against VA Tech
"; arnews[4] += "Boise State University's football game next season against Virginia Tech at Fed Ex Field in Washington, DC, has been moved to Labor Day ."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:11:56 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("
");