var arnews = new Array(9);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Enid, Doctor Who and The Art on Your Wall with Sue Perkins - The Guardian
";
arnews[0] += "Helena Bonham Carter as Enid Blyton with daughters Gillian (Sinead Michael, left) and Imogen (Ramona Marquez). BBC4 has made an excellent name for itself over the years for its boundless variety of biopics revealing the colourful mental torments of ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:52:00 GMT";
arnews[0] += "
";
arnews[1]="TV Preview: Enid – BBC4, 9pm - This is Sentinel
";
arnews[1] += "Helena Bonham Carter plays Enid, while Matthew Macfadyen is Hugh Pollock, her publisher, first husband, and father of her daughters Gillian and Imogen.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 09:48:00 GMT";
arnews[1] += "
";
arnews[2]="TV Review: Enid - Leicester Mercury
";
arnews[2] += "Fresh starts are always marvellous, darling,\" she tells daughter Imogen, just after informing her that she's ditching first husband Hugh (Matthew Macfadyen) to marry her lover and she won't see her dad again. There's lashings and lashings of choice ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 10:00:00 GMT";
arnews[2] += "
";
arnews[3]="TV ratings: Blyton drama is jolly good for BBC4 - The Guardian
";
arnews[3] += "Matthew MacFadyen as Hugh and Helena Bonham Carter as Enid Blyton in BBC4's Enid. Photograph: BBC/Nick Briggs/Carnival Film & Television/Carnival Film & Television BBC4's drama about the turbulent private life of children's author Enid Blyton gave ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:40:00 GMT";
arnews[3] += "
";
arnews[4]="Dawn of the dead - New Statesman
";
arnews[4] += "In Perfect Strangers , the central character, Daniel (Matthew Macfadyen), tries to unravel the story behind two mysterious photographs. In both TV dramas, there is a sense of resolution - the mystery is solved. That sense of resolution is probably ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:56:00 GMT";
arnews[4] += "
";
arnews[5]="Helena Bonham Carter on being Enid Blyton - Daily Telegraph
";
arnews[5] += "Helena Bonham Carter stars as author Enid Blyton in a new drama Photo: BBC There is a scene in Enid, the BBC’s new biopic of Enid Blyton, where the children’s author, played by Helena Bonham Carter, is asked by a radio journalist how she ...";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 16:04:00 GMT";
arnews[5] += "
";
arnews[6]="Why Enid Blyton's greatest creation was herself - Daily Telegraph
";
arnews[6] += "Bonham Carter plays the title role in Enid, which is being screened by BBC4 on November 16. Photo: BBC A much-anticipated screen biography of Enid Blyton depicts the dark and often melodramatic truth behind the life of one of the world’s favourite ...";
arnews[6] += "
Publ.Date : Sun, 15 Nov 2009 15:40:00 GMT";
arnews[6] += "
";
arnews[7]="I wanted to play Enid Blyton because she has so many dimensions, says ... - Daily Record
";
arnews[7] += "TO generations of children, she was the woman responsible for thrilling childhood adventures, five famous kids and lashings and lashings of ginger beer. But when Helena Bonham Carter steps into Enid Blyton's shoes on BBC4 this week, there'll be no ...";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 09:50:00 GMT";
arnews[7] += "
";
totcount = 8;
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("