var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ranking the NFL coaches: Despite gaffe, Belichick still the best
";
arnews[0] += "Every weekend 32 men lead their NFL squads into battle, but are they really qualified to do so? Lets take a look and see: 32.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:57:29 GMT";
arnews[0] += "
";
arnews[1]="The Makings of a Defensive Struggle?
";
arnews[1] += "As the Chargers ready themselves for the colossal tilt in Denver this on Sunday, there still is no definitive word on who will be under center for the Donkeys.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:27:04 GMT";
arnews[1] += "
";
arnews[2]="Saturday Smoke Signals: Crush the Cowboys
";
arnews[2] += "To get you in the right mood for Sunday's game, check out this must-read from Big Stein about interviews given this week by DE Dexter Manley and DT Darryl Grant , two Redskins greats who forged legendary victories over the Dallas Cowboys in the 1980s.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:24:18 GMT";
arnews[2] += "
";
arnews[3]="Chargers on a roll for their showdown with Broncos
";
arnews[3] += "A month ago, the San Diego Chargers' chances of making the NFL play-offs seemed remote and the Denver Broncos looked as though they were going to canter into the post-season. The impressive Broncos had won their first six games.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:46:32 GMT";
arnews[3] += "
";
arnews[4]="Dallas: Different budgets, different results
";
arnews[4] += "Albert Haynesworth has made an impact for the Redskins, but at 3-6 was $100 million worth it? The Redskins were big spenders in the offseason with the goal of challenging for the NFC East title and making a deep run into the playoffs.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:40:49 GMT";
arnews[4] += "
";
arnews[5]="Jerry McDonald: Charles Woodson, 33, becoming elite player
";
arnews[5] += "It was nearly a decade ago that veteran cornrback Eric Allen sat in the Raiders' locker room and said he fully expected Charles Woodson to go from Pro Bowl cornerback to defensive cornerstone.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:39:59 GMT";
arnews[5] += "
";
arnews[6]="Bell: Who's hurting?
";
arnews[6] += "Hooray! No more byes. Unfortunately, as we found out in Week 10 when only two teams were resting, when there are more players playing the game, there are more injuries.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:28:50 GMT";
arnews[6] += "
";
arnews[7]="Broncos seek to alter familiar script vs. Chargers
";
arnews[7] += "Stop us if you've heard this one before. The Denver Broncos burst from the gates with a series of victories and appear ready to wake up the echoes of their halcyon days of John Elway and Terrell Davis as kings of the AFC West.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:19:05 GMT";
arnews[7] += "
";
totcount = 8;
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("