var arnews = new Array(7);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Together, Mortimer's widow, mistress and love child - Daily Mail
";
arnews[0] += "Sir John Mortimer's pregnant daughter Rosie led the guests at today's memorial Unfortunately, his other daughter Emily Mortimer, who lives in New York with American husband Alessandro Nivola, was unable to attend because she is heavily pregnant with ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 02:58:00 GMT";
arnews[0] += "
";
arnews[1]="Duchess of Cornwall, Alan Rickman and Peter Mandelson remember the ... - Daily Mail
";
arnews[1] += "Politicians, actors and royalty gathered at London's Southwark Cathedral today to remember the life of Sir John Mortimer. Friends and associates from the late author, barrister and dramatist's many careers gathered for a memorial service at the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 15:09:00 GMT";
arnews[1] += "
";
arnews[2]="New Film: Harry Brown (18) - Reading Evening Post
";
arnews[2] += "For example, when hoodlum Noel (Ben Drew) is being grilled at the police station, he makes some truly repellent remarks towards Emily Mortimer’s cop Frampton. Extremely violent and bleak, you may find Harry Brown difficult to watch.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[2] += "
";
arnews[3]="Sir John Mortimer: memorial service celebrates 'magnificent Mortimer' - Daily Telegraph
";
arnews[3] += "Emily Mortimer, his actress daughter who appeared in Notting Hill and lives in New York, was unable to attend because she was heavily pregnant. Lord Kinnock described Sir John as ''the magnificent Mortimer''. ''He was, in his own words, an atheist ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 18:01:00 GMT";
arnews[3] += "
";
arnews[4]="Oscar winners and royalty at memorial service for the life of Sir John ... - Daily Telegraph
";
arnews[4] += "The barrister, playwright and novelist, who was described as the “magnificent Mortimer”, died in January aged 85 confident in the knowledge that his immortal character Rumpole of the Bailey will outlive him for decades if not centuries. Many of ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 15:52:00 GMT";
arnews[4] += "
";
totcount = 5;
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("