var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Williams' four scores lift Hokies over NC State
"; arnews[0] += "Ryan Williams powered his way to 120 yards and four touchdowns on 32 carries as 16th-ranked Virginia Tech downed North Carolina State, 38-10, at Lane Stadium."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:47:34 GMT"; arnews[0] += "
"; arnews[1]="Was big win over Dallas Cowboys the start of wild-card playoff march for Green Bay Packers?
"; arnews[1] += "The Green Bay Packers have been here before, and not all that long ago. Mid-November. Five wins."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:06:47 GMT"; arnews[1] += "
"; arnews[2]="NFL news and notes for Week 11
"; arnews[2] += "The undefeated Saints come to town today as one of a few teams with a comfortable lead in their division race, owning a four-game edge over the Falcons with seven to play ."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 23:48:42 GMT"; arnews[2] += "
"; arnews[3]="TV clicks and picks
"; arnews[3] += "Colts are undefeated, Ravens have lost four of their last six, yet Baltimore is just a one-point underdog."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:24:34 GMT"; arnews[3] += "
"; arnews[4]="Seahawks could learn a little about rushing the passer from Vikings
"; arnews[4] += "Pressure can burst pipes or batter quarterbacks, and in the NFL the best way to disrupt an opposing offense is to get large, snarling defensive linemen in the opponent's backfield."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 23:21:55 GMT"; arnews[4] += "
"; arnews[5]="Road warrior Cardinals head to former home of St. Louis
"; arnews[5] += "Larry Fitzgerald #11 of the Arizona Cardinals breaks a tackle by Kelly Jennings #21of the Seattle Seahawks at Qwest Field on October 18, 2009 in Seattle, Washington."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 23:21:50 GMT"; arnews[5] += "
"; arnews[6]="Ravens try to avoid becoming another Colts victim
"; arnews[6] += "Quarterback Peyton Manning #18 of the Indianapolis Colts looks on in the second quarter against the Arizona Cardinals during the game at University of Phoenix Stadium on September 27, 2009 in Glendale, Arizona."; arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 23:21:33 GMT"; arnews[6] += "
"; arnews[7]="Can Vikings add another layer of polish vs. Seahawks?
"; arnews[7] += "A losing season is now out of the equation for the 2009 Minnesota Vikings, not that such a notion had ever really entered this talented team's scope."; arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 23:18:35 GMT"; arnews[7] += "
"; totcount = 8; 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("
");