var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Saints Plan to Hold On to Lombardi Trophy
"; arnews[0] += "Once New Orleans coach Sean Payton wrapped his hands around the Lombardi Trophy on Monday morning, he never let go -- carrying it by his side after his morning news conference and holding it as he prepared to climb in a limo taking him to the airport."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:30:03 GMT"; arnews[0] += "
"; arnews[1]="Payton, Brees bask in glory of New Orleans' title
"; arnews[1] += "Wearing Mardi Gras beads and clearly exhausted from a late night of post-Super Bowl celebrations, Sean Payton leaned on a podium, clutching the Vince Lombardi trophy in his right hand."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:59:53 GMT"; arnews[1] += "
"; arnews[2]="Sansevere's Huddle: Without Brett Favre the Vikings are a 9- to...
"; arnews[2] += "Could the Vikings have been Super Bowl champions? Listen to sports columnist Bob Sansevere, deputy sports editor V. John Pluym and Vikings beater writer Rick Alonzo hash it out."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:59:31 GMT"; arnews[2] += "
"; arnews[3]="Brees brings home MVP to the Big Easy
"; arnews[3] += "In a city that has struggled in both the world of sports and in day-to-day life, Drew Brees has brought a smile to the faces of the New Orleans residents."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Is Texans Schaub the next elite, Super Bowl quality quarterback?
"; arnews[4] += "Where does Matt Schaub fit among the league's top QBs. Houston Texans.com The NFL game is clearly evolving."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Payton, Brees bask in Super Bowl glory
"; arnews[5] += "Clearly exhausted from a late night of post-Super Bowl celebrations, Sean Payton leaned on a podium yesterday morning, clutching the Vince Lombardi trophy in his right hand."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 19:55:09 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("
");document.write("
");