var arnews = new Array(9); totcount = 2; rnd = 0; arnews[0]="Comic-Con '09: Ming-Na Stargate Universe Interview
"; arnews[0] += "

Actress Ming-Na, who plays Camile Wray on 'Stargate Universe,' spoke with us at Comic-Con '09 about her role on the new show, and about being a lifelong sci-fi geek.

Add this to your queue
Duration: 03:02

"; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Stargate Universe - Ming-Na Q&A, Part 1
"; arnews[1] += "

Ming-Na (Camile Wray) answers fan questions in this exclusive Q&A series.

Add this to your queue
Added: Mon Nov 23 18:03:04 UTC 2009
Air date: Wed Oct 14 00:00:00 UTC 2009
Duration: 03:42

"; arnews[1] += "
Publ.Date : Mon, 23 Nov 2009 18:03:04 -0000"; 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("
");