var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seahawks in for long day against loaded Vikings?
";
arnews[0] += "Vikings quarterback Brett Favre will be making his 301st consecutive start on Sunday against a Seahawks defense led by linebackers Aaron Curry and David Hawthorne, who total 13 NFL starts between them.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:53:11 GMT";
arnews[0] += "
";
arnews[1]="Kurt Warner loves life in the desert
";
arnews[1] += "Coming back to St. Louis is no longer such a big deal for Arizona quarterback Kurt Warner.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:02:09 GMT";
arnews[1] += "
";
arnews[2]="Ap Impact: Nearly a fifth of 160 NFL players asked said they hid effects of concussions
";
arnews[2] += "In this Sept. 27, 2009, file photo, St. Louis Rams linebacker David Vobora leaves the field after the fourth quarter of an NFL football game against the Green Bay Packers in St.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:06:32 GMT";
arnews[2] += "
";
arnews[3]="Seahawks suffering from pass rush blues
";
arnews[3] += "While it's no secret that every defense in football wants to pressure the opposing quarterback, never was the need for a pass rush more apparent than in Seattle's loss last week to Arizona.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:05:02 GMT";
arnews[3] += "
";
arnews[4]="Jim Schwartz's team hasn't won since Week 3 -- 19-14 over Washington.
";
arnews[4] += "The Lions have lost big for a decade, but this is a time for them to think big. Big, for the Lions, is the potential to win two straight games and what that would mean to this struggling franchise.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:31:28 GMT";
arnews[4] += "
";
arnews[5]="Fearless Prediction: Seahawks
";
arnews[5] += "KICKOFF: Sunday, 1 p.m. ET SURFACE: FieldTurf TV: FOX KEYS TO THE GAME: Vikings QB Brett Favre is successfully exploiting defenses that stack the box against RB Adrian Peterson, and the Seahawks face a similar dilemma as they did with Arizona's Kurt Warner last week.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:17:10 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("