var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saturday Smoke Signals: Crush the Cowboys
";
arnews[0] += "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[0] += "
Publ.Date : Sun, 22 Nov 2009 00:24:18 GMT";
arnews[0] += "
";
arnews[1]="Was big win over Dallas Cowboys the start of wild-card playoff march for Green Bay Packers?
";
arnews[1] += "The Green Bay Packers have been here before, and not all that long ago. Mid-November. Five wins.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT";
arnews[1] += "
";
arnews[2]="The Point After: New Orleans Saints, Drew Brees next in line to...
";
arnews[2] += "By John Romano and Gary Shelton , Times Sports Columnists In Print: Sunday, November 22, 2009 JR: Okay, Gary.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:51:07 GMT";
arnews[2] += "
";
arnews[3]="Jerry McDonald: Charles Woodson, 33, becoming elite player
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 23:39:59 GMT";
arnews[3] += "
";
arnews[4]="Niners try to find road mojo in Green Bay
";
arnews[4] += "Winning on the road has been a quandary during the last year for the playoff-hopeful San Francisco 49ers.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:19:18 GMT";
arnews[4] += "
";
arnews[5]="Cowboys seek to start new winning streak vs. Redskins
";
arnews[5] += "Both the Dallas Cowboys and Washington Redskins experienced a reversal of recent fortunes in their previous games.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:18:44 GMT";
arnews[5] += "
";
arnews[6]="Seahawks in for long day against loaded Vikings?
";
arnews[6] += "Vikings quarterback Brett Favre will be making his 301st consecutive start on Sunday against a Seahawks defense led by linebackers Aaron Curry and David Hawthorne, who total 13 NFL starts between them.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:12:20 GMT";
arnews[6] += "
";
arnews[7]="Several books perfect for fans of the gridiron
";
arnews[7] += "Game Day: Craig James, veteran football analyst and commentator for ABC and ESPN, is the author of \"Game Day: A Rollicking Journey to the Heart of College Football\" . James, who grew up in Texas and was a star running back for SMU, lives in Texas with his wife Marilyn.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:10:00 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("