var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Director talks Black Death
";
arnews[0] += "Christopher Smith is currently celebrating Triangle being in cinemas right now but at the same time he's looking forward to his next film, Black Death, which has just finished filming.";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 14:37:06 GMT";
arnews[0] += "
";
arnews[1]="A scene from the Dutch film "Alles is Liefde" by Joram Lursen. Photo from Filmrecensies.tv.
";
arnews[1] += "MANILA In wide-eyed horror, my initial reaction when the opening of \"Alles is Liefde\" started rolling was: \"this is the Dutch version of the 2003 British film 'Love Actually.'\" But after the first scene, the film shies away from its English counterpart and establishes a story of its own.";
arnews[1] += "
Publ.Date : Mon, 19 Oct 2009 15:13:02 GMT";
arnews[1] += "
";
arnews[2]="Sharon Stone To Star In 'Satisfaction'
";
arnews[2] += "Sharon Stone and Carice Van Houten will star in the indie drama \" Satisfaction ,\" with production set to start in the U.K. in the first quarter.";
arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 02:15:03 GMT";
arnews[2] += "
";
arnews[3]="New Candidate To Join The Democratic Race For Oregon Gov
";
arnews[3] += "If you have a seriously mentally ill kid, and you can't afford treatment, you can have your kid hauled before a judge.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 20:42:38 GMT";
arnews[3] += "
";
arnews[4]="Sharon Stone and Carice Van Houten Seek 'Satisfaction'
";
arnews[4] += "What do having sex with Sharon Stone , having sex with Carice Van Houten , and having sex for money have in common? I'll give you a hint, and it's not having sex: these two actresses will play the women a British gigolo is torn between in the newest indie drama, Satisfaction .";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 01:16:56 GMT";
arnews[4] += "
";
arnews[5]="Indie Memphis Daily: Tuesday Guide
";
arnews[5] += "In the words of Rachel Stein from Black Book : \"Will it never end?\" The Alloy Orchestra: These guys are awesome! I kid Indie Memphis , but as we enter Day 7 of a festival that will now stretch to 10 days, the goodness is starting to turn dedicated film fans bleary-eyed. The reason the festival is going an extra day now is that last week's planned ...";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 17:00:00 GMT";
arnews[5] += "
";
arnews[6]="Stone and Van Houten Get a Satisfactiona
";
arnews[6] += "Together the actresses will star in the indie drama Satisfaction directed by Anya Camilleri.";
arnews[6] += "
Publ.Date : Tue, 13 Oct 2009 06:46:46 GMT";
arnews[6] += "
";
arnews[7]="Stone, Van Houten find 'Satisfaction'
";
arnews[7] += "Sharon Stone and Carice Van Houten will star in the indie drama \"Satisfaction,\" with production set to start in the U.K. in the first quarter.";
arnews[7] += "
Publ.Date : Mon, 12 Oct 2009 21:16:44 GMT";
arnews[7] += "
";
arnews[8]="Sharon Stone seeks Satisfaction
";
arnews[8] += "Sharon Stone is to star opposite Chris Evans in the sexy new drama Satisfaction.";
arnews[8] += "
Publ.Date : Wed, 07 Oct 2009 12:05:06 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("