var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Looking ahead at the NFC East race
";
arnews[0] += "Tony Romo and the Cowboys are currently in first place in the NFC East with a 6-3 record.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:38:15 GMT";
arnews[0] += "
";
arnews[1]="Desperation In The Air For Bears-Eagles Tilt
";
arnews[1] += "The Chicago Bears and Philadelphia Eagles find themselves in strikingly similar predicaments for this Sunday's key clash between the two slumping teams from historic Soldier Field.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:29:08 GMT";
arnews[1] += "
";
arnews[2]="Previewing Week 11 in the NFL
";
arnews[2] += "Running back Michael Turner leads Atlanta into New York to face the Giants today.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:07:31 GMT";
arnews[2] += "
";
arnews[3]="San Francisco 49ers at Green Bay Packers: How Green Bay Press-Gazette writers are picking it
";
arnews[3] += "The 49ers probably don't have enough punch against a Packers defense that plays the run well and a quarterback, Aaron Rodgers, who doesn't turn the ball over.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 00:07:02 GMT";
arnews[3] += "
";
arnews[4]="Was big win over Dallas Cowboys the start of wild-card playoff march for Green Bay Packers?
";
arnews[4] += "The Green Bay Packers have been here before, and not all that long ago. Mid-November. Five wins.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT";
arnews[4] += "
";
arnews[5]="Niners try to find road mojo in Green Bay
";
arnews[5] += "Winning on the road has been a quandary during the last year for the playoff-hopeful San Francisco 49ers.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:19:18 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("