var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bana eyeing role in - Hanna'
";
arnews[0] += "Eric Bana is in negotiations to star opposite Saoirse Ronan in \"Hanna,\" the tale of a teenage assassin.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:49:58 GMT";
arnews[0] += "
";
arnews[1]="Jim Belushi joins indie drama
";
arnews[1] += "Actors Jim Belushi, Kathryn Morris and Kyle Gallner have joined indie drama Mother's Little Helpers .";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 02:15:03 GMT";
arnews[1] += "
";
arnews[2]="Gallner, Morris Seek "Little Helpers"
";
arnews[2] += "Kyle Gallner and Kathryn Morris have joined the cast of the indie feature \"Mother's Little Helpers\" for Lookout Films and StoneBrook Entertainment says The Hollywood Reporter .";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:45:31 GMT";
arnews[2] += "
";
arnews[3]="Indie 'Little Helpers' finds its cast
";
arnews[3] += "Kyle Gallner, Kathryn Morris, Jim Belushi and Sarah Hyland have signed to star in the coming-of-age indie \"Mother's Little Helpers.\" Asher Levin wrote the script and is directing.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:00:00 GMT";
arnews[3] += "
";
arnews[4]="Kyle Gallner and Jim Belushi Are Mother's Little Helpers
";
arnews[4] += "In a story from The Hollywood Reporter , Kyle Gallner, Kathryn Morris, Jim Belushi and Sarah Hyland have all signed up for Mother's Little Helpers .";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:56:15 GMT";
arnews[4] += "
";
arnews[5]="Coming Soon: Remake of A Nightmare on Elm Street
";
arnews[5] += "In the past few years there has been the trend to remake an 1980s horror flicks: from \"Halloween\" to \"Friday the 13th.\" So, of course, why wouldn't they pass up remaking \"A Nightmare on Elm Street?\" However can this movie live up to the hyped-up potential it has been given? For the first remake of \"A Nightmare on Elm Street,\" music video director ...";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 01:07:18 GMT";
arnews[5] += "
";
arnews[6]="Stick with the fans and the...
";
arnews[6] += "I'm going to go on record here as saying that I absolutely despised the Platinum Dunes TEXAS CHAINSAW MASSACRE films, and have yet to watch their take on FRIDAY THE 13TH.";
arnews[6] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Dude I'm Sorry I am not one...
";
arnews[7] += "I'm going to go on record here as saying that I absolutely despised the Platinum Dunes TEXAS CHAINSAW MASSACRE films, and have yet to watch their take on FRIDAY THE 13TH.";
arnews[7] += "
Publ.Date : Wed, 06 Jan 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Jackie Earle Haley on A Nightmare on Elm Street Reshoots
";
arnews[8] += "The new Platinum Dunes horror remake A Nightmare on Elm Street is set for release on April 30 and, although the release date is still set, some additional shooting took place over the holidays.";
arnews[8] += "
Publ.Date : Wed, 13 Jan 2010 21:17:04 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("