var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Belichick's gamble against Colts made sense - Blueridgenow.com
"; arnews[0] += "``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. It's exactly what Bill Belichick was doing in Indianapolis last Sunday night. And as for ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:01:00 GMT"; arnews[0] += "
"; arnews[1]="Football and TV: Views on ratings increases, Thanksgiving duds, NFL ... - Modesto Bee
"; arnews[1] += "Not every business suffers in a slow economy. With less disposable income, more folks are staying home. It doesn't hurt that NFL games and most sporting events are appointment TV. Watching on TiVo, which can have a slight negative ratings effect, is ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:44:00 GMT"; arnews[1] += "
"; arnews[2]="Still Heated - DALLAS COWBOYS
"; arnews[2] += "Without Emmitt Smith, the Cowboys were no match, losing 35-16. Things changed dramatically some three months later. The Cowboys returned the favor with a 38-3 pasting of the Skins en route to a second straight Super Bowl. In 1995, the Cowboys were 4 ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:27:00 GMT"; arnews[2] += "
"; arnews[3]="SEC Football by the Numbers Week 12: Scoring first matters to Alabama ... - Everything Alabama Blog
"; arnews[3] += "ROGELIO SOLIS/Associated Press Florida coach Urban Meyer completed his fifth SEC season last week with a victory over South Carolina that gave him the highest winning percentage in conference games in league history and also lifted him into the top ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:33:00 GMT"; arnews[3] += "
"; arnews[4]="Tomlinson's big day leads San Diego past Philly - NFL
"; arnews[4] += "His 146 career touchdowns moves him into third all-time, passing Marcus Allen (145) and behind Emmitt Smith (175) and Jerry Rice (208). Tomlinson's 12,145 career rushing yards moves him ahead of Franco Harris for 12th all-time."; arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT"; arnews[4] += "
"; arnews[5]="Broncos vs. Chargers - CBS Sports
"; arnews[5] += "San Diego's chances for a fourth consecutive AFC West title looked slim, at best, following its home loss to Denver last month. However, the Chargers are undefeated since then and back in the hunt for the divisional crown while the Broncos are ..."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:09: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("
");document.write("
");