var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alexis Walker: 2012: Watch Like an Egyptian movie review
"; arnews[0] += "2012: Watch Like an Egyptian movie review -"; arnews[0] += "
"; arnews[1]="VittoriaV: Angelina Jolie è un po' in anticipo
"; arnews[1] += "Angelina Jolie è un po' in anticipo"; arnews[1] += "
"; arnews[2]="iHavenet: John Cusack & Chiwetel Ejiofor in 2012 - http://www.ihavenet.com/movies/2012-Movie-Review.html
"; arnews[2] += "John Cusack & Chiwetel Ejiofor in 2012 -"; arnews[2] += "
"; arnews[3]="chimpomatic: Just watched: Redbelt. Superior drama from David Mamet. Chiwetel Ejiofor is outstanding. Tim Allen gets serious. 4.5 stars.
"; arnews[3] += "Just watched: Redbelt. Superior drama from David Mamet. Chiwetel Ejiofor is outstanding. Tim Allen gets serious. 4.5 stars."; arnews[3] += "
"; arnews[4]="2012 Movie Review John Cusack & Chiwetel Ejiofor
"; arnews[4] += "2012 Movie Review John Cusack & Chiwetel Ejiofor -"; 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("
");