var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Chris Nolan Playing "Godfather" to Superman 3.0
";
arnews[0] += "If Chris Nolan can save Batman from Joel Schumacher , surely he can save Superman from Bryan Singer -- Warner Bros.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:00:23 GMT";
arnews[0] += "
";
arnews[1]="preview / related links
";
arnews[1] += "Aside from some non-PG-rated emphasis on an abusive home life and a lot of underwhelming CGI, \"Percy Jackson\" is a well-paced kids' action picture that flirts with Greek mythology to create its otherworldly spectacle.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:33:34 GMT";
arnews[1] += "
";
arnews[2]="Ledger's uncle jailed
";
arnews[2] += "MILEY CYRUS has joined the celebrity push to help the survivors of the Haiti earthquake by organising a massive auction of clothing and memorabilia.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:58:32 GMT";
arnews[2] += "
";
arnews[3]="Berry's thief biopic still...
";
arnews[3] += "ROBERT PATTINSON is dreading his sex scenes with UMA THURMAN in upcoming movie BEL AMI - insisting the shoot will be \"kind of disturbing.\" Moviemaker CHRIS COLUMBUS has given teenager LOGAN LERMAN a huge boost in his battle to become the next SPIDER-MAN, insisting the newcomer would be the perfect replacement for TOBEY MAGUIRE.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 13:57:50 GMT";
arnews[3] += "
";
arnews[4]="Robert Pattinson Will NOT Be Playing Spider-Man
";
arnews[4] += "Twilight star Robert Pattinson has denied that he will be playing the role of Spider-Man in the next movie.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:00:33 GMT";
arnews[4] += "
";
arnews[5]="Trading Down: Mythology Inflected Romp Has Nothing on Harryhausen
";
arnews[5] += "Aside from some non-PG-rated emphasis on an abusive home life and a lot of underwhelming CGI, \"Percy Jackson\" is a well-paced kids' action picture that flirts with Greek mythology to create its otherworldly spectacle.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 01:29:26 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("