var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Which Brit has the best American accent?
";
arnews[0] += "Which Brit has the best American accent? Hugh Laurie played the definitive English upper-class twit in Jeeves and Wooster.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Your next box set: Californication
";
arnews[1] += "David Duchovny found his second great role in this sly, funny and startlingly frank adventures of a cultish writer in creative block It took David Duchovny a while to find the perfect role after The X Files, but a decade on he has struck gold again, as tormented writer Hank Moody.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 00:05:25 GMT";
arnews[1] += "
";
arnews[2]="Mummy matters
";
arnews[2] += "In the year since Natascha McElhone's husband, Martin Kelly, a talented and charismatic plastic surgeon died, she's focused her energy on her family of three boys.";
arnews[2] += "
Publ.Date : Fri, 09 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Berlin Wall anniversary: A magical night that changed the world
";
arnews[3] += "I will never forget the hum. Let's call it the Hum of History. I landed in West Berlin within hours of the announcement that the Wall was now open and already the city was a seething mass of incredulous humanity.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 11:52:43 GMT";
arnews[3] += "
";
arnews[4]="Love isn't in the air as Paris hosts first 'divorce fair'
";
arnews[4] += "In France, nearly one out of two marriages ends in divorce, according to the country's National Institute of Demographic Studies.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 09:01:51 GMT";
arnews[4] += "
";
arnews[5]="British man dies in 500ft cliff fall in New Zealand
";
arnews[5] += "A Briton has died after falling 500ft down a cliff in New Zealand when a rock climbing adventure went tragically wrong.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 09:13:47 GMT";
arnews[5] += "
";
arnews[6]="Cheating husband ordered to pay 100000 to spurned mistress
";
arnews[6] += "An Australian man who had an affair with a woman for 20 years while he was married has been ordered to pay the mistress more than $100,000 under the country's new laws that give rights to people in de facto relationships.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 09:03:41 GMT";
arnews[6] += "
";
arnews[7]="Berlin Wall anniversary: Gordon Brown praises 'unbreakable spirit' of Germans
";
arnews[7] += "French President Nicolas Sarkozy, Russian President Dmitry Medvedev, and US Secretary of State Hillary Clinton are among the international notables taking part in the commemorations hosted by Chancellor Angela Merkel.";
arnews[7] += "
Publ.Date : Mon, 09 Nov 2009 05:39:36 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("