var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fan blog: Why should Peyton get full blame?
"; arnews[0] += "I like the redsox,celtics,patriots and penguins. my favorite band and song is gotta be somebody and the band nickelback."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:12:36 GMT"; arnews[0] += "
"; arnews[1]="NFC West situations at left tackle
"; arnews[1] += "Walter Jones ' potential departure from the Seahawks through retirement or other means shouldn't affect the team's plans much."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:14:25 GMT"; arnews[1] += "
"; arnews[2]="The NFL's top 10 games this season
"; arnews[2] += "From Brett Favre's heroics to Bill Belichick's gamble to Drew Brees' leadership, the NFL season's best games are revisited."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:28:25 GMT"; arnews[2] += "
"; arnews[3]="L.A.: Teen Drama
"; arnews[3] += "David Sills looks young, but throws like a veteran. The whirlwind journey of David Sills from a 13-year-old middle school quarterback to the most talked about college recruit in the nation continued late Friday night as he boarded a train with his mother, Denise, father, David Sills IV and his two older sisters, Emma, 17, and Abby, 14, from their ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:32:14 GMT"; arnews[3] += "
"; arnews[4]="Offseason Preview: Arizona Cardinals
"; arnews[4] += "Arizona Cardinals 2009 record: 10-6 2010 first-round pick: No. 25 Head coach: Ken Whisenhunt Areas of Need: The Cardinals fell short in their quest to repeat as NFC Champs and now must move forward without star quarterback Kurt Warner , who retired in January."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:47:51 GMT"; arnews[4] += "
"; arnews[5]="Revisiting the NFL seasona s top 10 games
"; arnews[5] += "Think Brett Favre magic is a thing of the past? Not so fast. In a Week 3 game against San Francisco, Minnesota's Favre fired a 32-yard touchdown pass to Greg Lewis with two seconds to play for a 27-24 victory at the Metrodome."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:28:34 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("
");