var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Ravens try to avoid becoming another Colts victim
"; arnews[0] += "Other than the Indianapolis Colts themselves, the group of people happiest about the Colts' near-miracle comeback against the New England Patriots last Sunday night had to be the Baltimore Ravens."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:21:33 GMT"; arnews[0] += "
"; arnews[1]="Ravens try to avoid becoming another Colts victim
"; arnews[1] += "Other than the Indianapolis Colts themselves, the group of people happiest about the Colts' near-miracle comeback against the New England Patriots last Sunday night had to be the Baltimore Ravens."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:18:10 GMT"; arnews[1] += "
"; arnews[2]="Belichick's gamble against Colts made sense
"; arnews[2] += "Published: Saturday, November 21, 2009 at 8:31 a.m. Last Modified: Saturday, November 21, 2009 at 8:31 a.m. ``You play to win the game.'' That phrase has echoed throughout the NFL for years, ever since Herm Edwards uttered it while coaching the New York Jets."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 20:39:19 GMT"; arnews[2] += "
"; arnews[3]="Tom Brady Receives Little Blame for Loss to the Colts: Big Surprise
"; arnews[3] += "Almost a week removed from one of the greatest regular season games played in recent memory, my attention has turned to the media's treatment of Tom Brady after his Patriots fell short to the Indianapolis Colts, 35-34. Now, if you're sitting back and thinking to yourself that Tom Brady has little to be blamed for, you might very well be right."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:57:10 GMT"; arnews[3] += "
"; arnews[4]="NFL rundown
"; arnews[4] += "Philip Rivers : Reliable Phil, who's tossed touchdowns in eight of nine games he's played so far in 2009, has thrown for more majors against the Denver Broncos -- 13 in the eight games he's played them -- than he has against any other opponent."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 15:28:12 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("
");