var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Truth in advertising
"; arnews[0] += "This week we start at the Improv: Funny People Rated R, 145 minutes. Coming Tuesday to DVD."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:36:58 GMT"; arnews[0] += "
"; arnews[1]="Reimagined 'Star Trek' film boldly goes into DVD stores
"; arnews[1] += "\"Star Trek\" is that rare blockbuster: It delivers everything a big-budget movie should."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:03:24 GMT"; arnews[1] += "
"; arnews[2]="Will Bad be the Best of the Limited Releases?
"; arnews[2] += "Normally it is very hard for a limited release to score breakout success. On a typical weekend, none of the films opening in exclusive engagements go on to a real measure of mainstream success."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:39:32 GMT"; arnews[2] += "
"; arnews[3]="Enthusiasts long on shorts and short on breath
"; arnews[3] += "Referee Bruce Rowland is distracted as Tama Loper makes a run for the ball watched by Josh Lewis, Graeme Ross, Ray Sinnamon , Darryn Stewart, Peter Jones, Tony Green and Barry Zwies."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:48:57 GMT"; arnews[3] += "
"; arnews[4]="Trailer: Romance Is As Generic As Ever In Letters To Juliet
"; arnews[4] += "There are so many questions you ought to ask yourself as you watch the Letters to Juliet trailer, which debuted today at Moviefone and you can watch embedded below."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:02:15 GMT"; arnews[4] += "
"; arnews[5]="Movies: Broken Embraces Under a New Moon
"; arnews[5] += "Look out! He's about to twinkle! NATHANIEL ROGERS Nathaniel would live inside the movie theater but for the poor internet reception."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:45:00 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("
");