var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hudson To Star In Winnie Mandela Film - Modern Ghana
";
arnews[0] += "Hollywood is also preparing to release Invictus, a Clint Eastwood film about Mr Mandela in which US actor Morgan Freeman will play South Africa's first black president. Nelson Mandela and Ms Madikizela-Mandela were divorced in 1996 just four years ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:32:00 GMT";
arnews[0] += "
";
arnews[1]="Clint Eastwood - Hartford Courant
";
arnews[1] += "Clint Eastwood is an American actor most famous for his role as the Man With No Name in the 'Dollars' Spaghetti Western triology and Det. Harry Callahan in the 'Dirty Harry' series. He has also ventured into producing and directing. Eastwood has won ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[1] += "
";
arnews[2]="Holiday Movie Preview - Jam! Showbiz
";
arnews[2] += "So Sherlock Holmes is repurposed in gleaming new wrapping paper. Disney reintroduces hand-drawn 2D animation with The Princess and the Frog. The Broadway musical Nine is refitted for Daniel Day-Lewis and a cast of legendary leading ladies. And Peter ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:06:00 GMT";
arnews[2] += "
";
arnews[3]="Clint Eastwood Honored In France - Post Chronicle
";
arnews[3] += "French President Nicolas Sarkozy has presented U.S. actor and filmmaker Clint Eastwood with the Legion of Honor medal for his contribution to cinema. \"I love France. I love movies, and I love the appreciation that the French people have for movies ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 18:09:00 GMT";
arnews[3] += "
";
arnews[4]="French honour for Clint Eastwood - Entertainment.uk.msn.com
";
arnews[4] += "Clint Eastwood has been awarded one of France's top honours. The Hollywood actor and director was made a commander in the country's prestigious Legion of Honour by French President Nicolas Sarkozy. The 79-year-old said it was a \"wonderful honour\" to ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 12:54: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("