var arnews = new Array(5); totcount = 5; rnd = 0; document.write("
| ");
arnews[0]="The Guest list: Our literary editor chooses titles that make their mark "; arnews[0] += " 1. The Spinning Jenny Award for making authors turn in their graves "; arnews[0] += " Publ.Date : Sat, 31 Jul 2010 23:00:01 GMT"; arnews[0] += " "; document.title=document.title+ " "; arnews[1]="Brangelina power keeps Jolie exposé off television "; arnews[1] += " When Andrew Morton took a typewriter-shaped hatchet to the Royal Family, he was on every chat show in town. When he explored the private lives of Tom Cruise and Madonna, TV feasted on every prurient revelation. But now he has written a book that might upset Angelina Jolie, Hollywood's most influential shows are ignoring him. "; arnews[1] += " Publ.Date : Sat, 31 Jul 2010 23:00:01 GMT"; arnews[1] += " "; arnews[2]="Huge Churchill archive to go online "; arnews[2] += " Sir Winston Churchill's vast written archive is to be put online. The publisher Bloomsbury is to digitise 1 million documents, held in 2,500 boxes in purpose-built vaults at Churchill College in Cambridge, by 2012. "; arnews[2] += " Publ.Date : Thu, 29 Jul 2010 23:00:01 GMT"; arnews[2] += " "; arnews[3]="Castro to chronicle the birth of his revolution "; arnews[3] += " He may no longer be president of the country he ruled so uncompromisingly for almost half a century, but Fidel Castro once again seems to be everywhere in Cuba. His latest foray into the limelight, announced yesterday, is a first volume of memoirs to be published next month, chronicling the birth of Cuba's communist revolution when his few hundred guerrilla fighters defeated the far larger regular army of the dictator Fulgencio Batista. "; arnews[3] += " Publ.Date : Wed, 28 Jul 2010 23:00:01 GMT"; arnews[3] += " "; arnews[4]="The Booker's Dozen: judges reveal 13 works in line for literary prize "; arnews[4] += " Some might consider it curmudgeonly to reflect on the novels left off the Man Booker prize long list, which was announced yesterday, rather than commend the 13 authors who made the final cut. "; arnews[4] += " Publ.Date : Tue, 27 Jul 2010 23:00:01 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(" |