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]="Can Vikings Add Another Layer Of Polish Vs. Seahawks?
";
arnews[2] += "A losing season is now out of the equation for the 2009 Minnesota Vikings, not that such a notion had ever really entered this talented team's scope.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:28:57 GMT";
arnews[2] += "
";
arnews[3]="Fanfare: Coach of 9-0 Saints wanted UK job
";
arnews[3] += "Sean Payton is architect of one of the most prolific - and entertaining - offenses in pro football history.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:25:28 GMT";
arnews[3] += "
";
arnews[4]="Westbrook Could Miss the Next Three Games
";
arnews[4] += "Eagles running back Brian Westbrook is expected to miss the next three games of the season as he recovers from his second concussion in less than a month, according to Coach Andy Reid .";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 02:17:50 GMT";
arnews[4] += "
";
arnews[5]="49ers know pressure means more than sacks
";
arnews[5] += "Everybody knows what a sack looks like. That's when a defense player tackles the passer behind the line of scrimmage, often leaving a quarterback-sized imprint in the turf.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:12:36 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("