var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie capsule reviews
";
arnews[0] += "Gabourey Sidibe stars as Claireece \"Precious'' Jones in \"Precious: Based on the Novel 'Push' by Sapphire.'' New releases 1 2 Black Dynamite In the spoof that bears his name, Black Dynamite sports every outfit in the blaxploitation look book: leather, denim, Afro.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:27:42 GMT";
arnews[0] += "
";
arnews[1]="MOVIES
";
arnews[1] += "In this animated adventure, an American astronaut lands on the title sphere and discovers little green people living in fear of alien invaders -- just like him.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:30:28 GMT";
arnews[1] += "
";
arnews[2]="Movie openings and capsule reviews
";
arnews[2] += "\"2012\": The apocalypse hits and it's a great ride - and funny. Naturally, great special effects from the folks who brought us \"Independence Day\" and \"The Day After Tomorrow.\" With John Cusack, Chiwetel Ejiofor and Amanda Peet.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 00:37:12 GMT";
arnews[2] += "
";
arnews[3]="Movies: Now Playing and Coming Soon
";
arnews[3] += "The Fantastic Mr. Fox: An animated Wes Anderson film based on a Roald Dahl story about farm folk who tire of the wily fox in their midst and resolve to wipe out him and his kind.Old Dogs: Business partners John Travolta and Robin Williams are saddled with 6-year-old twins.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:21:00 GMT";
arnews[3] += "
";
arnews[4]="Online
";
arnews[4] += "\"THE BLIND SIDE\" -- A homeless African-American teenager is taken in by a wealthy white couple as part of a college football recruitment program in this adaptation of Michael Lewis' nonfiction bestseller.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 02:28:41 GMT";
arnews[4] += "
";
arnews[5]=""New Moon:" Bella grows closer to her best friend after the one she loves leaves
";
arnews[5] += "Astronaut Chuck Baker thinks he's landed on an uninhabited planet until he discovers little green people in white picket-fenced houses in \"Planet 51,\" opening in theaters today.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 16:40:37 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("