var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Percy Jackson Trailer - Empire Movies
";
arnews[0] += "Fox has released a new trailer for Percy Jackson and the Olympians: The Lightning Thief starring Logan Lerman in the title role. The trailer gives us our first good look at the story as well as most of the characters — most notably Uma Thurman’s ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:25:00 GMT";
arnews[0] += "
";
arnews[1]="Logan Lerman - ReelzChannel.com
";
arnews[1] += "A boy shielded from knowledge of his birth and extraordinary powers until adolescence, when he's sent to a special school and discovers a world of fantastical creatures and two best friends (a somewhat clueless guy and a smart girl). A book series ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 21:27:00 GMT";
arnews[1] += "
";
arnews[2]="My One and Only - My Fox Boston
";
arnews[2] += "The beautiful but mercurial Ann Devereaux (Renee Zellweger) has just left her philandering husband Dan (Kevin Bacon), a society bandleader, and taken to the road with her teenage sons, George (Logan Lerman) and Robbie (Mark Rendall), in search of a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 10:43:00 GMT";
arnews[2] += "
";
arnews[3]="3:10 to Yuma - San Diego weekly Reader
";
arnews[3] += "Honest-to-gosh Western, a rare sight in the 21st Century, thick as fleas fifty years earlier, when the original 3:10 arrived. The remake is done in the decadent style of shades-of-brown realism, luxuriantly whiskered and shaggy-haired, yet preening ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:19:00 GMT";
arnews[3] += "
";
arnews[4]="Nicolas Cage's Full "Season of the Witch" Trailer - WorstPreviews.com
";
arnews[4] += "We recently showed you the international trailer for the upcoming \"Percy Jackson & The Olympians: The Lightning Thief.\" And today we have the longer domestic one, that features lots of new footage. Check it out below. Plot: Poseidon's son, a 12-year ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[4] += "
";
arnews[5]="International Trailer for Percy Jackson ! - Coming Soon!
";
arnews[5] += "20th Century Fox has released this new international trailer for director Chris Columbus' fantasy adventure, Percy Jackson & The Olympians: The Lightning Thief , opening in theaters on February 12. The fantasy-adventure stars Logan Lerman, Brandon T ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 07:57:00 GMT";
arnews[5] += "
";
arnews[6]="Video: Full 'Percy Jackson' trailer - Digital Spy
";
arnews[6] += "Due to open in cinemas in February, Percy Jackson And The Lightning Thief centres on the half-human son of Poseidon as he attempts to stop a war of the gods erupting on Earth. Pierce Brosnan, Uma Thurman, Rosario Dawson and Logan Lerman star in the ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 12:38:00 GMT";
arnews[6] += "
";
arnews[7]="New Percy Jackson Trailer - Empire Movies
";
arnews[7] += "Fox has released a new trailer for Percy Jackson and the Olympians: The Lightning Thief starring Logan Lerman in the title role. The trailer gives us our first good look at the story as well as most of the characters — most notably Uma Thurman’s ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 01:30:00 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("