var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="View today's image
";
arnews[0] += "A modern, edgy drama about passion, jeopardy, and the intrigue of people who must lie for a living - even to their own loved ones - MI-5 takes viewers inside the thrilling world of Britain's top-secret security agency.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 08:39:04 GMT";
arnews[0] += "
";
arnews[1]="TV preview: Enid | Storyville: Hi Society | Wonderland
";
arnews[1] += "STRAIGHT after watching Enid, I marched into my kids' bedroom, itself a very Blytonesque act.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sex and the City star at theatre
";
arnews[2] += "Sex and the City star Kim Cattrall and onetime Spooks actor Matthew Macfadyen will appear in a production in Bath ahead of its launch in the West End.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:36:39 GMT";
arnews[2] += "
";
arnews[3]="how perfectly lovely. matthew macfadyen reads yeats. and other things.
";
arnews[3] += "Before he became \"The Darcy to End All Darcys\" the ridiculously talented and RADA-trained Matthew Macfadyen contributed to the DVD 'Essential Poems '. A naughty little someone has posted his readings to YouTube.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:42:39 GMT";
arnews[3] += "
";
arnews[4]="TV ratings: Blyton drama is jolly good for BBC4
";
arnews[4] += "Digital channel attracts third biggest ever audience, while I'm A Celebrity... continues to pull in viewers for ITV1 Matthew MacFadyen as Hugh and Helena Bonham Carter as Enid Blyton in BBC4's Enid.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:41:27 GMT";
arnews[4] += "
";
arnews[5]="Comment on this story
";
arnews[5] += "The old saying that you should never judge a book by its cover certainly seems to apply to Enid Blyton.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:37:57 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("