var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kyle Gallner and Jim Belushi Are Mother's Little Helpers - MovieWeb
";
arnews[0] += "Jim Belushi joins Denise Richards and Kyle Gallner in Mother's Little Helpers 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 . Asher Levin penned the ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 06:46:00 GMT";
arnews[0] += "
";
arnews[1]="Jim Belushi joins indie drama - Digital Spy
";
arnews[1] += "Actors Jim Belushi, Kathryn Morris and Kyle Gallner have joined indie drama Mother's Little Helpers . The project is the writing and directing debut of Asher Levin, says The Hollywood Reporter . The film centres on a rebellious teenager (Gallner) who ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 01:30:00 GMT";
arnews[1] += "
";
arnews[2]="Get a First Look at A Nightmare on Elm Street 2010 - DREAD CENTRAL.COM
";
arnews[2] += "A new video has surfaced that shows off a first look at A Nightmare on Elm Street 2010 including some behind-the-scenes peeks at Jackie Earle Haley as Freddy Krueger. The footage comes courtesy of a featurette included with the home video release of ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 05:50:00 GMT";
arnews[2] += "
";
totcount = 3;
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("