var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Avatar Featurette Shows Off The Human Hardware
";
arnews[0] += "As the release date for Avatar grows ever closer , the international promotional department is smartly focusing on the more human side of things.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:03:28 GMT";
arnews[0] += "
";
arnews[1]="Week in Red Carpet
";
arnews[1] += "Your email has been sent. Thanks for recommending The Daily Beast! X Close Christina Ricci works the angles in Alexander McQueen, Abbie Cornish stuns in violet, and Zoe Saldana goes long and lacy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:22:58 GMT";
arnews[1] += "
";
arnews[2]="Exclusive 'Season of the Witch' Trailer Premiere
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 00:26:33 GMT";
arnews[2] += "
";
arnews[3]="'New Moon' Destroys Harry Potter on Way to Best Midnight Opening Ever
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 00:09:11 GMT";
arnews[3] += "
";
arnews[4]="Poll: How Much will The Twilight Saga: New Moon Make Opening Weekend?
";
arnews[4] += "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[4] += "
Publ.Date : Fri, 20 Nov 2009 23:51:42 GMT";
arnews[4] += "
";
arnews[5]="Is Will Ferrell the Most Overpaid Actor?
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 20 Nov 2009 22:44:26 GMT";
arnews[5] += "
";
arnews[6]="'Star Trek,' 'Bruno' top this week's new DVD releases
";
arnews[6] += "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[6] += "
Publ.Date : Fri, 20 Nov 2009 21:43:24 GMT";
arnews[6] += "
";
totcount = 7;
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("