var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Bruce Wills at 'Surrogates' premiere
"; arnews[0] += "Cast members Bruce Willis and wife Emma Heming arrive at the premiere of the movie 'Surrogates' at El Capitan theatre in Hollywood, California on Sept 24, 2009."; arnews[0] += "
Publ.Date : Sat, 26 Sep 2009 20:39:40 GMT"; arnews[0] += "
"; arnews[1]="Movie Premiere Surrogate
"; arnews[1] += "Cast member Anya Monzikova poses at the premiere of the movie \"Surrogates\" at El Capitan theatre in Hollywood, California September 24, 2009."; arnews[1] += "
Publ.Date : Fri, 25 Sep 2009 23:29:04 GMT"; arnews[1] += "
"; totcount = 2; 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("
");