var arnews = new Array(6); totcount = 2; rnd = 0; arnews[0]="Ali Larter and Oded Fehr (2007)
"; arnews[0] += "

Taped at WonderCon 2007, host Rafael Siegel interviews actors Ali Larter (Heroes) and Oded Fehr (The Mummy) about their successes, their fan websites, and their film, Resident Evil: Extinction.

Add this to your queue
Duration: 00:00

"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Oded Fehr: 'Resident Evil: Extinction'
"; arnews[1] += "

Zach hangs out poolside with one of the stars of the latest 'Resident Evil' movie, Oded Fehr.

Add this to your queue
Duration: 01:48

"; arnews[1] += "
"; totcount = 2; 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("
");document.write("
");