var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Karl Urban Says is an Honor and Privilege to be Part of Star Trek, Talks Trek XII
";
arnews[0] += "Are you working on that for Star Trek 2 ? I certainly hope so! You should ask Roberto Orci and Alex Kurtzman .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 22:28:10 GMT";
arnews[0] += "
";
arnews[1]="Exclusive 'Season of the Witch' Trailer Premiere
";
arnews[1] += "Fandango has the exclusive Season of the Witch trailer premiere ! Coming out on March 19, 2010 and starring Nicolas Cage, Ron Perlman and Claire Foy as the witch, this definitely looks like a scary thrill ride! More By: Erik Davis on November 20, 2009 at 4:09PM Comments Well, so much for the folks who thought all those negative reviews might impact ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:26:33 GMT";
arnews[1] += "
";
arnews[2]="'New Moon' Destroys Harry Potter on Way to Best Midnight Opening Ever
";
arnews[2] += "By: Erik Davis on November 20, 2009 at 4:09PM Comments Well, so much for the folks who thought all those negative reviews might impact New Moon 's opening box office.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:09:11 GMT";
arnews[2] += "
";
arnews[3]="Poll: How Much will The Twilight Saga: New Moon Make Opening Weekend?
";
arnews[3] += "Exclusive 'Season of the Witch' Trailer Premiere! By: John Halecky on November 20, 2009 at 4:26PM Comments Fandango has the exclusive Season of the Witch trailer premiere ! Coming out on March 19, 2010 and starring Nicolas Cage, Ron Perlman and Claire Foy as the witch, this definitely looks like a scary thrill ride! More By: Erik Davis on November ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:51:42 GMT";
arnews[3] += "
";
arnews[4]="Is Will Ferrell the Most Overpaid Actor?
";
arnews[4] += "Leave it up to Forbes to continually find ways to make new lists full of people who make a lot more money than you do.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:44:26 GMT";
arnews[4] += "
";
arnews[5]="'Star Trek,' 'Bruno' top this week's new DVD releases
";
arnews[5] += "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 - Although the film may seem a bit confusing at first -- the plot involves an alternate reality and time-travel through ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 21:43:24 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("