var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie capsules
";
arnews[0] += "Helen Mirren stars in \"The Last Station.'' New releases 44 Inch Chest A stagy, half-entertaining, half-tedious acting competition among five excellent Brits - Ray Winstone, Tom Wilkinson, Stephen Dillane, Ian McShane, John Hurt.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 09:30:17 GMT";
arnews[0] += "
";
arnews[1]="Big Screen
";
arnews[1] += "Mel Gibson stars as Boston cop Thomas Craven whose daughter Emma is murdered at his doorstep.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:00:00 GMT";
arnews[1] += "
";
arnews[2]="Movie capsules
";
arnews[2] += "Jeff Bridges was nominated for an Oscar for \"Crazy Heart.'' Previously released Avatar James Cameron's long-game gamble pays off - for the most part.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 13:20:20 GMT";
arnews[2] += "
";
arnews[3]="02/05/2010 Teen Movie Review, Heather Foster
";
arnews[3] += "In the world of culinary art, \"Legion\" aspires to be a Hot Pocket - a starchy, comfortable convention bloated by sensational, greasy filler.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:32:11 GMT";
arnews[3] += "
";
arnews[4]="Motion Picture Purgatory: Legion
";
arnews[4] += "The whole time I watched Legion , pretty much the only thing I could think about was how great Trembles' MPP of the flick was going to be.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 20:50:03 GMT";
arnews[4] += "
";
arnews[5]="The Movie Masochist: Paradise dross
";
arnews[5] += "The movie \"Legion\" suggests that God, like hordes of film geeks, is a longtime fan of the zombie genre.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 20:13:34 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("