var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'High Tension' takes home-invasion horror to new, blood-soaked heights
";
arnews[0] += "My girlfriend things realistic horror movies are scary, like I'm not about to leap through her window and punch her in the snoot.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Sister Smile
";
arnews[1] += "And now to one of my favourite things, singing nuns... In the late 50s, Jeannine Deckers, CECILE DE FRANCE, lives with her domineering mother and placid father in a flat behind the family bakery in suburban Brussels.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 20:59:01 GMT";
arnews[1] += "
";
arnews[2]="Cecile De France Joins Hereafter
";
arnews[2] += "Variety.com is reporting that Cecile de France has been attached to star opposite Matt Damon in Clint Eastwood's \"Hereafter\", his upcoming supernatural drama for Warner Bros.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 07:28:36 GMT";
arnews[2] += "
";
arnews[3]="Clint Eastwood's Hereafter Takes on Death, Adds High Tension Star
";
arnews[3] += "Clint Eastwood is less than a month from releasing his next film, Invictus , which stars Matt Damon and Morgan Freeman in a story about Nelson Mandela and the South African rugby team.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 02:28:45 GMT";
arnews[3] += "
";
arnews[4]="casting De France Boards 'Hereafter'
";
arnews[4] += "French actress Cecile De France has joined the cast of Clint Eastwood's Hereafter , which will star Matt Damon.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 20:01:33 GMT";
arnews[4] += "
";
totcount = 5;
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("