var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Logan Lerman, From Percy Jackson to Spider-Man Reboot? - TheHDRoom
";
arnews[0] += "Logan Lerman's name is about to become a lot more familiar to you and not because he is about to star in the upcoming film Percy Jackson & The Olympians: The Lightning Thief. While promoting Percy Jackson on Access Hollywood's The Billy Bush Show ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 19:26:00 GMT";
arnews[0] += "
";
arnews[1]="Is Logan Lerman going from Greek God to Spider-Man? - KYTV
";
arnews[1] += "Evidently, Logan Lerman is one of the people currently talking to Sony about playing Peter Parker in the new \"Spider-Man\" reboot directed by Marc Webb. It's his own fault, really. After all, he's the one who spilled the beans to Billy Bush of \"Access ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 13:55:00 GMT";
arnews[1] += "
";
arnews[2]="Logan Lerman in 'Percy Jackson' - myfoxny.com
";
arnews[2] += "Logan Lerman stars in \"Percy Jackson and the Olympians: The Lightning Thief.\" Born and raised in Beverly Hills, Logan wanted to become an actor at an early age. He told his mother of his dream when he was 2-1/2 years old. When Logan is not working ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 03:35:00 GMT";
arnews[2] += "
";
arnews[3]="So Unbelievable: Logan Lerman is NOT in talks for Spider-Man! - COMICBOOKMOVIE.com
";
arnews[3] += "So unbelievable! After some hours from Logan Lerman's words about his role in Spider-Man's reboot...Sony and Lerman's preps denied all! From Heath Vision: \"Logan Lerman is not in talks to play Peter Parker in the \"Spider-Man\" reboot. Both Columbia ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 22:11:00 GMT";
arnews[3] += "
";
arnews[4]="Logan Lerman - ReelzChannel.com
";
arnews[4] += "There have been a few discussions, it's definitely something I'm looking into. It's just, you know, conversations are starting. It's a long process with the studio and the producers and everything. But it's definitely a project that I'm really ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 16:41:00 GMT";
arnews[4] += "
";
totcount = 5;
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("