var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="NFL: 49ers pay for Rodgers draft snub, Green Bay wins 30-24
"; arnews[0] += "NFL: 49ers pay for Rodgers draft snub, Green Bay wins 30-24 -"; arnews[0] += "
"; arnews[1]="Andrea Sign: Aaron Rodgers street sign stolen: Visit www.fox11online.com for the full t&#.. http://bit.ly/57H8UB
"; arnews[1] += "Aaron Rodgers street sign stolen: Visit www.fox11online.com for the full t&#.."; arnews[1] += "
"; arnews[2]="Andrea Sign: Aaron Rodgers street sign stolen: Visit www.fox11online.com for the full t&#.. http://bit.ly/57H8UB
"; arnews[2] += "Aaron Rodgers street sign stolen: Visit www.fox11online.com for the full t&#.."; arnews[2] += "
"; arnews[3]="John Boitnott: RT @RyanLeong: says Aaron Rodgers passing for 344 yds and 2 TDs was his way of saying that's what you get for not picking me 49ers!!!
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Marin Independent Journal: Aaron Rodgers doesn't gloat after Packers beat 49ers http://bit.ly/5EXVRA
"; arnews[4] += "Aaron Rodgers doesn't gloat after Packers beat 49ers"; 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("
");