var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="UP
"; arnews[0] += "Easily the best summer movie of 2009, Up filled theaters with audiences happily enjoying the improved Disney Digital 3D projection system."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 12:57:34 GMT"; arnews[0] += "
"; arnews[1]="'Up' balloons with extras
"; arnews[1] += "I envy the gifts of the people at the Pixar animation studio. They have repeatedly disarmed with the charm and skill of their productions."; arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 11:19:42 GMT"; arnews[1] += "
"; arnews[2]="Steven Soderbergh interview
"; arnews[2] += "'Have you seen what he made for me?\" Steven Soderbergh's wife, writer Jules Asner, has just returned to the couple's Los Angeles house and she's eager to show me her present."; arnews[2] += "
Publ.Date : Fri, 30 Oct 2009 00:15:25 GMT"; arnews[2] += "
"; arnews[3]="Up
"; arnews[3] += "NOBODY makes animated features with as much tender loving care and craftsmanship as Pixar."; arnews[3] += "
Publ.Date : Fri, 09 Oct 2009 15:40:39 GMT"; arnews[3] += "
"; arnews[4]="Only way is Up for this joyful treat
"; arnews[4] += "Nobody makes animated features with as much tender loving care and craftsmanship as Pixar."; arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 01:51:30 GMT"; arnews[4] += "
"; arnews[5]="Pixar looks to adults for Up box office success
"; arnews[5] += "The film is Up , the first ever animated movie to open Cannes, and Disney's first feature film made entirely in 3D."; arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 14:46:47 GMT"; arnews[5] += "
"; arnews[6]="Up
"; arnews[6] += "Another year, another embarrassment of riches from Pixar, the computer animation studio purchased three years ago by Disney."; arnews[6] += "
Publ.Date : Thu, 08 Oct 2009 04:46:12 GMT"; arnews[6] += "
"; arnews[7]="Soderbergh Updates Us on Liberace, Cleo, and Limey Sequel
"; arnews[7] += "As I already mentioned earlier in regards to the Spalding Gray documentary, I interviewed Steven Soderbergh last weekend up here in Toronto."; arnews[7] += "
Publ.Date : Wed, 16 Sep 2009 23:11:29 GMT"; arnews[7] += "
"; arnews[8]="'The Informant' features local FBI agent's story
"; arnews[8] += "In this publicity image released by Warner Bros., Matt Damon stars as Mark Whitacre in a scene from, \"The Informant!.\" US director Steven Soderbergh, left, and US actor Matt Damon arrive for the press conference for the film ' The Informant ' at the 66th edition of the Venice Film Festival in Venice, Italy, Monday, Sept."; arnews[8] += "
Publ.Date : Tue, 15 Sep 2009 22:22:23 GMT"; arnews[8] += "
"; totcount = 9; 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("
");