var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who We Are and Why We Do What We Do - Cranky Critic
";
arnews[0] += "Me and Orson Welles with Claire Danes , recreates the story of a kid in the Mercury Theater -- well written and acted, it's a great film for the art house circuit. A very basic knowledge of who Welles was wouldn't hurt your viewing enjoyment, though ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:11:00 GMT";
arnews[0] += "
";
arnews[1]="Cinema: Post Grad - High expectations - Malta Independent Daily
";
arnews[1] += "When her impeccably pre-planned life plan begins to unravel, aspiring book editor Ryden Malby wonders if she’ll ever live up to her own high expectations in Post Grad, a wry and honest look at life after college. According to the Wall Street ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 06:11:00 GMT";
arnews[1] += "
";
arnews[2]="Actress opens her mind for role on how ‘Past Life’ issues can ... - Fresno Bee
";
arnews[2] += "SANTA MONICA -- There are plenty of words that have been used to describe those who make their living as actors: extroverts, exhibitionists, overbearing, attention seekers. Those descriptions don't come close to describing the soft-spoken Alexis ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:02:00 GMT";
arnews[2] += "
";
arnews[3]="Avatar exceeds expectations in UK to corner the Christmas market - The Guardian
";
arnews[3] += "Given Avatar 's epic duration and the limited number of 3D screens in the UK, the film's box office performance was always likely to be more long haul than quick burn. But takings of £5.94m on its third weekend go far beyond expectations. For ...";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT";
arnews[3] += "
";
totcount = 4;
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("