var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Oded Fehr: Uncle Ded's ears
";
arnews[0] += "Donny & Marie TV show: interview with Oded Fehr, who played Ardeth Bay in The Mummy movies I & II";
arnews[0] += "
Publ.Date : Tue, 25 Nov 2008 08:53:31 GMT";
arnews[0] += "
";
arnews[1]="Resident Evil: Apocalypse - Clip - Need More Ammo
";
arnews[1] += "Milla Jovovich's video game action girl Alice has escaped the hive of the first flick and must now find a way through the hordes of zombies to escape Racoon City.";
arnews[1] += "
Publ.Date : Tue, 16 Sep 2008 12:06:25 GMT";
arnews[1] += "
";
arnews[2]="Resident Evil: Apocalypse Trailer
";
arnews[2] += "Milla Jovovich's video game action girl Alice has escaped the hive of the first flick and must now find a way through the hordes of zombies to escape Racoon City.";
arnews[2] += "
Publ.Date : Tue, 16 Sep 2008 12:02:48 GMT";
arnews[2] += "
";
arnews[3]="Resident Evil: Apocalypse - Exclusive interview with Sienna Guillory
";
arnews[3] += "Milla Jovovich's video game action girl Alice has escaped the hive of the first flick and must now find a way through the hordes of zombies to escape Racoon City.";
arnews[3] += "
Publ.Date : Wed, 23 Jul 2008 13:56:57 GMT";
arnews[3] += "
";
arnews[4]="Sony Picture
";
arnews[4] += "Resident Evil Extinction Ad Advert Commercial: Alice Milla Jovovich now hiding in the Nevada desert once again joins forces with Carlos Olivera Oded Fehr and LJ Mike Epps along...";
arnews[4] += "
Publ.Date : Thu, 20 Dec 2007 21:04:23 GMT";
arnews[4] += "
";
arnews[5]="Sony Picture
";
arnews[5] += "Resident Evil Extinction Ad Advert Commercial: Alice Milla Jovovich now hiding in the Nevada desert once again joins forces with Carlos Olivera Oded Fehr and LJ Mike Epps along...";
arnews[5] += "
Publ.Date : Tue, 11 Dec 2007 08:36:24 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Oded Fehr: 'Resident Evil: Extinction'
";
arnews[6] += "Zach hangs out poolside with one of the stars of the latest 'Resident Evil' movie, Oded Fehr.";
arnews[6] += "
Publ.Date : Sun, 07 Oct 2007 13:41:00 GMT";
arnews[6] += "
";
arnews[7]="Resident Evil: Extinction - Oded Fehr & Milla Jovovich
";
arnews[7] += "Staci Layne Wilson for Horror.com via TV-Wire in 1:1 exclusive interviews with Oded Fehr & Milla Jovovich about their roles in Resident Evil: Extinction.";
arnews[7] += "
Publ.Date : Wed, 19 Sep 2007 06:53:48 GMT";
arnews[7] += "
";
arnews[8]="Resident Evil: Extinction - 2007 im Kino!
";
arnews[8] += "There is nothing harder to kill than something that is already dead: Fast 99 Prozent der Erdbevölkerung sind mittlerweile durch das todbringende Virus infiziert. Kein leichtes...";
arnews[8] += "
Publ.Date : Fri, 09 Mar 2007 14:32:40 GMT";
arnews[8] += "
";
arnews[9]="Oded Fehr: Stop Violence Against Women
";
arnews[9] += "www.amnestyusa.org Oded Fehr urges viewers to make some noise and stop violence against women. ... Amnesty International Stop Violence Against oded fehr";
arnews[9] += "
Publ.Date : Thu, 08 Feb 2007 20:10:40 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("