var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Horror film debuts as family affair in Toronto
"; arnews[0] += "\"Mother of Tears,\" the final part in a horror trilogy from Italian director Dario Argento, is very much a family affair."; arnews[0] += "
Publ.Date : Sun, 09 Sep 2007 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Edge of Darkness Nothing To Lose Clip
"; arnews[1] += "Share on Facebook Warner Bros. Pictures just released this new movie clip \"Nothing To Lose\" from the upcoming film \"Edge of Darkness\" by director Martin Campbell and starring Mel Gibson , Ray Winstone , Danny Huston , Bojana Novakovic and Shawn Roberts ."; arnews[1] += "
Publ.Date : Thu, 21 Jan 2010 16:14:10 GMT"; arnews[1] += "
"; arnews[2]="Adrianne Palacki Interview on Legion
"; arnews[2] += "Share on Facebook Hollywood.com recently interviewed actress Adrianne Palacki on the upcoming horror film \"Legion\" by director Scott Stewart and starring Doug Jones , Dennis Quaid , Kevin Durand and Kate Walsh ."; arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 16:13:45 GMT"; arnews[2] += "
"; arnews[3]="Summit Entertainment Devloping 'Push' Television Series
"; arnews[3] += "A television series based on the 2009 film science fiction thriller 'Push' is currently in joint development by Summit Entertainment, the movie's distributor, and independent studio E1 Entertainment.A The announcement, which came on January 19, also stated the pilot is being written by David Hayter, who is also executive producing the series with ..."; arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 16:13:05 GMT"; arnews[3] += "
"; arnews[4]="Summit Bringing Warm Bodies To Life
"; arnews[4] += "Summit Entertainment has acquired the feature-film rights to the romantic zombie novel \"Warm Bodies\". Jonathan Levine has been attached to both write and direct the film, based on the book of the same name by Isaac Marion."; arnews[4] += "
Publ.Date : Thu, 21 Jan 2010 16:12:53 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("
");document.write("
");