var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Karl Urban Talks Star Trek 2 - COMICBOOKMOVIE.com
";
arnews[0] += "IGN Movies got a chance to chat with Star Trek actor Karl Urban yesterday about what he'd like to see happen in Star Trek 2 . We asked Urban, who plays Dr. Leonard McCoy in the rebooted film series, if he'd like to see the sequel go further in ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:12:00 GMT";
arnews[0] += "
";
arnews[1]="Urban: More McCoy Please - Trek Today
";
arnews[1] += "Karl Urban would like to see something akin to the original triumvirate from the original series in the next Star Trek movie. According to Urban, McCoy “sort of verbalized the war going on in Kirk’s conscience.” Urban would like to see more of ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:42:00 GMT";
arnews[1] += "
";
arnews[2]="Karl Urban Says is an Honor and Privilege to be Part of Star Trek ... - TrekWeb.com
";
arnews[2] += "I certainly hope so! You should ask Roberto Orci and Alex Kurtzman . I hope they're working on that. I was very blessed with some iconic lines. Once you're part of the Star Trek universe, you're forever part of that world. And the fans will remember ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[2] += "
";
arnews[3]="'Star Trek,' 'Bruno' top this week's new DVD releases - Staten Island Advance
";
arnews[3] += "Paramount Pictures Anton Yelchin, Chis Pine, Simon Pegg, Karl Urban, John Cho and Zoe Saldana are shown in a scene from \"Star Trek.\" \"Star Trek,\" Paramount Home Video, 127 minutes, Rated PG-13 for sci-fi action and violence, and brief sexual content ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:09:00 GMT";
arnews[3] += "
";
arnews[4]="Another New Image from AVATAR - IESB.NET
";
arnews[4] += "Abrams Cast: Bruce Greenwood, Zoe Saldana, Leonard Nimoy, Simon Pegg, Karl Urban, Eric Bana, John Cho, Anton Yelchin, Zachary Quinto, Chris Pine Synopsis: The future begins in J.J. Abrams' smash hit Star Trek, \"a burst of pure filmmaking exhilaration ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[4] += "
";
arnews[5]="Video Views Pick: Star Trek - MovieMaker
";
arnews[5] += "How Kirk and Spock became close allies is told in this fascinating adventure, with fine supporting performances by Simon Pegg, Karl Urban, Anton Yelchin, Zoe Saldana, John Cho and Leonard Nimoy. DVD Extras: Two-disc includes commentary by Abrams ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[5] += "
";
totcount = 6;
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("