var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New French Trailer for Percy Jackson
";
arnews[0] += "Allocine has posted this new French trailer for Percy Jackson & The Olympians: The Lightning Thief which shows more footage from the big screen adaptation, opening in theaters on February 12th.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:03:49 GMT";
arnews[0] += "
";
arnews[1]="New Percy Jackson and the Olympians: Lightning Thief French Trailer
";
arnews[1] += "French film site Allocine has just posted a brand new international trailer for Percy Jackson and the Olympians: Lightning Thief , which will be released in theaters nationwide on February 12.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:29:08 GMT";
arnews[1] += "
";
arnews[2]="Percy Jackson megapost
";
arnews[2] += "The young stars of Percy Jackson and the Olympians: The Lightning Thief, are poised on the edge of stardom in the year's first big blockbuster.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 14:53:05 GMT";
arnews[2] += "
";
arnews[3]="Daily television guide
";
arnews[3] += "Chat noon with the Job Doc. ON WGBH Greater Boston 7 p.m. WGBH-TV Emily Rooney speaks with Robert DeLeo, speaker of the Massachusetts House of Representatives.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 10:26:26 GMT";
arnews[3] += "
";
arnews[4]="On Tonight: 'Past Life,' End of Life for 'Jay Leno Show': Roger Catlin | TV Eye
";
arnews[4] += "This year's great TV experiment, that was either going to save broadcast networks or bury it ends tonight with a fizzle.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:32:16 GMT";
arnews[4] += "
";
arnews[5]="Del Toro says he has soft spot for monsters
";
arnews[5] += "Actor Benicio del Toro says he signed on for the lead role in \"The Wolfman\" remake because he has a soft spot for monsters.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 02:20:58 GMT";
arnews[5] += "
";
arnews[6]="Book Launch Event at W Cancelled
";
arnews[6] += "The book's forward is by Andrea Wong , president and CEO of Lifetime; the intro is by Rosario Dawson , co-founder of Voto Latino.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 22:20:08 GMT";
arnews[6] += "
";
arnews[7]="'Percy Jackson and the Olympians' premieres in London and New York
";
arnews[7] += "Movie poster for Percy Jackson & the Olympians: The Lightning Thief . Filmed in Vancouver and timed to open in North America and the U.K. on February 12, the same day as the Olympics opening ceremony Percy Jackson and the Olympians: the Lightning Thief premiered last Thursday at New York City's AMC Lincoln Square 13 Theatre.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="I was once Alan Partridge
";
arnews[8] += "Steve Coogan talks to Ciaran Carty about his latest role in 'Percy Jackson and the Lightning Thief', his forthcoming TV series, and the possible return of Alan Partridge Steve Coogan: 'I went to drama school but started doing stand-up to get an Equity card' Steve Coogan and his alter-ego Alan Partridge Steve Coogan can resist anything except ...";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 19:58:34 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("