var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Goods: Live Hard, Sell Hard
";
arnews[0] += "Greed is good in Neal Brennan's raucous debut feature about the exploits of four car salespeople in the California town of Temecula.";
arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 10:17:20 GMT";
arnews[0] += "
";
arnews[1]="A selection of the rest of this week's releases
";
arnews[1] += "The Cove is brilliant. And I never want to see it again, writes Mike Polanyk . This amazing documentary, a huge success at the 2009 Sundance Festival, was made by Ric O'Barry, who's famed for his television work in the Sixties when he captured and trained five dolphins to play the title character in international TV hit Flipper.";
arnews[1] += "
Publ.Date : Sat, 24 Oct 2009 07:30:00 GMT";
arnews[1] += "
";
arnews[2]="The Goods: Live Hard, Sell Hard
";
arnews[2] += "Director: Neal Brennan Screenwriters: Andy Stock, Rick Stempson Starring: Jeremy Piven, Ving Rhames, James Brolin, David Koechner, Kathryn Hahn, Ed Helms, Will Ferrell, Jordana Spiro, Charles Napier Running Time: 89 mins Certificate: 15 The world of sleazy, no-good car salesmen seems like it should be ripe with comic potential for an established ...";
arnews[2] += "
Publ.Date : Wed, 21 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Funny or Die
";
arnews[3] += "Hollywood speaks out to help insurance companies. Watch videos about Will Ferrell, Jon Hamm, Olivia Wilde, Thomas Lennon, Robert Ben Garant, Masi Oka, Jordana Spiro, Linda Cardellini, Donald Faison, PSA, insurance, health care, obama, bill, coverage, executives, money, democrats, republicans, congress on FunnyOrDie.com Funny or Die Posted: ...";
arnews[3] += "
Publ.Date : Sun, 27 Sep 2009 15:03:49 GMT";
arnews[3] += "
";
arnews[4]="Protect Health Insurance Companies PSA spoof.
";
arnews[4] += "The \"Health care debate in the US is getting a tad grating, I'm hurting myself rolling my eyes every time I hear the words \"health care\" used, as you're not talking about the \"care\" part at all, you're talking about the payment part.";
arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 15:01:13 GMT";
arnews[4] += "
";
arnews[5]="Hollywood Speaks Out for Insurance Companies
";
arnews[5] += "This video will play in a new browser window. Make sure that pop-up blockers are disabled.";
arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 22:30:06 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("