var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Earthfinds: Absolutely New! Catherine Zeta-Jones photo, poster, wallpaper, and ...
"; arnews[0] += "Absolutely New! Catherine Zeta-Jones photo, poster, wallpaper, and ... -"; arnews[0] += "
"; arnews[1]="Robson Cunha: Vou acatar a sugestão da @Danibey e assistir ao filmes Titanic - aquela outra versão com Catherine Zeta Jones). Esta passando agora no SBT.
"; arnews[1] += "Vou acatar a sugestão da @"; arnews[1] += "
"; arnews[2]="Amanda Austin: #4: The Cinder Path [VHS] [1994]
"; arnews[2] += "#4: The Cinder Path [VHS] [1994] -"; arnews[2] += "
"; arnews[3]="Chris: #4: The Cinder Path [VHS] [1994]
"; arnews[3] += "#4: The Cinder Path [VHS] [1994] -"; arnews[3] += "
"; arnews[4]="Tom Whiting: trivia Q: Who met Catherine Zeta-Jones at the Deauville Film Festival, and promptly declared: "I want to father yo A: http://bit.ly/Ubjtq
"; arnews[4] += "trivia Q: Who met Catherine Zeta-Jones at the Deauville Film Festival, and promptly declared: \"I want to father yo A:"; 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("
");