var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Clash of the Titans Posters/Banners… Now in 3D! - Slashfilm.com
";
arnews[0] += "In “Clash of the Titans,” the ultimate struggle for power pits men against kings and kings against gods. But the war between the gods themselves could destroy the world. Born of a god but raised as a man, Perseus (Sam Worthington) is helpless to ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[0] += "
";
arnews[1]="New Clash of the Titans Posters - Coming Soon!
";
arnews[1] += "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. The anticipated film stars Sam Worthington, Liam Neeson, Ralph Fiennes, Danny Huston, Gemma ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:39:00 GMT";
arnews[1] += "
";
arnews[2]="New Hi-Res Clash of the Titans Posters - COMICBOOKMOVIE.com
";
arnews[2] += "Clash of the Titans is directed by Louis Leterrier and stars Sam Worthington, Gemma Arterton, Mads Mikkelsen, Alexa Davalos, Jason Flemyng, Ralph Fiennes, and Liam Neeson Synopsis In Clash of the Titans, the ultimate struggle for power pits men ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:17:00 GMT";
arnews[2] += "
";
arnews[3]="Christopher Nolan Working on "Superman" Reboot - WorstPreviews.com
";
arnews[3] += "Thanks to UGO, we now have several new posters from the upcoming \"Clash of the Titans\" remake, including one featuring a shot of the enormous Kraken. Check them out below. Plot: Born of a god but raised as a man, Perseus (Sam Worthington) is helpless ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[3] += "
";
arnews[4]="OSCAR 2010:The Best Costume Design - Hollywood Today.net
";
arnews[4] += "The 18th annual exhibition ” The Art Of Motion Picture Costume Design” will open to the public, Tuesday, February 9th and continue through Saturday, April 17th. Over 100 costumes from over 20 films of 2009 will be featured, including last ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:29:00 GMT";
arnews[4] += "
";
arnews[5]="New Clash of the Titans Character Posters - DREAD CENTRAL.COM
";
arnews[5] += "Five new character-based posters have surfaced for Louis Leterrier's version of the creature-laden classic Clash of the Titans showing off the Kraken, the Stygian Witches, Liam Neeson as Zeus, and Ralph Fiennes as Hades as well as giving us a peek at ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 23:43: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("