var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Rock starring as hockey player/tooth fairy
";
arnews[0] += "Dwayne Johnson sounds doubtful he'll ever escape to Witch Mountain again. \"I'm not too sure about that,\" he tells journalists at a news conference for the animated comedy, Planet 51.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="The Jean genie found on the rack
";
arnews[1] += "Was it the Great Jeans-Collecting Tour of Toronto -- or what? I speak, here, of Cory Monteith.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:37:32 GMT";
arnews[1] += "
";
arnews[2]="Movie capsule reviews
";
arnews[2] += "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[2] += "
Publ.Date : Sat, 21 Nov 2009 08:27:42 GMT";
arnews[2] += "
";
arnews[3]="Family filmgoer
";
arnews[3] += "\"Planet 51\": This computer-animated feature about an American astronaut landing on a distant planet, with aliens that seem to live in America in the 1950s, doesn't seem to know who its audience should be.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:05:00 GMT";
arnews[3] += "
";
arnews[4]="Fashion firms take on slimmer silhouettes for shows
";
arnews[4] += "Fancy canapes and champagne have become rarer, guest-lists smaller and celebrities tougher to find in the front rows of some fashion shows these days.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:04:00 GMT";
arnews[4] += "
";
arnews[5]="Movie Times
";
arnews[5] += "A young ninja turns his back on orphanage that raised him, leading to a confrontation with a fellow ninja from the clan.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:47:00 GMT";
arnews[5] += "
";
arnews[6]="Film clips
";
arnews[6] += "77 ASTRO BOY, PG A young robot with incredible powers, created by a brilliant scientist, learns the joys and emotions of being human and gains the strength to embrace his destiny.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 16:53:01 GMT";
arnews[6] += "
";
arnews[7]="Holiday Films Pose Unique Risk Challenges with Major Stunts and Action Sequences
";
arnews[7] += "The holiday movie season includes films about vampires and werewolves , war lords during the Chinese Dynasty , the King of Pop , Scrooge , a famous fictional detective and the end of the Mayan calendar .";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 15:34:40 GMT";
arnews[7] += "
";
arnews[8]="Style Friday: Scarlett's in as Pene drops...
";
arnews[8] += "PENELOPE has taken a pit-stop from modelling, and a Scarlett woman is in pole position to take her place.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 14:26:50 GMT";
arnews[8] += "
";
totcount = 9;
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("