var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Vanguardia: Espalda de Tony Romo en alerta
"; arnews[0] += "Espalda de Tony Romo en alerta -"; arnews[0] += "
"; arnews[1]="Steve Plus Friends: Tony Romo will play despite sore back: Romo needed a pain-killer after the game just to meet with the media.. http://bit.ly/7GgAQO
"; arnews[1] += "Tony Romo will play despite sore back: Romo needed a pain-killer after the game just to meet with the media.."; arnews[1] += "
"; arnews[2]="Paulo Vie: Tony Romo and the Crawford siblings cause a stir - Dallas Morning News
"; arnews[2] += "Tony Romo and the Crawford siblings cause a stir - Dallas Morning News -"; arnews[2] += "
"; arnews[3]="Phil McCloud: Dallas Cowboys quarterback Tony Romo expects to be fine for Thanksgiving game ...
"; arnews[3] += "Dallas Cowboys quarterback Tony Romo expects to be fine for Thanksgiving game ... -"; arnews[3] += "
"; arnews[4]="WHEN DID JESSICA SIMPSON AND TONY ROMO BREAK UP
"; arnews[4] += "WHEN DID JESSICA SIMPSON AND TONY ROMO BREAK UP -"; 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("
");