var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Mary Carmen: DO ANYBODY NO WHY THIS MOVIE AINT OVER YET?
"; arnews[0] += "DO ANYBODY NO WHY THIS MOVIE AINT OVER YET?"; arnews[0] += "
"; arnews[1]="Laura B thankful: Ray Liotta stole a coat from the Matrix's wardrobe room.
"; arnews[1] += "Ray Liotta stole a coat from the Matrix's wardrobe room."; arnews[1] += "
"; arnews[2]="tinypants - Hagitha of FF: Ray Liotta has fallen So. Far.
"; arnews[2] += "Ray Liotta has fallen So. Far."; arnews[2] += "
"; arnews[3]="Jennifer Dittrich: If Ray Liotta can do that with the weather, why wasn't he doing it ALL OF THE TIME?
"; arnews[3] += "If Ray Liotta can do that with the weather, why wasn't he doing it ALL OF THE TIME?"; arnews[3] += "
"; arnews[4]="@jose602 Not animated. Burt Reynolds, the Transporter, Hellboy, Claire Forlani, Ray Liotta, guy from Scream 1, guy from Stomp the Yard, etc.
"; arnews[4] += "@"; 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("
");