var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="NFL Rumor Mill: Denver Broncos Reportedly in Trade Talks for an Eagles QB
"; arnews[0] += "It's been a long time since I've seen a team chock full of talent at a single position, but the Philadelphia Eagles are exactly thata 'a team with too much talent at quarterback."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:50:07 GMT"; arnews[0] += "
"; arnews[1]="Mock Draft 2010 Fans Picks: Cleveland Pick No.7
"; arnews[1] += "Here at B/R we are lucky enough to have a community of fans who take pride in their teams and the players they draft."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:49:26 GMT"; arnews[1] += "
"; arnews[2]="Fan blog: Why should Peyton get full blame?
"; arnews[2] += "I like the redsox,celtics,patriots and penguins. my favorite band and song is gotta be somebody and the band nickelback."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:12:36 GMT"; arnews[2] += "
"; arnews[3]="Plant's Wilder heads Sentinel's top state recruits list
"; arnews[3] += "With National Signing Day 2010 already past, schools and recruiting services are looking ahead to Class of 2011."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 21:38:32 GMT"; arnews[3] += "
"; arnews[4]="Shanahan's plan will become clearer over next month
"; arnews[4] += "The end of the Super Bowl marks the beginning of the NFL's offseason, which figures to be a busy time for the Redskins' new management team."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:29:25 GMT"; arnews[4] += "
"; arnews[5]="Joyner: Evaluating Jimmy Clausen in the NFL
"; arnews[5] += "What this is: During the year, Football Scientist K.C. Joyner has evaluated top NFL draft prospects."; arnews[5] += "
Publ.Date : Sat, 30 Jan 2010 12:45: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("
");