var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jets' Revis up to task of shutting down Moss again
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 21 Nov 2009 01:27:17 GMT";
arnews[0] += "
";
arnews[1]="NFL picks
";
arnews[1] += "Midway through the National Football League season, some interesting trends are developing.";
arnews[1] += "
Publ.Date : Thu, 09 Nov 2006 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Paul Charchian's Fantasy Football Report
";
arnews[2] += "Paul Charchian is the founder of LeagueSafe.com, radio host on KFAN-AM 1130 and lead designer of the Best Buy Weekly Football Challenge.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:44:24 GMT";
arnews[2] += "
";
arnews[3]="Jonathan Comey's NFL Power Rankings -- Week 11
";
arnews[3] += "2. INDIANAPOLIS : Since 2005, Peyton Manning is 12-6 when having to throw 40+ passes.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 05:36:37 GMT";
arnews[3] += "
";
arnews[4]="Maurice Jones-Drew makes his case for mid-season MVP
";
arnews[4] += "I'm already re-thinking my ballot for mid-season Most Valuable Player. No, I'm not hedging on my choice of Peyton Manning.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 21:03:08 GMT";
arnews[4] += "
";
arnews[5]="Scobee's last-second kick lifts Jaguars over Jets
";
arnews[5] += "Josh Scobee kicked a 21-yard field goal as time expired after the Jaguars passed up a touchdown in order to drain the clock.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 20:44:44 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("