var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Clash Of The Titans' Remake Movie Blazes In With It's First Teaser Trailer
";
arnews[0] += "'Clash Of The Titans' remake movie blazes in with it's first teaser trailer. Warner Bros.Pictures is back with another action,adventure film, with its new \"Clash Of The Titans\" flick.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 03:13:10 GMT";
arnews[0] += "
";
arnews[1]="The Teen Titans.
";
arnews[1] += "In today's trailer bin, director Matthew Vaughn borrows a little bad reputation from Freaks & Geeks to make the case for his adaptation of Kick-Ass , with Aaron Johnson, Chloe Moretz, Nicolas Cage, and Christopher Mintz-Plasse. Meanwhile, Sam Worthington takes on big scorpions and sundry other Kraken-like things in the very 300 -ish trailer for ...";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 19:40:31 GMT";
arnews[1] += "
";
arnews[2]="Clash of the Titans Remake Trailer Out on the Internet
";
arnews[2] += "The trailer for the remake of the 1981 epic film 'Clash of the Titans' is now out on the Internet.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 13:00:13 GMT";
arnews[2] += "
";
arnews[3]="'Clash of the Titans' trailer released; mythology Hollywood's next big trend?
";
arnews[3] += "Mythology is high concept by definition, when you think about it: gods and monsters, rescuing damsels in distress, tons of action and lots of special effects ops.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="First Look at the Clash of the Titans Trailer
";
arnews[4] += "Warner Bros. has just released the first teaser trailer for Clash of the Titans , which is set for release on March 26, 2010.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 04:16:00 GMT";
arnews[4] += "
";
arnews[5]="Clash of the Titans Trailer: A Wild Assortment of Creatures
";
arnews[5] += "Warner Bros. has officially unleashed the first teaser trailer for their upcoming epic Clash of the Titans , which comes from The Incredible Hulk director Louis Leterrier.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 02:28:01 GMT";
arnews[5] += "
";
arnews[6]="Clash of the Titans Movie Trailer
";
arnews[6] += "Warner Bros has released the first teaser trailer forA Louis Leterrier 's remake of Clash of the Titans .";
arnews[6] += "
Publ.Date : Wed, 11 Nov 2009 01:51:01 GMT";
arnews[6] += "
";
arnews[7]="Check These Out: Awesome Early Clash of the Titans Posters
";
arnews[7] += "Whoa! These came out of nowhere today. Seems like Warner Brothers is preparing to unleash the first of their marketing for Clash of the Titans by the end of the year.";
arnews[7] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Greek mythology may be next big Hollywood trend
";
arnews[8] += "The next big trend in movies just might beGreek mythology? It might be a natural, if you think about it.";
arnews[8] += "
Publ.Date : Fri, 02 Oct 2009 07:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("