var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Graham: AFC East Final Word
";
arnews[0] += "In the first meeting of the season, Jets cornerback Darrelle Revis held Patriots receiver Randy Moss to four catches for 24 yards.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:24:43 GMT";
arnews[0] += "
";
arnews[1]="Revis Island is a lonely place
";
arnews[1] += "Darrelle Revis has heard enough about his last matchup with Randy Moss. The New York Jets cornerback just wants to move on to the next one.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:16:41 GMT";
arnews[1] += "
";
arnews[2]="Belichick's gamble against Colts made sense
";
arnews[2] += "\"You play to win the game.\" That phrase has echoed throughout the NFL for years, ever since Herm Edwards uttered it while coaching the New York Jets.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:55:34 GMT";
arnews[2] += "
";
arnews[3]="In Minnesota, Favre has found a rhythm with Rice
";
arnews[3] += "Brett Favre was on the sideline between possessions during a recent game, quizzing his receivers about what type of coverage they faced.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:55:17 GMT";
arnews[3] += "
";
arnews[4]="Hoover 34, Bob Jones 24
";
arnews[4] += "November 21, 2009 1:19 a.m. Hoover's Ryan Carter threw for 201 yards and a pair of touchdowns in the win over Bob Jones.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:51:30 GMT";
arnews[4] += "
";
arnews[5]="TOYOTA - NCWTS Homestead Post-Race Notes & Quotes
";
arnews[5] += "Author Topic: TOYOTA - NCWTS Homestead Post-Race Notes & Quotes 11-20-09 TOYOTA NASCAR Camping World Truck Series Post-Race Notes & Quotes Homestead-Miami Speedway - November 20, 2009 Timothy Peters was the top finishing Toyota driver in Friday night's NASCAR Camping World Truck Series race at Homestead-Miami Speedway.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:56:05 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("