var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Actor Jason Schwartzman Plays 'Not My Job' - WBUR
";
arnews[0] += "Jason Schwartzman knows a thing or two about being misunderstood — he made his film debut 10 years ago in Rushmore , a misunderstood high school misfit classic. So we've asked Jason to play a game we're calling: \"Turns out, Mr. President, the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[0] += "
";
arnews[1]="Behind The Filming Of One Of My Favorite Fantastic Mr. Fox ... - Huffingtonpost.com
";
arnews[1] += "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. Mr. and Mrs. Fox \"on set\" shooting a scene in ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:20:00 GMT";
arnews[1] += "
";
arnews[2]="Eleven movies gift-wrapped for the holidays - News-Democrat
";
arnews[2] += "A couple of post-apocalypse dramas this fall does not mean the holiday movie season will be a desolate landscape of despair. On the contrary, many of the year-end movies touch on our basic need for human connection in an increasingly impersonal ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[2] += "
";
arnews[3]="'Fantastic Mr. Fox' grows old quickly - Boulder Clarion
";
arnews[3] += "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. Imagine The Darjeeling Limited with talking fox heads on the actors ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:42:00 GMT";
arnews[3] += "
";
arnews[4]="What's opening in theaters next week - Bradenton Herald
";
arnews[4] += "Anderson regulars Bill Murray, Owen Wilson and Jason Schwartzman round out the voice cast. The animation looks old-school wonderful. NINJA ASSASSIN (R) - The hero (played by South Korean action star Rain - just Rain) must battle the secret clan of ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:54:00 GMT";
arnews[4] += "
";
arnews[5]="Access Hollywood - Celebrity News, Photos & Videos - Access Hollywood
";
arnews[5] += "New Moon’ LA Premiere: The Cullens Rule The Red Carpet Sara Ramirez, Sam Trammell, Jason Schwartzman , LGBT Sara Ramirez, Sam Trammell and Jason Schwartzman hit the red carpet at the 5th Annual GLSEN Respects Awards at the Beverly Hills Hotel in LA ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[5] += "
";
arnews[6]="Contest Win Funny People on DVD - A.V. Club
";
arnews[6] += "We've got ten copies of the Judd Apatow/Adam Sandler summer flick, which also features a whole mess of great funny people that you love: Seth Rogen, Jason Schwartzman, Jonah Hill, Eminem... All you've gotta do is send an e-mail here , and the lucky ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 03:48:00 GMT";
arnews[6] += "
";
totcount = 7;
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("