var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wes Anderson: Behind The Filming Of One Of My Favorite Fantastic Mr. Fox Performances
";
arnews[0] += "When you're making an animated film, one of the big differences is that you can add scenes, change dialogue and re-write as you're going along because you only shoot a little bit of the movie each day.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:54:25 GMT";
arnews[0] += "
";
arnews[1]="The Missing Person
";
arnews[1] += "Hot on the heels of Bored to Death, HBO's neurotic noir starring Jason Schwartzman as the least likely of private detectives, comes The Missing Person, which gets the mood right, but badly miscalculates when it comes to Michael Shannon's lead performance as detective John Rosow.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:14:26 GMT";
arnews[1] += "
";
arnews[2]="Gather your nuts
";
arnews[2] += "We all like to say that the end of the year is the time for a better, more thoughtful breed of movie - you know, the fancy-pants pictures, whose solemn duty is to clear the last stink of summer blockbuster from the air and replace it with the fine incense of awards-buzz respectability.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Holiday films
";
arnews[3] += "It's been less than a dazzling year at the movies, so fingers crossed that Hollywood is saving the best for last.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:26:42 GMT";
arnews[3] += "
";
arnews[4]="What's opening in theaters next week
";
arnews[4] += "The hero must battle the secret clan of killers that raised and trained him. Directed by James McTeigue , so you can count on spectacle.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:43:21 GMT";
arnews[4] += "
";
arnews[5]="4. 'Fantastic Mr. Fox' grows old quickly
";
arnews[5] += "What's notable about his latest, Fantastic Mr. Fox , based on the classic Roald Dahl children's book, is how readily Anderson's style adapts to the style of stop-motion animation.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 19:44:15 GMT";
arnews[5] += "
";
totcount = 6;
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("