var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Eddie Izzard: 'Triffids really scared me' - Digital Spy
"; arnews[0] += "Izzard told The Last Broadcast : \"My character, Torrence, spends half his time trying to get off with Joely Richardson's character, which was fun! \"It's just a great story really, a great sci-fi thriller. The film from way back when really scared me ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 12:07:00 GMT"; arnews[0] += "
"; arnews[1]="Lunch with the FT: Evgeny Lebedev - Financial Times
"; arnews[1] += "I wouldn’t dream of asking most of my Lunch with the FT guests what they are thinking of spending their money on in the near future. It is a private matter. The question is vulgar. Off limits. But something about the company of a billionaire ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:20:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");