var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Alex Jones Show 590 KLBJ _ 1_18_2001- 'Charlton Heston' Interview
";
arnews[0] += "www.infowars.com";
arnews[0] += "
Publ.Date : Tue, 12 May 2009 16:16:56 GMT";
arnews[0] += "
";
arnews[1]="Charlton Heston
";
arnews[1] += "Né en 1923 dans l'Illinois, Charlton Heston grandit seul. Après le divorce de ses parents, il part avec sa mère vivre à Chicago. C'est dans cette ville qu'il intègre un...";
arnews[1] += "
Publ.Date : Thu, 23 Apr 2009 19:33:36 GMT";
arnews[1] += "
";
arnews[2]="Charlton Heston's Last Words part 1 - PSA commercial
";
arnews[2] += "Just as Yul Brynner released a psa after he died, so did Charlton Heston.";
arnews[2] += "
Publ.Date : Tue, 27 May 2008 19:45:49 GMT";
arnews[2] += "
";
arnews[3]="Charlton Heston; From My Cold Dead Hands. Long Version
";
arnews[3] += "Adlai Stevenson in 1956 and John F. Kennedy in 1960. Reportedly when an Oklahoma movie theater premiering his movie El Cid was segregated, he joined a picket line outside in 1961....";
arnews[3] += "
Publ.Date : Sun, 27 Apr 2008 05:15:39 GMT";
arnews[3] += "
";
arnews[4]="Charlton Heston; From My Cold Dead Hands
";
arnews[4] += "Charlton Heston's closing remarks at the 2000 NRA annual meeting in Charlotte North Carolina. He was a very fine American. Those five words; From MY Cold Dead Hands. He believed...";
arnews[4] += "
Publ.Date : Sun, 27 Apr 2008 05:15:39 GMT";
arnews[4] += "
";
arnews[5]="Charlton Heston on �saving our planet�
";
arnews[5] += "The epic actor reads this speech by the writers of Jurassic Park";
arnews[5] += "
Publ.Date : Wed, 09 Apr 2008 22:47:57 GMT";
arnews[5] += "
";
arnews[6]="The Omega Man - Charlton Heston, the last man on Earth
";
arnews[6] += "A film made in 1971 which is based on the 1954 sci fi novel by by Richard Matheson, 'I Am Legend'";
arnews[6] += "
Publ.Date : Wed, 09 Apr 2008 22:47:56 GMT";
arnews[6] += "
";
arnews[7]="Charlton Heston Dies at 84
";
arnews[7] += "Charlton Heston has died at his home in Beverly Hills, California, at age 84. Heston won the 1959 best-actor Oscar as the chariot-racing \"Ben-Hur'' and portrayed Moses,...";
arnews[7] += "
Publ.Date : Sun, 06 Apr 2008 08:13:20 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Epic Movie Star Charlton Heston Dies
";
arnews[8] += "Charlton Heston, who won the 1959 best actor Oscar as the chariot-racing \"Ben-Hur\" and portrayed Moses, Michelangelo, El Cid and other heroic figures in movie epics of the '50s...";
arnews[8] += "
Publ.Date : Sun, 06 Apr 2008 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="SORTIR : CHARLTON HESTON
";
arnews[9] += "L'acteur americain Charlton HESTON est l'invité du 7ème Festival du cinéma de BEAUVAIS (OISE) - Extraits de films dans lesquels il joue / DP photos / extraits de Charlton...";
arnews[9] += "
Publ.Date : Mon, 16 Apr 2007 10:18:59 GMT";
arnews[9] += "
";
totcount = 10;
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("