var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Demi Moore to play Miley Cyrus’ mother? - The Gaea Times
";
arnews[0] += "LONDON - Hollywood actresses Demi Moore and Miley Cyrus are in talks to play mother and daughter on the big screen in a remake of 2009 French hit “L.O.L. Laughing Out Loud”. The two stars are the frontrunners to recreate roles played by Sophie ...";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 13:07:00 GMT";
arnews[0] += "
";
arnews[1]="An Impossible Love: Justice - Not a Leg to Stand On - Newsblaze.com
";
arnews[1] += "When they first got in touch, they were just fans of the famous actress Sophie Marceau. This nice and innocent friendship turned into something more serious: it became a deep but also prohibited and impossible love, because she is 36 years old and he ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 21:33:00 GMT";
arnews[1] += "
";
arnews[2]="Leo Tolstoy - movie star - Evening Standard
";
arnews[2] += "It's Tolstoy's year. One hundred years ago, on 7 November 1910, he died a vagabond, at the railway station at Astapovo. Aged 82, he had survived just 10 days after finally leaving his wife Sofya and fleeing the family estate, Yasnaya Polyana. The ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 11:33:00 GMT";
arnews[2] += "
";
totcount = 3;
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("