var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Portrait of Manning After Defeat
"; arnews[0] += "What was it like to be Peyton Manning in the moments after defeat? After losing a Super Bowl that many had conceded to him - then facing reporters who wanted to talk about the one thing he probably wanted to forget? Carlos Frias of The Palm Beach Post: did what good reporters do: He got to the scene and observed the details."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:49:53 GMT"; arnews[0] += "
"; arnews[1]="What NFL teams need heading into the draft
"; arnews[1] += "The Super Bowl's over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT"; arnews[1] += "
"; arnews[2]="NFL: Forget Super Bowl, it's time to think about next season
"; arnews[2] += "The Super Bowl is over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:41:04 GMT"; arnews[2] += "
"; arnews[3]="Final Ultimate Quarterback Efficiency Rating
"; arnews[3] += "Author's note: I have been patiently awaiting the season's end to present you with this gem, enjoy! This thread presents the Final Ultimate Quarterback Efficency Rating for the end of the 2009 NFL Season."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:23:49 GMT"; arnews[3] += "
"; arnews[4]="16 minutes ago
"; arnews[4] += "HA HA HA HA HA HA HA HA...I LOVE A GOOD CONSPIRACY STORY BUT THAT IS ABSOLUTLEY LUDICROUS! THE NFL ISN'T \"SPORTS ENTERTAINMENT\" OR WWF WRESTLING ...\"C'MON MAAAAAAN!\" Colts LOST END OF STORY."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:22:03 GMT"; arnews[4] += "
"; arnews[5]="Here We Go Again! Drew Brees' Ring Intensifies Quarterback Conundrum
"; arnews[5] += "First of all - Congratulations to Drew Brees and the New Orleans Saints. I also want to congratulate all the pre-Katrina Saints fans."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 03:43:11 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("
");