var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Informant
";
arnews[0] += "Comedy/Drama/Thriller. Matt Damon, Melanie Lynskey, Scott Bakula, Joel McHale, Patton Oswalt, Clancy Brown, Frank Welker, Eddie Jemison.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:57:59 GMT";
arnews[0] += "
";
arnews[1]="Film review: The Informant
";
arnews[1] += "The Informant! **** We all want to do the right thing, but few of us ever put ourselves on the line for the sake of a greater good.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:45:41 GMT";
arnews[1] += "
";
arnews[2]="Oh, those sexy boys
";
arnews[2] += "Ben and Matt, who are both SMA alum , were given props by their leading ladies. Rebecca Hall , who shot \"The Town\" in Boston with Ben, gave props to her leading man for his Cantabrigian vocabulary.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 10:55:54 GMT";
arnews[2] += "
";
arnews[3]="The Informant
";
arnews[3] += "Director: Steven Soderbergh Screenwriters: Scott Z. Burns Starring: Matt Damon, Scott Bakula, Melanie Lynskey, Joel McHale, Tom Papa, Terry Wilson Running Time: 108 mins Certificate: 15 Doing the right thing has never looked so wrong in the case of Mark Whitacre, the vice president of an agricultural conglomerate who blows the whistle on a ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:14:40 GMT";
arnews[3] += "
";
arnews[4]="Total Recall: Star-Crossed Lovers
";
arnews[4] += "A big part of the cinema's appeal is its ability to take us places we've never been -- but to really work, that escapism has to be grounded to universal themes, and like the Good Book says, the greatest of these is love.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:20:00 GMT";
arnews[4] += "
";
arnews[5]="Film reviews: The Informant! | The First Day Of The Rest Of Your Life | Southern Softies
";
arnews[5] += "THE INFORMANT! **** DIRECTED BY: STEVEN SODERBERGH STARRING: MATT DAMON, SCOTT BAKULA, MELANIE LYNSKEY PUNCTUATING his wacky comedic credentials with that titular exclamation mark, Steven Soderbergh puts a wry, sly spin on the kind of corporate cover-up he explored in more conventional fashion with Erin Brockovich by blowing the whistle on a ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 00:28:30 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("