var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Game of Thrones pilot filming completed - Star-ecentral.com
";
arnews[0] += "Lena Headey, Peter Dinklage, Nikolai Coster-Waldau, Sean Bean and Mark Addy are among the cast members. Once the pilot is delivered, HBO is expected to make its decision on whether or not to proceed with the series around March.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:48:00 GMT";
arnews[0] += "
";
arnews[1]="International Trailer for Percy Jackson ! - Coming Soon!
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 19 Nov 2009 07:57:00 GMT";
arnews[1] += "
";
arnews[2]="Nicolas Cage's Full "Season of the Witch" Trailer - WorstPreviews.com
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[2] += "
";
arnews[3]=""Percy Jackson and The Olympians" Trailer is Here - WorstPreviews.com
";
arnews[3] += "A second teaser trailer for the upcoming \"Percy Jackson & The Olympians: The Lightning Thief,\" starring Pierce Brosnan, Uma Thurman, Sean Bean, Kevin McKidd and Rosario Dawson, has appeared online. Check it out below. Plot: Poseidon's son, a 12-year ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:01:00 GMT";
arnews[3] += "
";
arnews[4]="Percy Jackson & The Lightning Thief International Trailer - Screenrant.com
";
arnews[4] += "The International trailer for Percy Jackson & The Lightning Thief has hit the Interweb, and it looks better than the previous trailer(s) that we’ve seen for the film. The difference? This international trailer actually sets up something of an ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 22:18:00 GMT";
arnews[4] += "
";
arnews[5]="New international trailer for 'Percy Jackson' movie - Monsters and Critics
";
arnews[5] += "We have added the new trailer for the upcoming movie adaptation of Rick Riordan fantasy novel 'Percy Jackson and The Olympians: The Lightning Thief'. The film stars Logan Lerman, Pierce Brosnan, Uma Thurman, Sean Bean and Catherine Keener. Watch the ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:09: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("