var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tim Burton at MoMA | art
";
arnews[0] += "\"Is there a doctor here?\" asks Tim Burton , feeling his wrist for a pulse, \"I think I might be dead.\" That wouldn't be out of character.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:05:21 GMT";
arnews[0] += "
";
arnews[1]="Children's favourite the Gruffalo has landed his own TV show
";
arnews[1] += "His eyes are orange, his tongue is black, he has purple prickles all over his back - and now the Gruffalo has the voice of Robbie Coltrane.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 23:32:26 GMT";
arnews[1] += "
";
arnews[2]="Fight Club at Ten: A Love Story
";
arnews[2] += "Ten years after its release, there are still plenty of people who will not get David Fincher's \"Fight Club\" because they refuse to see what is in front of their eyes.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Enid BBC Four review
";
arnews[3] += "Enid , a dramatised biography of Enid Blyton starring Helena Bonham Carter. Having started off at a breathless, rather cursory lick, Enid soon settled down and took on depth and texture.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:21:44 GMT";
arnews[3] += "
";
arnews[4]="This week's film event previews
";
arnews[4] += "Hayao Miyazaki's Ponyo, showing as part of the London Children's Film Festival. Is it wrong that the prospect of a Tim Burton Bedtime Stories Pyjama Party is as appealing to adults as it will be to movie-loving kids? With a sweet-making workshop and screenings of Charlie And The Chocolate Factory and Corpse Bride , it's just one of loads of great ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:06:41 GMT";
arnews[4] += "
";
arnews[5]="Tim Burton's influence on fashion
";
arnews[5] += "It is a paradox of fashion that the film director Tim Burton, a man who regularly lands on worst-dressed lists along with his partner and muse Helena Bonham Carter; a man often excoriated for his matted hair and onion-peel layers of clothes, is also one of the most aesthetically influential film directors currently working, at least as far as that ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:18:20 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("