var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="cabinthree: Logan Lerman ABC News Radio Interview
";
arnews[0] += "Logan Lerman ABC News Radio Interview I'm absolutely in love with this interview. I love hearing how much thought he put in to Percy and things like that. Interviews like this one just make me in to an even bigger Logan fan. ...";
arnews[0] += "
";
arnews[1]="Kimberly. - if she's still in your reach, don't let go just yet.
";
arnews[1] += "The male lead (Logan Lerman) is supa pretteh! prettier than zac efron. i likeeee <3 ok i shall go do my homework nao. byebye. Posted on Feb. 10th, 2010 at 05:16 pm | Link | Leave a comment | Add to Memories | Tell a Friend ...";
arnews[1] += "
";
arnews[2]="Percy Jackson & the Olympians: The Lightning Thief Ringtones ...
";
arnews[2] += "It will star Logan Lerman as the titular Percy Jackson alongside an ensemble cast which includes Brandon T. Jackson, Alexandra Daddario, Jake Abel, Rosario Dawson, Steve Coogan, Uma Thurman, Catherine Keener, Sean Bean and Pierce ...";
arnews[2] += "
";
arnews[3]="In Phuket theater tomorrow, Percy Jackson and the Olympians: The ...
";
arnews[3] += "Starring: Logan Lerman, Uma Thurman, Pierce Brosnan, Sean Bean Director: Chris Columbus Screenwriter: Chris Columbus, Craig Titley Studio: Fox 2000 Pictures Synopsis: It's the 21st century, but the gods of Mount Olympus and assorted ...";
arnews[3] += "
";
arnews[4]="Pierce Brosnan Greek Fans: Pierce Brosnan jokes with Susan Griffin
";
arnews[4] += "Making fun of himself for his \"long-winded answer\", Pierce continues to attribute what he hopes will be a successful franchise, not only to \"good film-making\" but to a wonderful cast, led by 18-year-old Logan Lerman in the title role. ...";
arnews[4] += "
";
arnews[5]="President Obama: The First Year (02.10.10) - Home - ABC News Radio ...
";
arnews[5] += "Rising star Logan Lerman talks \"Lightning\" with ABC News Radio IN A COUPLE OF YEARS WHEN LOGAN LERMAN IS A BIG STAR, IT WILL BE FUN TO GO BACK AND WATCH THIS INTER February 9. Follow @abcnewsradio. Resource Links. Affiliate Resources ...";
arnews[5] += "
";
arnews[6]="Meet Grover Underwood and Percy Jackson | Percy Jackson and the ...
";
arnews[6] += "Scholastic's blog Ink Splot 26 interviewed Alexandra Daddario last week, and today we have their interview with Logan Lerman and Brandon T Jackson! First,";
arnews[6] += "
";
arnews[7]="Scuba Diving: Logan Lerman ready to break out as 'Percy Jackson ...
";
arnews[7] += "Logan Lerman ready to break out as 'Percy Jackson,' assume the Spider-Man throne. Boston Herald Lerman spent months with Columbus working on a Brooklyn accent, followed by “sword training, scuba diving, kickboxing, martial arts and all ...";
arnews[7] += "
";
arnews[8]="Interview with Pierce Brosnan | Star Movies
";
arnews[8] += "Are part of the cast in the roles of different weights, Pierce Brosnan, Uma Thurman, Rosario Dawson, Catherine Keener. Percy Jackson, played by young Logan Lerman, discovers he is a demigod, the son of one of the gods of Olympus, ...";
arnews[8] += "
";
arnews[9]="TwitterGlitter.com - The Weekend Warrior: February 12 – 15
";
arnews[9] += "Plot Summary: Percy Jackson (Logan Lerman) is just a regular teenager until he discovers that he's actually the son of Greek God Poseidon (Kevin McKidd) and having been accused of stealing Zeus' Lightning Bolt, he gets caught up in a ...";
arnews[9] += "
";
totcount = 10;
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("