var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Sebastián Veggiani: hace un rato vi Moon. me gustó es original y está bien resuelta con 2 mangos. Sam Rockwell la rompe actuando solito. recomendada
"; arnews[0] += "hace un rato vi Moon. me gustó es original y está bien resuelta con 2 mangos. Sam Rockwell la rompe actuando solito. recomendada"; arnews[0] += "
"; arnews[1]="mattgemmell: We watched Moon (2009; Sam Rockwell) last night. Seemingly shot in 33 days. It's brilliant.
"; arnews[1] += "mattgemmell: We watched Moon (2009; Sam Rockwell) last night. Seemingly shot in 33 days. It's brilliant. -"; arnews[1] += "
"; arnews[2]="Matt Legend Gemmell: We watched Moon (2009; Sam Rockwell) last night. Seemingly shot in 33 days. It's brilliant.
"; arnews[2] += "We watched Moon (2009; Sam Rockwell) last night. Seemingly shot in 33 days. It's brilliant."; arnews[2] += "
"; arnews[3]="Jacqueline Lichtenberg: RT @NoRestrictions @philseneker Kelly-Ann is a pro, now co-starring in a film with Sam Rockwell I am proud to have found her online
"; arnews[3] += "RT @"; arnews[3] += "
"; arnews[4]="Avinash Varma: moon is a really good Sci-Fi movie.Sam Rockwell is amazing.but i cud guess whr the movie wud go within a few mins.thats the only down for me
"; arnews[4] += "moon is a really good Sci-Fi movie.Sam Rockwell is amazing.but i cud guess whr the movie wud go within a few mins.thats the only down for me"; 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("
");