var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Clash of the Titans Posters
";
arnews[0] += "Warner Bros. Pictures has provided us with five new posters for director Louis Leterrier's Clash of the Titans , coming to theaters in 3D on April 2nd.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:36:31 GMT";
arnews[0] += "
";
arnews[1]="Top 5 movies to spark romance
";
arnews[1] += "True love doesn't always conquer all, not even in the movies. But that can be romantic as well.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:04:09 GMT";
arnews[1] += "
";
arnews[2]="New Clash of the Titans Movie Posters in High Resolution
";
arnews[2] += "Warner Bros. has sent over high resolution versions of all the new Clash of the Titans movie posters that recently hit the net.A Originally scheduled for release on March 26 and in 2D, WB has moved the release date to April 2 and Clash is now going to be a 3D release.A While I have no idea how they were able to get this done so quickly, if they ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:57:49 GMT";
arnews[2] += "
";
arnews[3]="Trailers Without Pity: Clash of the Titans
";
arnews[3] += "This remake of the '80s classic replaces stop-motion animation with CGI and Harry Hamlin with Jake Sully.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:57:47 GMT";
arnews[3] += "
";
arnews[4]="Clash of the Titans Giant Scorpion Poster
";
arnews[4] += "Here's a new poster featuring a giant scorpion for the upcoming film \"Clash of the Titans\" by director Louis Leterrier and starring Sam Worthington , Liam Neeson , Ralph Fiennes and Gemma Arterton .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 07:59:25 GMT";
arnews[4] += "
";
arnews[5]="Nicholas Hoult on role in Titans
";
arnews[5] += "Nicholas Hoult has spoken out about his role in Clash Of The Titans, revealing he played it with sexual undertones.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 22:20:24 GMT";
arnews[5] += "
";
arnews[6]="Sam Worthington set for The Fields
";
arnews[6] += "Sam Worthington has signed up to star in The Fields. The Avatar star will play a Texan homicide detective who joins forces with a New York cop to investigate unsolved murders in the bayous, says The Hollywood Reporter.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 18:28:05 GMT";
arnews[6] += "
";
arnews[7]="Clash of the Titans Pegasus Poster
";
arnews[7] += "Check out the latest movie poster from the upcoming film \"Clash of the Titans\" by director Louis Leterrier and starring Sam Worthington , Liam Neeson , Ralph Fiennes and Gemma Arterton .";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 14:18:12 GMT";
arnews[7] += "
";
totcount = 8;
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("