var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christopher Nolan Working on "Superman" Reboot - WorstPreviews.com
";
arnews[0] += "Thanks to USA Today, we now have the first official photos from the upcoming \"Wall Street\" sequel, called \"Wall Street 2: Money Never Sleeps,\" featuring shots of Michael Douglas, Shia LaBeouf and Josh Brolin. Check them out below. While Charlie Sheen ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:54:00 GMT";
arnews[0] += "
";
arnews[1]="First Look! Megan Fox and Mickey Rourke in Passion Play - Cinema Blend
";
arnews[1] += "Apparently Megan Fox, at the ripe young age of 23, has a thing for older dudes. She's been with Brian Austin Green (SQUEEL!) for years, he's 36; she'll be starring as Josh Brolin's love interest in Jonah Hex , he's 42 in a couple days; and now we're ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[1] += "
";
arnews[2]="Hollywood Bobcat - Belleville Intelligencer
";
arnews[2] += "It's a long way from the hockey rinks of Belleville to the bright lights of Hollywood. For Quinte Secondary School graduate Tony Meagher, that road led from here to Boston to New York City and, finally, to California. Today, Meagher, 51, is an ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:16:00 GMT";
arnews[2] += "
";
arnews[3]="cinemadaily | Zinn’s “People Speak” - indieWIRE
";
arnews[3] += "An image from Chris Moore's \"The People Speak.\" [Image courtesy of Atlanta Film Festival] “Proudly, unabashedly radical, with a mop of white hair and bushy eyebrows and an impish smile, Mr. Zinn, who retired from the history faculty at Boston ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:24:00 GMT";
arnews[3] += "
";
arnews[4]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[4] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[4] += "
";
arnews[5]="Howard Zinn: You Can't Be Neutral on a Moving Train (DVD) - Buzzflash.com
";
arnews[5] += "By Howard Zinn, With a Cast that Includes Matt Damon, Josh Brolin, Danny Glover and Christina Kirk, Among Others \"\"The People Speak is produced by Matt Damon, Josh Brolin, Chris Moore, Anthony Arnove, and Howard Zinn, co-directed by Moore, Arnove and ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 16:45: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("