var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lions starting guard Stephen Peterman out for season
"; arnews[0] += "The Lions put starting right guard Stephen Peterman on injured reserve Friday, ending his season, and he's expected to undergo ankle surgery next week."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:33:39 GMT"; arnews[0] += "
"; arnews[1]="Stewart gives Vikings' receivers and edge
"; arnews[1] += "Associated Press Vikings wide receiver Sidney Rice catches a pass for a gain of 56 yards against the Lions in last Sunday's game."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:07:06 GMT"; arnews[1] += "
"; arnews[2]="Vikings' Henderson off his game
"; arnews[2] += "E.J. Henderson is a man of few words, so it comes as no surprise that the Minnesota Vikings' middle linebacker refuses to make excuses when he talks about his performance this season."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 11:05:46 GMT"; arnews[2] += "
"; arnews[3]="Colts' next stop is their old home
"; arnews[3] += "Indianapolis at Baltimore : The last time an unbeaten team came to Baltimore, the Ravens exposed the Denver Broncos as frauds."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 11:00:00 GMT"; arnews[3] += "
"; arnews[4]="Five things to watch Browns-Lions
"; arnews[4] += "Regaining his starting job Monday night against the Baltimore Ravens, Browns quarterback Brady Quinn struggled, throwing two interceptions that led to nine points in a 16-0 Ravens victory."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 10:55:59 GMT"; arnews[4] += "
"; arnews[5]="NFL Week 11 Preview Capsules
"; arnews[5] += "Cleveland at Detroit Aside from fans stuck with tickets to this one, we should feel sorry for Don Criqui and Randy Cross, the CBS announcers assigned to describe the, uh, action."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 10:38:49 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("
");