var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Part 10 (2006): Battle of unbeatens
"; arnews[0] += "All this week on the projo PatsBlog, Jim Donaldson will be reliving the 13 games played by the Colts and the Patriots this decade, when the two former AFC East doormats became the hottest rivalry in the NFL."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:57:56 GMT"; arnews[0] += "
"; arnews[1]="CAESAR: Week 11 NFL picks
"; arnews[1] += "BROWNS AT LIONS When: Noon. Line: Lions by 3 1/2 Synopsis: This one has about as much pop as an open can of soda that's been sitting on the table all day."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:51:45 GMT"; arnews[1] += "
"; arnews[2]="It all comes back to Peppers
"; arnews[2] += "It's not Julius Peppers' fault he broke his right hand in New Orleans, and it's certainly not his fault Thomas Davis went down the same day or Jordan Gross the next week."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:39:25 GMT"; arnews[2] += "
"; arnews[3]="Pats-Jets matchup has different feel this time
"; arnews[3] += "The New England Patriots are determined to bounce back from their big loss. No, not that one."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:37:40 GMT"; arnews[3] += "
"; arnews[4]="Fentress: Week 11 NFL picks
"; arnews[4] += "Philadelphia Eagles wide receiver DeSean Jackson breaks free momentarily with a short pass as San Diego Chargers' Steve Gregory and Larry English move in for the tackle during the first quarter of a NFL football game Sunday Nov."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:28:23 GMT"; arnews[4] += "
"; totcount = 5; 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("
");