var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NFL Roundup
";
arnews[0] += "Published: Saturday, November 21, 2009 at 12:38 a.m. Last Modified: Saturday, November 21, 2009 at 12:38 a.m. LB Pierce Out EAST RUTHERFORD, N.J. New York Giants linebacker Antonio Pierce is out indefinitely after an MRI exam surprisingly revealed a bulging disk in his neck.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:17:34 GMT";
arnews[0] += "
";
arnews[1]="Kick cover units aim to make big impact
";
arnews[1] += "James Holt, from his \"R4\" position, four players from the right, the second man in from the kicker, ran down the field, weaved through a forest of Philadelphia Eagles, honed in on and then launched himself at returner Jeremy Maclin.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:09:14 GMT";
arnews[1] += "
";
arnews[2]="Colts, Giants expected to come out on top
";
arnews[2] += "The following are my NFL picks for Week 11 of the season. They are done strictly on which teams I think will win and which ones I think will lose -- not with or against the odds.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:41:44 GMT";
arnews[2] += "
";
arnews[3]="Matt Youmans: Time is now for Eagles after back-to-back losses
";
arnews[3] += "If the Philadelphia Eagles are to emerge as something other than phonies, it's imperative that coach Andy Reid and quarterback Donovan McNabb show some urgency.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:12:01 GMT";
arnews[3] += "
";
arnews[4]="Eagles, Bears in similar spot
";
arnews[4] += "Donovan McNabb called it a \"must win,\" and just to be clear, he was only referring to his Philadelphia Eagles.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:00:00 GMT";
arnews[4] += "
";
arnews[5]="Big Blue has one good win in last 14
";
arnews[5] += "The statute of limitations on the 2009 Giants feeling good about themselves expired after about six hours.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:51:41 GMT";
arnews[5] += "
";
arnews[6]="Childress signs extension with Vikings
";
arnews[6] += "The man who brought Brett Favre to the Minnesota Vikings will be sticking around for a while.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:41:14 GMT";
arnews[6] += "
";
arnews[7]="Westbrook to miss next three games
";
arnews[7] += "Coach Andy Reid confirmed what seemed to be implied in a statement released by Pittsburgh concussion specialists on Wednesday concerning Brian Westbrook 's immediate future: that the running back is out for the next three games.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 10:12:50 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("