var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Where the Wild Things Are comes to the cinema
";
arnews[0] += "Director Spike Jonze tells how he turned his favourite childhood book by Maurice Sendak into a film with James Gandolfini Just before interviewing Spike Jonze in Soho, I dart into a bookshop and reread Maurice Sendak's Where the Wild Things Are.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:56:08 GMT";
arnews[0] += "
";
arnews[1]="Definitely not the opera, but a film even a prude can love
";
arnews[1] += "Believe it or not, Sook-Yin Lee thinks she's a bit of a prude. The host of CBC radio's Definitely Not the Opera and former MuchMusic VJ may appear in the buff and take part in unsimulated sex -- inside, outside, upside-down; alone and with others -- in the new John Cameron Mitchell movie Shortbus, but don't take this as a sign of the Vancouver-born ...";
arnews[1] += "
Publ.Date : Wed, 13 Sep 2006 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Reality check
";
arnews[2] += "Models walk the runway at Luella show part of London Fashion Week Spring/Summer 2010.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:48:35 GMT";
arnews[2] += "
";
arnews[3]="Movie translates into a big break
";
arnews[3] += "AN acclaimed jazz singer who appeared in the hit film Lost In Translation spoke to the Guardian last week about her roots in the town.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:36:08 GMT";
arnews[3] += "
";
arnews[4]="Top Films Of The Decade
";
arnews[4] += "15-year-old William Miller , the outcast of his school, gets the chance of a lifetime to write for Rolling Stone, following his favorite band Stillwater around the country.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 11:27:12 GMT";
arnews[4] += "
";
arnews[5]="Jane Campion shines again with 'Bright Star'
";
arnews[5] += "Bright Star -- It is some kind of tragedy that so few filmmakers in the history of movies have been women.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:55:18 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("