var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Clash of the Titans Posters - Coming Soon!
";
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. The anticipated film stars Sam Worthington, Liam Neeson, Ralph Fiennes, Danny Huston, Gemma ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:39:00 GMT";
arnews[0] += "
";
arnews[1]="Jake Gyllenhaal is quite a `goofy` person, according to Gemma Arterton - Monsters and Critics
";
arnews[1] += "Prince Of Persia star Jake Gyllenhaal is quite a 'goofy' person, according to his co-star Gemma Arterton. Hollywood hunk Jake Gyllenhaal attended the LA Dodgers-Cincinnati Reds game at Dodger Stadium. Jake, without girlfriend Reese Witherspoon, sat ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 15:23:00 GMT";
arnews[1] += "
";
arnews[2]="The Prince of Persia Super Bowl Spot - COMICBOOKMOVIE.com
";
arnews[2] += "Check The Prince of Persia Super Bowl Spot out ! Walt Disney Pictures has provided ComingSoon.net with the Super Bowl spot for Prince of Persia: The Sands of Time which you can watch using the player below! Opening May 28th, the video game adaptation ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 02:11:00 GMT";
arnews[2] += "
";
arnews[3]="Super Bowl Trailers: Prince of Persia: The Sands of Time - Nationalpost.com
";
arnews[3] += "A look at some of the film trailers shown during Sunday night's Super Bowl. Here: Prince of Persia This film is based on the video game franchise developed by Ubisoft Montreal. And say you didn't know a thing about it, one might guess the storyline ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 16:58:00 GMT";
arnews[3] += "
";
arnews[4]="Warner Bros unveils 3D plan for Clash Of The Titans, Harry Potter 7 - Screendaily
";
arnews[4] += "The studio has moved back the release date from March 26 and will simultaneously release the action adventure remake in 2D. Sam Worthington stars as the Greek hero Perseus, alongside Liam Neeson, Ralph Fiennes, Gemma Arterton and Mads Mikkelsen. ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 05:59:00 GMT";
arnews[4] += "
";
arnews[5]="Jake Gyllenhaal, Prince of Persia - Sohood.com
";
arnews[5] += "Prince of Persia: The Sands of Time is one of those movies that look great in a trailer, it could turn out to be a great movie or a really bad video game adaptation one, I’ve seen one to many bad video game movies. Hopefully this one turns out ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 02:18: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("