var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="One NFL Fan Rant to Another
"; arnews[0] += "Refer to Photograph. \" Damn, this phone number is smeared. I got to get some of that! Huh? Whats the play? C'mon Ben, distractions, distractions, distractions."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:22:05 GMT"; arnews[0] += "
"; arnews[1]="Week 11: Steelers Key Matchup
"; arnews[1] += "Roethlisberger is coming off his worst game of the year last week against the Bengals."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:52:32 GMT"; arnews[1] += "
"; arnews[2]="Experience becomes issue for Chiefs' Haley
"; arnews[2] += "Of the 32 current head coaches in the NFL, Todd Haley is the only one who didn't play college football."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:52:18 GMT"; arnews[2] += "
"; arnews[3]="Tribute | Rose Maier Ruf was creative and caring
"; arnews[3] += "Who: Rose Maier Ruf, 92, of Kansas City.When and how she died: Oct. 15, of natural causes.A humble start: Rose was a first-generation American whose parents moved to Kansas City from a German colony in Russia."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 07:29:40 GMT"; arnews[3] += "
"; arnews[4]="Chiefs' Haley coaches by the book
"; arnews[4] += "It was years ago when Todd Haley got the book, before the pages were creased and stained with highlighter marks."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:29:02 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("
");