var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="UrNextX: Tony Gonzalez and Wife: Nude For PETA! http://bit.ly/5npiu0
"; arnews[0] += "Tony Gonzalez and Wife: Nude For PETA!"; arnews[0] += "
"; arnews[1]="David Meyer: Can never decide between Vernon Davis and Tony Gonzalez. Leaning towards Davis, but I'm thinking Gonzalez has a better QB and Turner is out.
"; arnews[1] += "Can never decide between Vernon Davis and Tony Gonzalez. Leaning towards Davis, but I'm thinking Gonzalez has a better QB and Turner is out."; arnews[1] += "
"; arnews[2]="Earlier this week, Giants defensive coordinator Bill Sheridan mentioned Falcons TE Tony Gonzalez as the team's premiere third down threat. On Gonzalez's first down reception on 3rd and 3, Falcons QB Matt Ryan targeted Giants S/CB Aaron Ross, who was play very far off the line.
"; arnews[2] += "Earlier this week, Giants defensive coordinator Bill Sheridan mentioned Falcons TE Tony Gonzalez as the team's premiere third down threat. On Gonzalez's first down reception on 3rd and 3, Falcons QB Matt Ryan targeted Giants S/CB Aaron Ross, who was play very far off the line. -"; arnews[2] += "
"; arnews[3]="Nice pass breakup by Mathias Kiwanuka on Tony Gonzalez, but enough with the DEs in coverage, especially on good TEs. Please. #nyg
"; arnews[3] += "Nice pass breakup by Mathias Kiwanuka on Tony Gonzalez, but enough with the DEs in coverage, especially on good TEs. Please."; arnews[3] += "
"; arnews[4]="brian bickersmith: TOUCHDOWN TONY GONZALEZ WOOOO
"; arnews[4] += "TOUCHDOWN TONY GONZALEZ WOOOO"; 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("
");