var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Eagles' Brown pledges to play
";
arnews[0] += "But for a team decimated by injuries, Brown's hamstring strain doesn't register the way it might for another player because the cornerback has been so reliable in his eight seasons in Philadelphia.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:30:06 GMT";
arnews[0] += "
";
arnews[1]="Eagles defense leaning on line
";
arnews[1] += "With their backs against the wall, the Eagles turn to their healthiest and freshest set of legs Sunday to get back in the win column.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:42:49 GMT";
arnews[1] += "
";
arnews[2]="Sheldon Brown questionable, but says he can play for Eagles
";
arnews[2] += "The Eagles are listing Sheldon Brown as questionable for Sunday night's game against Chicago, but the only question is whether the coaching staff believes he can play.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:42:12 GMT";
arnews[2] += "
";
arnews[3]="Post a Comment
";
arnews[3] += "Kyle Orton missed a third consecutive practice Friday because of a sprained left ankle and has only an outside chance of playing Sunday when the Denver Broncos and San Diego Chargers meet with first place in the AFC West on the line.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:18:47 GMT";
arnews[3] += "
";
arnews[4]="Matt Youmans: Time is now for Eagles after back-to-back losses
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 12:12:01 GMT";
arnews[4] += "
";
arnews[5]="Krieger: QB a great story, but bad timing
";
arnews[5] += "In almost any other circumstance, Chris Simms' first NFL start since 2006 would be a triumphant story of the power of the human will.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:40:12 GMT";
arnews[5] += "
";
arnews[6]="Colts still the one, injuries
";
arnews[6] += "Francisco missed last week's game, so the Colts will be without one of their best special-teams guys.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 11:36:44 GMT";
arnews[6] += "
";
arnews[7]="Gidget returns to her old ways
";
arnews[7] += "It seemed like Gidget, the Denver Zoo's prognosticating sea lion, had finally jumped on the Denver Broncos' bandwagon this season.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 11:07:11 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("