var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Was big win over Dallas Cowboys the start of wild-card playoff march for Green Bay Packers?
";
arnews[0] += "The Green Bay Packers have been here before, and not all that long ago. Mid-November. Five wins.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT";
arnews[0] += "
";
arnews[1]="Chargers on a roll for their showdown with Broncos
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 23:46:32 GMT";
arnews[1] += "
";
arnews[2]="Jerry McDonald: Charles Woodson, 33, becoming elite player
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 23:39:59 GMT";
arnews[2] += "
";
arnews[3]="Giants vs. Falcons preview
";
arnews[3] += "So after what seems like a month, the Giants will resume their 2009 season tomorrow at home against the Atlanta Falcons.A Things are probably a bit somber around Giants Stadium today, however, after the team learned LB Antonio Pierce will be out indefinitely with a bulging disc in his neck.A Still, the G-men should and need to take care of business ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:38:42 GMT";
arnews[3] += "
";
arnews[4]="Bell: Who's hurting?
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 23:28:50 GMT";
arnews[4] += "
";
arnews[5]="Streaking Saints vying for crisper performance in Tampa Bay
";
arnews[5] += "Quarterback Drew Brees #9 of the New Orleans Saints moves to pass the ball during the game against the Buffalo Bills at Ralph Wilson Stadium on September 27, 2009 in Orchard Park, New York.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:22:10 GMT";
arnews[5] += "
";
arnews[6]="Playoff prospects will dim for Giants-Falcons loser
";
arnews[6] += "Quarterback Matt Ryan #2 of the Atlanta Falcons drops back to pass against the St.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:20:59 GMT";
arnews[6] += "
";
totcount = 7;
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("