var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Belichicka s 4th-down decision made sense
"; 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."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Football and TV: Views on ratings increases, Thanksgiving duds, NFL Network squabbles and more
"; arnews[1] += "For every action in the television football world, there is a reaction: Action: The most watched show on all of television is the late Sunday afternoon doubleheader game on Fox and CBS, which is averaging 23.9 million viewers, up 8 percent from last year."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:56:16 GMT"; arnews[1] += "
"; arnews[2]="Belichick's gamble against Colts made sense
"; arnews[2] += "\"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 06:55:34 GMT"; arnews[2] += "
"; arnews[3]="SEC Football by the Numbers Week 12: Scoring first matters to...
"; arnews[3] += "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 spot for winning percentage among active coaches."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:09:20 GMT"; arnews[3] += "
"; arnews[4]="Eatman: Make No Mistake, Redskins Still Biggest Rival
"; arnews[4] += "For some people, the Giants have jumped into the lead for the Cowboys' biggest rival."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:27:00 GMT"; arnews[4] += "
"; arnews[5]="Tough time for Henry
"; arnews[5] += "Chris Henry is experiencing a different kind of hardship. The Bengals receiver broke both bones in his left forearm during a win over Baltimore two weeks ago."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:35:45 GMT"; arnews[5] += "
"; arnews[6]="No headline - WF_death_notices_1120
"; arnews[6] += "Ronnie Powers, 65, of Walters, Okla. died Tuesday, Nov. 17, 2009, in Lawton, Okla."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 06:58:02 GMT"; arnews[6] += "
"; totcount = 7; 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("
");