var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Where the Wild Things Are comes to the cinema - Times Online
";
arnews[0] += "Just before interviewing Spike Jonze in Soho, I dart into a bookshop and reread Maurice Sendak’s Where the Wild Things Are. It’s been years, and there are so many things I’d forgotten — such as in the time the furious Max disappears to the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:24:00 GMT";
arnews[0] += "
";
arnews[1]="48 hours in Tokyo - Windsor Star
";
arnews[1] += "TOKYO - Bustling and beguiling -- Tokyo is one of the world’s biggest, and most influential, cities and a place where old and new sit easily side by side. Reuters correspondents with local knowledge help visitors to the Japanese capital get the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:17:00 GMT";
arnews[1] += "
";
arnews[2]="New indies could renew awards - Screendaily
";
arnews[2] += "... to affirm the company’s ongoing production schedule - both to the industry at large and also perhaps to his bosses at GE and Universal - Focus laid out new films from Sofia Coppola, Noah Baumbach, Kevin Macdonald, Boden & Fleck and Anton ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 16:33:00 GMT";
arnews[2] += "
";
arnews[3]="Shallow Pool for Oscar's Actress Contenders - BackStage.com
";
arnews[3] += "\"An Education\" director Lone Scherfig recently lamented, good-naturedly, that she was tired of producers thinking of her for stereotypically female projects. \"Everyone sends me scripts with these sweet stories,\" she said. \"I've done that already. I ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 23:45:00 GMT";
arnews[3] += "
";
arnews[4]="A shallow pool for actress contenders - Business24-7
";
arnews[4] += "That would equal the total number of women nominated – can this be – in the 73-year history of the Hollywood award (Sofia Coppola, Lina Wertmuller and Campion, if you're playing Trivial Pursuit). And yet a look at a category designed for women ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:17:00 GMT";
arnews[4] += "
";
arnews[5]="McGee on music: Why John Hughes would have loved Phoenix - The Guardian
";
arnews[5] += "In March, shortly after the release of Phoenix's single Lisztomania, a fan made a viral video setting the song against a montage of dance scenes from John Hughes films. It worked, even surpassing the number of views the official Lisztomania video ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:30:00 GMT";
arnews[5] += "
";
arnews[6]="All the Boys Love Mandy Lane - ShockTillYouDrop.com
";
arnews[6] += "My, we've seen this one before. A handful of teens, delegates of every clique in the high school melting pot, find a prime piece of real estate to party and get themselves dead. Oversaturated by \"Scream\" and its offspring within the last decade, the ...";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 09:41: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("