var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Starting with Pats, Jets have no margin for error
";
arnews[0] += "The Jets have gone 1-5 in their last six games and fallen way behind in the wild-card standings.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:25:58 GMT";
arnews[0] += "
";
arnews[1]="Up Close With: Patriots defensive back Kyle Arrington
";
arnews[1] += "After the Patriots' win over the Dolphins two weeks ago, there may not have been a happier player in the locker room than Kyle Arrington.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:20:01 GMT";
arnews[1] += "
";
arnews[2]="Myers: A loss and Jets will be embarrassing themselves
";
arnews[2] += "FOXBOROUGH - Rex Ryan has no place to turn if the Jets lose to the Patriots Sunday.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:16:27 GMT";
arnews[2] += "
";
arnews[3]="Home finale a rousing one for Tide seniors
";
arnews[3] += "It seemed only fitting that on Senior Day for the Alabama Crimson Tide, three seniors made four big plays in a 45-0 rout of overmatched UT-Chattanooga at Bryant-Denny Stadium Saturday afternoon.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:16:25 GMT";
arnews[3] += "
";
arnews[4]="From Browns to Jets, for More of the Same
";
arnews[4] += "Braylon Edwards, above in the Jets' loss to Jacksonville last Sunday, has caught 16 passes for 271 yards and 2 scores in five games with the Jets.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:08:23 GMT";
arnews[4] += "
";
arnews[5]="Jim Donaldson: Rex Ryan may not realize it, but there's no crying in football
";
arnews[5] += "Jets coach Cryin' Rex Ryan is 300-plus pounds of blubber. The big fella is a big baby.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:00:04 GMT";
arnews[5] += "
";
arnews[6]="Chargers on a roll for their showdown with Broncos
";
arnews[6] += "A month ago, the San Diego Chargers' chances of making the NFL play-offs seemed remote and the Denver Broncos looked as though they were going to canter into the post-season. The impressive Broncos had won their first six games.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:46:32 GMT";
arnews[6] += "
";
arnews[7]="Cincinnati Bengals are Bungles no more
";
arnews[7] += "Disillusioned Raiders fans used to be able to count on the Cincinnati Bengals as one of the few teams that made their team's tailspin somewhat palatable.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:39:32 GMT";
arnews[7] += "
";
arnews[8]="UMass football allows 500 yards passing and loses 52-38 to Hofstra, finishes 5-6
";
arnews[8] += "Any hopes of a Football Championship Subdivision playoff berth for the University of Massachusetts ended last week with a loss to James Madison.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 23:29:16 GMT";
arnews[8] += "
";
totcount = 9;
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("