var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Movie review: The Taking of Pelham 123: 3 of 5 stars
"; arnews[0] += "That 1970s action classic The Taking of Pelham 123 earns an efficient if not exactly riveting treatment from Tony Scott, the lesser of the two hyper-editing Scott brothers."; arnews[0] += "
Publ.Date : Fri, 12 Jun 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Now on DVD: "Gifted Hands" TV Movie is as Good as it Gets
"; arnews[1] += "DVD release date Sep 08, 2009 Release Date: February 5th, 2009 Starring: Cuba Gooding, Jr., Kimberly Elise, Aunjanue Ellis, Gus Hoffman, and Jaishon Fisher Genre: Drama Rating: TV-PG Distributor: TNT/Turner Entertainment Group Director: Thomas Carter Executive Producer: Margaret Loesch, Dan Angel, Bruce Stein, and Thomas Carter Producer: David ..."; arnews[1] += "
Publ.Date : Thu, 01 Oct 2009 08:19:28 GMT"; arnews[1] += "
"; arnews[2]="Now on DVD: "Gifted Hands" TV Movie is as Good as it Gets
"; arnews[2] += "DVD release date Sep 08, 2009 Release Date: February 5th, 2009 Starring: Cuba Gooding, Jr., Kimberly Elise, Aunjanue Ellis, Gus Hoffman, and Jaishon Fisher Genre: Drama Rating: TV-PG Distributor: TNT/Turner Entertainment Group Director: Thomas Carter Executive Producer: Margaret Loesch, Dan Angel, Bruce Stein, and Thomas Carter Producer: David ..."; arnews[2] += "
Publ.Date : Wed, 30 Sep 2009 17:41:04 GMT"; arnews[2] += "
"; arnews[3]="Movie review: The Taking of Pelham 123: 3 of 5 stars
"; arnews[3] += "That 1970s action classic The Taking of Pelham 123 earns an efficient if not exactly riveting treatment from Tony Scott, the lesser of the two hyper-editing Scott brothers."; arnews[3] += "
Publ.Date : Fri, 12 Jun 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Michael Imperioli's 'The Hungry Ghosts'
"; arnews[4] += "Mount Vernon native Michael Imperioli is most recognizable as \"Christopher\" from the hit series \"The Sopranos.\" He even directed a few episodes, and now has written and directed new movie called \"The Hungry Ghosts,\" which premiered at the Rotterdam International Film Festival back in January."; arnews[4] += "
Publ.Date : Wed, 09 Sep 2009 10:21:55 GMT"; arnews[4] += "
"; arnews[5]="The changing city
"; arnews[5] += "I left my Rudy Giuliani suit at home,' says the mayor of New York City, brushing off an aide's plea to use an unfolding crisis as an opportunity to make a show of leadership for the cameras."; arnews[5] += "
Publ.Date : Sat, 05 Sep 2009 02:57:58 GMT"; arnews[5] += "
"; totcount = 6; 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("
");