var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Charley Walters: Vikings can play better, Childress says
";
arnews[0] += "The Vikings have won eight of nine regular-season games, but they can play better, Brad Childress says.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:51:41 GMT";
arnews[0] += "
";
arnews[1]="Click for Alice in Chains Fantasy Football League
";
arnews[1] += "Kenny Wayne Shepherd has been on a rookie roll with his loaded fantasy football roster.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:30:05 GMT";
arnews[1] += "
";
arnews[2]="Capsule Preview |
";
arnews[2] += "That won't be easy. He's No. 2 in the league in rushing and the reigning heavyweight champ when it comes to punishing a defense.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:25:05 GMT";
arnews[2] += "
";
arnews[3]="Can Vikings add another layer of polish vs. Seahawks?
";
arnews[3] += "A losing season is now out of the equation for the 2009 Minnesota Vikings, not that such a notion had ever really entered this talented team's scope.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:18:35 GMT";
arnews[3] += "
";
arnews[4]="Seahawks in for long day against loaded Vikings?
";
arnews[4] += "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[4] += "
Publ.Date : Sat, 21 Nov 2009 23:12:20 GMT";
arnews[4] += "
";
arnews[5]="Seahawks Insider Podcast 11-21
";
arnews[5] += "How will the Seahawks try and contain explosive Minnesota running back Adrian Peterson on Sunday? How important of a role will running back Justin Forsett play in Seattle's offense this week? And how will the Seahawks deal with Jared Allen, the Williams duo and the rest of Minnesota's talented defensive line? We tee up those questions and others in ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:58:14 GMT";
arnews[5] += "
";
arnews[6]="NFL previews, picks
";
arnews[6] += "Washington showed some signs of life in beating Denver last week. Still in critical condition, however.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 19:02:04 GMT";
arnews[6] += "
";
arnews[7]="Seattle Limps into Week 11: Seahawks Run the Ball and Look Toward 2010
";
arnews[7] += "Nine games into the season and the Seahawks figured out how to run the ball. Losing their top rusher in Julius Jones early in the game led to a break out game for a player that had previously been on the waiver wire; Justin Forsett.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 17:06:10 GMT";
arnews[7] += "
";
arnews[8]="Questions with Bob: St. John's football coach John Gagliardi
";
arnews[8] += "This is nothing new in Collegeville: The St. John's University football team is involved in the postseason.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 15:30:14 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("