var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sansevere's Huddle: Without Brett Favre the Vikings are a 9- to 10-win ... - Pioneer Press
";
arnews[0] += "Could the Vikings have been Super Bowl champions? Listen to sports columnist Bob Sansevere, deputy sports editor V. John Pluym and Vikings beat writer Rick Alonzo hash it out. If the Vikings didn't get the 12th-man penalty late in the fourth quarter ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:46:00 GMT";
arnews[0] += "
";
arnews[1]="Super Bowl's Twitter Winners? Coke, The Simpsons, Brett Favre, Betty ... - Advertising Age
";
arnews[1] += "First, a reminder that if you missed any of the spots, or if you just want to watch them again, you can view them all here . Get Ad Age ad critic Bob Garfield's take here . A chart tracking every single spot would be a unreadable morass of ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:12:00 GMT";
arnews[1] += "
";
arnews[2]="Player: Brett Favre - YAHOO!
";
arnews[2] += "A higher percentage of Americans watched the final episode of the M*A*S*H 27 years ago (approximately 45 percent of the population), but that was also in an era when cable was at its infancy and most people had just three networks from which to ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:47:00 GMT";
arnews[2] += "
";
arnews[3]="Brett Favre - Hartford Courant
";
arnews[3] += "MIAMI (AP) — Los Saints de Nueva Orleáns no le dieron respiro a Peyton Manning y en la agonía del partido le interceptaron un pase para proclamarse el domingo campeones del Super Bowl, al venir de atrás en una victoria 31-17 sobre los Colts de";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:46:00 GMT";
arnews[3] += "
";
arnews[4]="Time to look ahead - Minneapolis Star Tribune
";
arnews[4] += "As the Vikings await word from Brett Favre on whether he will return for the 2010 season, they also must begin getting ready for a year that appears as if it will be played without a salary cap. That will be the case if no new collective bargaining ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:22:00 GMT";
arnews[4] += "
";
arnews[5]="On money issues, and money players - San Francisco Chronicle
";
arnews[5] += "-- Bracing for war against the players' union, and apparently prepared to shut down the sport in 2011, NFL owners are essentially asking players to take enormous pay cuts to \"save\" the league. One problem with that: The league doesn't need saving ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:29:00 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("